下载
- 解压文件
- 将 mysql-connector-java-5.1.42-bin.jar 放到安装 java 的
jdk/Contents/Home/jre/lib/exc
中;
配置环境变量
-
/etc/profile
文件添加
# Bourne-compatible shell (sh, ksh, bash, zsh):
shell> export CLASSPATH=/path/mysql-connector-java-ver-bin.jar:$CLASSPATH
phpStorm 连接数据库
-
View/Tool Windows/Database
右边进入配置页
- 选择 MySQL 切换 Connector/J 版本
- 连接数据库
去除 MySQL 语句在 phpStorm 中的警告
-
Setting/Labguages & Frameworks/SQL Dialects
中,设置 MySQL;