winmysqladmin中的databases不显示数据库# Database - 数据库
t*g
1 楼
为什么 winmysqladmin.exe 中的databases 中没有显示任何数据库?
在C:\Program Files\mysql\data 中依然存在有数据库folder啊
怎么把让mysql 识别这些database?
其实运行时都可以显示的啊...
C:\Program Files\mysql\bin>mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 35 to server version: 4.0.17-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases;
+-------------+
| Database |
+-------------+
| menagerie |
| menagerie-- |
| mysql |
| test |
+-----------
在C:\Program Files\mysql\data 中依然存在有数据库folder啊
怎么把让mysql 识别这些database?
其实运行时都可以显示的啊...
C:\Program Files\mysql\bin>mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 35 to server version: 4.0.17-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases;
+-------------+
| Database |
+-------------+
| menagerie |
| menagerie-- |
| mysql |
| test |
+-----------