2016年5月7日

摘要: mysql> create database dogDB; mysql> CREATE USER 'dog'@'%' IDENTIFIED BY '123456'; mysql> grant all on dogDB.* to 'dog'@'%' identified by '123456'; 阅读全文

posted @ 2016-05-07 22:00 LoveAI 阅读(187) 评论(0) 推荐(0)