当前位置:Gxlcms > 数据库问题 > Ubuntu下Mysql的安装

Ubuntu下Mysql的安装

时间:2021-07-01 10:21:17 帮助过:21人阅读

install mysql-server mysql-client

登陆

 mysql -u root -p

设置可以远程链接

vim /etc/mysql/mysql.conf.d/mysqld.cnf

把bind注释掉

打开mysql 修改mysql数据库下的user表中的root列HOTST为%

Use mysql

update user set host="%" where user="root";

重启

sudo /etc/init.d/mysql restart

 

Ubuntu下Mysql的安装

标签:restart   host   mysq   apt   client   注释   mys   use   打开   

人气教程排行