1 環境
樹莓派:
mysql:
2 指令
-
以下是從命令列中連接mysql服務器的簡單實體:
[root@host]# mysql -u root -p Enter password:******
或者:
pi@raspberrypi:~ $ sudo mysql
查看資料庫:
mysql> SHOW DATABASES; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | sakila | | sys | | world | +--------------------+ 6 row in set (0.22 sec)
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/80290.html
標籤:MySQL
