mysql
chmod +x
sh
ps -ef | grep mysql
cd /usr/local/mysql/bin
./mysql -uroot -p -S /tmp/mysql3306.sock
use mysql
show databases;
use mysql
show tables;
select use;
select user,host from user;
update user set authentication_string=PASSWORD(‘sys123’) where User=.
原创
2020-11-12 11:41:55 ·
269 阅读 ·
0 评论