一,首页修改Halo的配置文件,application.yaml,参考文章。
h2 的配置使用默认即可。如果需要手动修改一些数据,可将 web-allow-others 和 enabled 设为 true 来开启 h2 控制台,访问路径为 ip:端口/h2-console。JDBC URL,username,password 使用配置文件中的即可。
二,链接数据库,参考文章
地址:http://IP:端口/h2-console
路径:jdbc:h2:~/.halo/db/halo
账号:admin
密码:123456
三,数据库操作
SELECT * FROM POSTS where id=53
update POSTS set TITLE='Navicat提示2003' where id=53