mysql命令

来源:互联网 发布:ubuntu samba 权限 编辑:程序博客网 时间:2024/06/02 05:31
C:/>mysql -uroot -pEnter password: ******Welcome to the MySQL monitor.  Commands end with ; or /g.Your MySQL connection id is 2Server version: 5.1.22-rc-community-log MySQL Community Server (GPL)Type 'help;' or '/h' for help. Type '/c' to clear the buffer.mysql> grant all privileges on *.* to 'root'@'%' identified by 'youpasswd';   //密码为必填项Query OK, 0 rows affected (0.05 sec)mysql> flush privileges;Query OK, 0 rows affected (0.06 sec)重启mysql:
/etc/init.d/mysqld restart
0 0
原创粉丝点击