Linux and Python
摘要: Mysql操作: grant select,insert,update,delete on *.* to root@"%" Identified by "123456"; #授权远程访问 create database s12day9 charset utf8; #创建支持中文的数据库 创建表: c 阅读全文
posted @ 2016-03-15 12:59 jack.hang 阅读(950) 评论(0) 推荐(0)