美文网首页
mysql修改密码和端口

mysql修改密码和端口

作者: 2b75747cf703 | 来源:发表于2017-06-27 14:14 被阅读39次
mysql> use mysql;  
mysql> update mysql.user set authentication_string=password('123456') where user='root';
mysql> flush privileges;  

C:\ProgramData\MySQL\MySQL Server 5.7\my.ini

The TCP/IP Port the MySQL Server will listen on

port=3306

相关文章

网友评论

      本文标题:mysql修改密码和端口

      本文链接:https://www.haomeiwen.com/subject/owkecxtx.html