Q1:
如何在mysql里查看主机、用户名、密码的设置情况??
A:
mysql> select host,user,password from mysql.user;
参考资料:
http://dev.mysql.com/doc/refman/5.1/zh/tutorial.html
Q1:
如何在mysql里查看主机、用户名、密码的设置情况??
A:
mysql> select host,user,password from mysql.user;
参考资料:
http://dev.mysql.com/doc/refman/5.1/zh/tutorial.html