連接遠程服務器的mysql,並對其進行操作

然後輸入mysql -u root -p回車,輸入密碼。 然後就可以根據sql命令進行操作啦。 eg: show databases; 查看所有的數據庫 use 數據庫名; 使用該數據庫 show tables; 查看該數據庫下的所有數據庫表 select * from student; 查看student表中的所有內容 delete from student where 1; 刪除student
相關文章
相關標籤/搜索