摘要:
在连接MySQL时,出现了如下错误: Connections to MySQL Community Server are not supported. Please contact MySQL to obtain a MySQL Enterprise or Commercial version. 解 阅读全文
摘要:
You can reinit the password : 1.stop mysql /etc/init.d/mysql stop 2.start mysql safe : mysqld_safe --skip-grant-tables & 3.connect to mysql mysql -u r 阅读全文