标签:style class c code tar http
1
2
3
4
5
6
7
8
9
10
11 |
[plain] [hadoop@h1 ~]$ mysqladmin -u root password
123456 [hadoop@h1 ~]$ mysql -uroot -p Enter password : Welcome to
the MySQL monitor. Commands end
with ; or \g. Your MySQL connection
id is 13 Server version: 5.0.77 Source distribution Type ‘help;‘
or ‘\h‘ for help. Type ‘\c‘
to clear the buffer. mysql> |
1
2
3 |
[plain] mysql> update
` user ` set
`host` = ‘%‘
where ` user ` = ‘root‘ ; mysql> flush privileges ; |
Linux Mysql 1130错误解决,布布扣,bubuko.com
标签:style class c code tar http
原文地址:http://www.cnblogs.com/bluedy1229/p/3749613.html