Code:
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 |
+------+------------------------------------+
| root | 127.0.0.1 |
| root | ::1 |
| | <myName>s-MacBook-Pro.local |
| root | <myName>s-MacBook-Pro.local |
| root | localhost |
+------+------------------------------------+
5 rows in set (0.00 sec)
Bookmarks