目录
操作步骤方便复制代码:
1.进入mysql;输入密码
mysql -u root -p
2. 远程访问配置
grant all privileges on *.* to root@'%' identified by '密码';
3.重启服务
/etc/init.d/mysql restart
截图展示:
成功展示
安装过程
请查阅另一篇博客: 树莓派安装mysql_zk_jy520的博客-优快云博客
目录
mysql -u root -p
grant all privileges on *.* to root@'%' identified by '密码';
/etc/init.d/mysql restart
请查阅另一篇博客: 树莓派安装mysql_zk_jy520的博客-优快云博客