sql:

  1. C:\>mysql -u root -p    
  2. Enter password: ******    
  3. Welcome to the MySQL monitor.  Commands end with ; or \g.    
  4. Your MySQL connection id is 2    
  5. Server version: 5.1.22-rc-community-log MySQL Community Server (GPL)    
  6.   
  7. Type 'help;' or '\h' for help. Type '\c' to clear the buffer.    
  8.   
  9. mysql> grant all privileges on *.* to 'username'@'%' identified  by'password';    
  10. Query OK, 0 rows affected (0.05 sec)    
  11.   
  12. mysql> flush privileges;    
  13. Query OK, 0 rows affected (0.06 sec)    
  14.   
  15. mysql> exit    
  16. Bye    

作者:chengchanglun 发表于2012-4-9 15:02:16 原文链接
阅读:4628 评论:0 查看评论