内容如下:
[root@wwg root]# mysql -h localhost -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 11 to server version: 3.23.54
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database myweb;
ERROR 1044: Access denied for user: '@localhost' to database 'myweb'