zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

HIVE 安装系列(2) mysql 安装成功

mysql安装 系列 成功 hive
2023-09-27 14:26:47 时间

 


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