mysql> show database;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'database' at line 1
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| test |
+--------------------+
4 rows in set (0.03 sec)
mysql>
[root@master shm]#cd setup_tool
[root@master setup_tool]#ls
MySQL-client-5.5.31-2.el6.i686.rpm MySQL-server-5.5.31-2.el6.i686.rpm
[root@master setup_tool]# rpm -ivh MySQL-client
