摘要: 1、d:\mysql\bin\>mysql -h localhost -u root //这样应该可以进入MySQL服务器 mysql>update user set host = '%' where user = 'root';   mysql>select host, user from user; 2、mysql>GRANT ALL PRIVILEGES ON *... 阅读全文
posted @ 2010-03-25 10:26 fighter 阅读(616) 评论(0) 推荐(0) 编辑