軟件安裝
- 軟件安裝包 http://pan.baidu.com/s/1ZGU3W
- 選擇版本 developer default
- 端口 使用默認(rèn)的3306
- 設(shè)置root密碼 mysql
- 實例名 MySQL57
新建數(shù)據(jù)庫和配置
-
數(shù)據(jù)庫截圖
數(shù)據(jù)庫截圖 mysql的text字段最大長度為2的16次方
遠(yuǎn)程連接授權(quán)
grant all privileges on . to root@'%' identified by "root";查看用戶
use mysql;
select host,user,password from user;修改密碼
update user set password=password('mysql') where user='root' and host='%';-
安裝mysql ef
、
安裝mysql connector
下載地址:http://pan.baidu.com/s/1gdUhdzP