MySQL------命令行連接數據庫 及簡單操作

連接數據庫mysql -uroot -p123456 update mysql.user set authentication_string=password('123456') where user='root' and Host = 'localhost'------修改用戶信息 flush privileges;–----- 刷新權限 show databases;–----- 查看所有的數
相關文章
相關標籤/搜索