Skip to content

Commit 25a893f

Browse files
author
Zheng Tan
committed
add installation of mysql connector
1 parent 87ee6fd commit 25a893f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hive/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ hive目录下包含三个子目录:
2222
### 2. 配置Mysql
2323
```
2424
#Ubuntu
25-
sudo apt-get install mysql
25+
sudo apt-get install mysql libmysql-java
2626
#CentOS
27-
sudo yum install mysql
27+
sudo yum install mysql mysql-connector-java
2828
#启动Mysql
2929
sudo service mysqld start
3030
```

0 commit comments

Comments
 (0)