วันอาทิตย์ที่ 12 มิถุนายน พ.ศ. 2554

การใช้งาน command MySQL 5.0

บางครั้งการใช้งาน database ในเครื่อง production ไม่มี GUI สำหรับ manage database server มีความจำเป็นต้องจำ command สำหรับใช้งานผ่าน หน้าจอ dos

cd C:\Program Files\MySQL\MySQL Server 5.0\bin
#mysql --user=root --password=root
or #-u root -p
or #-u root -pyourpassword
#show databases;
#use db_xxx;
#show tables;
#select,update,delete
#Exit;
แสดง field ในตาราง :
#show columns from table;
#status
#แสดงรายชื่อผู้ใช้ที่สามารถเข้า MySQL
mysql> use MySQL;

ไม่มีความคิดเห็น:

แสดงความคิดเห็น