การติดตั้ง phpmyadmin
1. login เข้าสู่ utuntu command line
2. พิมพ์คำสั่ง ต่อจาก command prompt $
$ sudo apt-get install phpmyadmin
1. login เข้าสู่ utuntu command line
2. พิมพ์คำสั่ง ต่อจาก command prompt $
$ sudo apt-get install phpmyadmin
3. ระหว่างติดตั้ง ตัวติดตั้งจะถามว่า ต้องการตั้งค่าฐานข้อมูลสำหรับ phpmyadmin หรือไม่ ?
ตอบ yes
4. ป้อน password ของ MySQL (Root user)
5. ป้อน password ของ MySQL (Root user) อีกครั้งเพื่อยืนยัน
กำหนด phpmyadmin ให้ทำงานร่วมกับ Apache2 web server
1. แก้ไขไฟล์คอนฟิก apache2.conf
$ sudo nano /etc/apache2/apache2.conf
[sudo] password:
เพิ่มข้อมูล
Include /etc/phpmyadmin/apache.conf
เพิ่มที่ (ประมาณบรรทัดที่ 215 )ใต้บรรทัด
# Include all the user configurations:
Include httpd.conf
ดังรูป
1. แก้ไขไฟล์คอนฟิก apache2.conf
$ sudo nano /etc/apache2/apache2.conf
[sudo] password:
เพิ่มข้อมูล
Include /etc/phpmyadmin/apache.conf
เพิ่มที่ (ประมาณบรรทัดที่ 215 )ใต้บรรทัด
# Include all the user configurations:
Include httpd.conf
ดังรูป
2. สั่ง restart apache2 service
$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2
[Sun Feb 16 12:12:39 2014] [warn] The Alias directive in /etc/apache2/conf.d/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier Alias.
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting [Sun Feb 16 12:12:40 2014] [warn] The Alias directive in /etc/apache2/conf.d/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier Alias.
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
...done.
$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2
[Sun Feb 16 12:12:39 2014] [warn] The Alias directive in /etc/apache2/conf.d/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier Alias.
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting [Sun Feb 16 12:12:40 2014] [warn] The Alias directive in /etc/apache2/conf.d/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier Alias.
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
...done.
No comments:
Post a Comment