การทำ MySQLServer

1.) ตรวจสอบว่ามี โปรแกรม mysql ติดตั้งอยู่หรือไม่ version ไหน
[root@test root]# rpm -q mysql
mysql-3.23.52-3

2.) สั่งให้ Mysql Start โดย
[root@test root]# service mysqld restart
Stopping MySQL: [FAILED]
Initializing MySQL database: [ OK ]
Starting MySQL: [ OK ]

[root@test root]#

3.) ตรวจสอบการทำงาน โดยคำสั่ง
[root@test root]# service mysqld status
mysqld (pid 1236 1235 1234 1232) is running...
[root@test root]#

4.) จากนั้น ให้รีบแก้ไขรหัสผ่านของผู้คุมระบบ Mysql
ซึ่งก็คือ root ของ Mysql (ไม่ใช่ root ของระบบปฏิบัติการ linux)
เช่นต้องการตั้งรหัสผ่าน root ของ Mysql เป็น mysqlpasswd123 ให้ใช้คำสั่งคือ
[root@test root]# mysqladmin -uroot password mysqlpasswd123
[root@test root]#

5.) ทดสอบ เข้าใช้งานโดย ให้เรียกเข้าใช้คำสั่ง Mysql ด้วยผู้ใช้ระดับ root ของ Mysql
ที่มีชื่อว่า root รหัสผ่านว่า mysqlpasswd123 ด้วยคำสั่งตัวอย่างคือ
[root@test root]# mysql -uroot -pmysqlpasswd123
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 3.23.52

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

หรือ มีคนนั่งอยู่ข้างๆ เยอะไม่อยากให้รู้ Password ก็ตามนี้
[root@test root]# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6 to server version: 3.23.52

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

6.) ก็เป็นอันว่าเรียบร้อยแล้วจะใช้คำสั่งอะไรต่อก็สุดแล้วแต่ หรือให้ง่ายก็ใช้ phpmyadmin