3、使用如下命令更改密码:
shell> mysqladmin -u root -p password ‘newpass’
Enter Password:*******
出现Enter Password的提示后输入原来的密码oldpass即可。
读者可以尝试其它所有本章介绍的方法。
4、首先以root用户的身份连接到服务器:
shell> mysql -u root -p
Enter password:*******
出现Enter password提后输入root用户的密码,然后即进入mysql客户机的交互模式,可以看到下面的提示:
Welcome to the MySQL monitor. Commands end with or \g.
Your MySQL connection id is 4 to server version: 3.23.25-beta-log
Type help or \h for help. Type \c to clear the buffer
mysql>
然后发布查询,直接键入题目中的语句:
mysql> SELECT User,Host FROM mysql.user
标签:
Enter
mysqladmin
Password
password
上传时间:
2016-03-17
上传用户:talenthn