- 论坛徽章:
- 224
|
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select user, host from user;
+------------------+-----------+
| user | host |
+------------------+-----------+
| dbconn | % |
| glpi | % |
| ocs | % |
| phpconn | % |
| repl | % |
| test | % |
| | localhost |
| bacula | localhost |
| debian-sys-maint | localhost |
| ocs | localhost |
| ocsweb | localhost |
| phpmyadmin | localhost |
| root | localhost |
| superbase | localhost |
+------------------+-----------+
14 rows in set (0.00 sec)
mysql>
mysql> desc user;
.........
|
|