Accessing MySQL Databases from Linux – เข้าถึง MySQL ผ่าน Linux

22 ส.ค. 2019 , 2,740 Views   , หมวดหมู่ Linux MySQL โค๊ดดิ้ง   ,


The mysql command

The arguments are

  • -h followed by the server host name (seenual.com)
  • -u followed by the account user name (use your MySQL username)
  • -p which tells mysql to prompt for a password
  • database the name of the database (use your database name).

Once mysql is running, you can type SQL statements and see the output in the terminal window.

ดูเพิ่มเติม
https://docs.cs.cf.ac.uk/notes/accessing-mysql-from-linux/

https://www.linode.com/docs/databases/mysql/install-and-configure-mysql-workbench-on-ubuntu/

https://stackoverflow.com/questions/25657596/how-to-set-up-gui-on-amazon-ec2-ubuntu-server