Database | tags

Database | EOD data SET & Fund Thailand

Investment Database

Database | Recover MySQL Database root password

MySQL Command Linux Database

Ploblem: forget MySQL root password Solutions: Recover(hack) MySQL root password 1. Login as root 2. Stop the MySQL server by using command /etc/init.d/mysql stop #or ps aux | grep mysql kill -9 mysqlID 3. Start MySQL server without password (more&he.. อ่านต่อ ( read more» )

Database | Optimize MySQL all Databases mysqlcheck

MySQL DirectAdmin mysqlcheck Command Database Linux

หลังจากที่เราใช้ MySQL Tunner ไปแล้ว พบว่า จำเป็นต้อง optimize tables แต่จะทำไงให้ optimize database ได้ทุกตาราง ซึ่งมีวิธีง่ายๆ สามารถใช้คำสั่งนี้ในการ Optimize MySql ทุก databases ประมานี้ เครื่อง Linux ทั่วไป mysqlcheck -Aao --auto-repair --silent.. อ่านต่อ ( read more» )

Database | MySQLTunner.pl Tuning-Primer.sh

MySQL Database Perl Linux

พักนี้ขอวุ่นๆเรื่อง MySQL หน่อย เพราะว่า Dedicated Server ของลูกค้าๆ จะกิน MySQL ขึ้นมาหน่อยนึง เลยต้องมีอุปกรณ์ที่ช่วยจูน MySQL ให้เหมาะสมกับเครื่อง Server และการทำงานของ Server ซึ่ง MySQLTunner เป็น perl script ที่ฟรี ใช้งานได้ไม่ยาก ทำตามขั้นตอนที.. อ่านต่อ ( read more» )

Database | วิธีซ่อมแซ่ม Database MySQL ง่ายๆด้วย myisamchk

Command Linux Database Debian CentOS MySQL DirectAdmin myisamchk

วิธีซ่อมแซม Database ง่ายๆ (Repair Database) ด้วยการเข้า SSH แล้วไปยังโฟลเดอร์ mysql ที่ OS Linux แต่ละอย่างเก็บไว้ Debian myisamchk -r /home/mysql/*/*.MYI Debian + Directadmin /usr/local/mysql/bin/myisamchk -r /home/mysql/*/*.MYI CentOS myisamchk -r.. อ่านต่อ ( read more» )