怎么查看linux上mysql數據庫內容
1 回答

九州編程
TA貢獻1785條經驗 獲得超4個贊
mysql -uroot -p
輸入root密碼進去,比如你要查看mysql這個數據庫下user表的內容
select * from mysql.user;
添加回答
舉報
0/150
提交
取消