输入banner图图片脚本导航/分类

MySQL优化之为用户开通mysql权限_MySQL

为用户开通mysql权限:
grant all privileges on *.* to liuyz @"%" identified by "liuyz";
flush privileges;