L4:MySQL环境安装

Windos系统

百度下载安装MySQL
同样安装MySQL-Front

Linux系统

下载安装

sudo apt-get install mysql-server mysql-client

修改配置文件

文件地址:/etc/mysql/mysql.conf.d/mysqld.cnf
注释掉bindaddress 127.0.0.1
重启服务

sudo service mysql restart

登录

mysql -uroot -p

Mac系统

与Linux相似
安装命令:

brew install mysql

你可能感兴趣的:(L4:MySQL环境安装)