时间:2021-07-01 10:21:17 帮助过:12人阅读
启动mysql,默认是自动启动
sudo service mysql start
关闭mysql
sudo service mysql stop
重启mysql
sudo service mysql restart
mysql无法远程访问,执行以下代码
mysql -uroot -p 先登录mysql
GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘ WITH GRANT OPTION;
flush privileges;
树莓派安装Mysql
标签:ges style grant roo option tar 安装mysql span rest