标题: 要疯了 mysql的DB不见了!!!!!高手入内 很诡异 [打印本页] 作者: xin2v 时间: 2010-8-30 22:33 标题: 要疯了 mysql的DB不见了!!!!!高手入内 很诡异 [root@mklzabbixmonotor ~]# mysql -u root -port=3306 -h 10.87.0.44 -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.0.77 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| test |
| zabbix |
+--------------------+
4 rows in set (0.06 sec)
mysql> exit
Bye
[root@mklzabbixmonotor ~]# mysql -u root -port=3306 -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.0.77 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| test |
+--------------------+
2 rows in set (0.00 sec)
mysql> exit
Bye
[root@mklzabbixmonotor ~]#