=============================
1.Download MariaDB เลือก -sever -client -shared -common
ควรเลือกแบบ 64bit หากยังใช้ Centos 6 ควรดาวน์โหลด MariaDB 5.5
หากใช้ Centos 7 แนะนำใช้ MariaDB 10
2.เตรียม My.cnf ไว้ก่อนลง Mysql โดย Config ตามจำนวน RAM ของ SERVER
3.Login Centos ด้วยสิทธิ root
4.Copy my.cnf ไปไว้ที่ /etc
5.Copy MariaDB ไปไว้ที่ /root
6. rpm -ivh --force --nodeps MariaDB-5.5.57-centos6-x86_64*
mysql_secure_installation
service mysql restart
7.กำหนด limit ไฟล์ ไว้ในแฟ้ม /etc/security/limit.conf
เพิ่มบรรทัด
root soft nofile 50000
root hard nofile 50000
mysql soft nofile 50000
mysql hard nofile 50000
กำหนด ulimit ด้วย ที่ /etc/rc.local
เพิ่มบรรทัด
ulimit -n 3000
7.กำหนด limit ไฟล์ ไว้ในแฟ้ม /etc/security/limit.conf
เพิ่มบรรทัด
root soft nofile 50000
root hard nofile 50000
mysql soft nofile 50000
mysql hard nofile 50000
กำหนด ulimit ด้วย ที่ /etc/rc.local
เพิ่มบรรทัด
ulimit -n 3000
8. mysql -u root -p
---------------------
#password blank
---------------------
create database hos;
create database hos;
grant all privileges on *.* to 'sa'@'%' identified by '123456' with grant option;
flush privileges;
\q
---------------------
service mysql restart
8..ลงโปรแกรม HOSXP แล้วใช้โหมด Emergency Restore ไฟล์ Backup คืนเข้ามา แล้วค่อยใช้ Initial Import
----------------------------------------------------------------------------------------
หาก grant ไม่ได้ให้ใช้คำสั่ง mysql_upgrade
หาก ต้องการ hosxp database เปล่า
------------------------------------------------------------------------------------------
ปรับปรุงจาก : http://dansai-com.blogspot.com/2013/04/server-hosxp.html
8..ลงโปรแกรม HOSXP แล้วใช้โหมด Emergency Restore ไฟล์ Backup คืนเข้ามา แล้วค่อยใช้ Initial Import
----------------------------------------------------------------------------------------
หาก grant ไม่ได้ให้ใช้คำสั่ง mysql_upgrade
หาก ต้องการ hosxp database เปล่า
------------------------------------------------------------------------------------------
ปรับปรุงจาก : http://dansai-com.blogspot.com/2013/04/server-hosxp.html
ไม่มีความคิดเห็น:
แสดงความคิดเห็น