摘要:
>mysql -u root -pEnter password: ********Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 12Server version: 5.7.18- 阅读全文
摘要:
mysql操作错误: mysql> use mysql;ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.mysql> 原因:没有设置 阅读全文
摘要:
临时写的一个小系统客户要求用mysql,所以下载一个来研究下。解压后开始配置my.ini 配置my.ini [mysql]# 设置mysql客户端默认字符集default-character-set=utf8[mysqld]# Remove leading # and set to the amou 阅读全文