1 | brew install mysql |
CREATE USER ‘test‘@’%’ IDENTIFIED BY ‘root@12’;
grant all privileges on . to ‘test‘@’%’;
Flush privileges;
下载Sequel Pro开始使用
1 | brew install mysql |
CREATE USER ‘test‘@’%’ IDENTIFIED BY ‘root@12’;
grant all privileges on . to ‘test‘@’%’;
Flush privileges;
下载Sequel Pro开始使用