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