|
[root@BGG988 mysql]# ./bin/mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.56
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database dns_db
-> ;
ERROR 1006: Can't create database 'dns_db'. (errno: 13)
mysql> exit
Bye
[root@BGG988 mysql]#
帮帮忙 谢谢 |
|