树梅派_mysql

修改数据库密码:
vi /etc/myql/my.conf
添加:
[mysqld]
skip-grant-tables

进入数据库:update user set password=password('123') where user = 'root'and host='localhost'

树梅派:mysql密码123

posted @ 2019-07-13 21:03  countryboy666  阅读(113)  评论(0编辑  收藏  举报