บางครั้งการใช้งาน 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;
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น