評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 0,平均評等: 0]
phpmyadmin 用太久都忘了怎麼用 cli 登入 mysql , 特此筆記一下。
指令: mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 119
Server version: 5.7.27-0ubuntu0.18.04.1 (Ubuntu)
Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
mysql>
如果是要連遠端資料庫的話
指令: mysql -h 192.168.1.22 -u root -p
評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 0,平均評等: 0]