MySQL------命令行连接数据库 及简单操作

连接数据库mysql -uroot -p123456 update mysql.user set authentication_string=password('123456') where user='root' and Host = 'localhost'------修改用户信息 flush privileges;–----- 刷新权限 show databases;–----- 查看所有的数
相关文章
相关标签/搜索