เจอแต่เรื่องเดิมๆ เดือนที่ครั้งที่ 5 แล้ว ตอนแรกๆผมคิดว่าผมใช้หนักไป แต่จริงๆแล้วผมใช้ที่อื่นอยู่ด้วย 2 เจ้าทำเหมือนกันทุกอย่าง Host 2 อีกที่ไม่เป็นเป็นอะไร แต่ HostGator เจอปัญหาแบบนี้ 5 ครั้งในเดือนเดียว มันจะหมดอายุต้นเดือนหน้า ส่งเมลขอยกเลิกละ พร้อมกับบอกไปแล้วว่าไม่ไหวกับปัญหาที่เกิดและบอกเค้าว่า Host ที่อื่นไม่เห็นเจอปัญหาแบบนี้
หลายๆคนคงคิดว่าผมมีหลายเว็บ ขอบอกว่าใน acc นี้มีอยู่แค่เว็บเดียวแล้ว ไม่มีคนเข้าแม้แต่คนเดียวเว็บนั้น และผมไม่ได้โพสเพิ่มอะไรทั้งนั้น
พอครับเสียเวลาเสียความรู้สึก ลาก่อน HostGator baby

Hello,
This message is to advise you of a temporary block placed on your database. The database was found to be consuming an inordinate amount of processor time, to the point of degrading overall system performance. While we do limit each account to no more than 25% of a system's CPU in our terms of service, we do not actively disable accounts until they greatly exceed that number, which is what happened in this case. Requests to this database may become degraded by limiting the maximum number of queries or connections for a limited amount of time, or if there are sustained issues, ultimately we may be forced to block access to this database until the issue has been resolved.
Resolving this situation may be as simple as adding additional indexes to your database, optimizing the queries used, or something equally easy. If not, it may simply be a matter of moving this database to dedicated services, as it may have outgrown a shared environment.
If you believe you have a solution to this overuse, we are happy to discuss the situation with you and possibly reinstate the database on the server. Otherwise, we will be happy to assist you with the upgrade process if a dedicated server is the most appropriate solution. Thank you, and we look forward to hearing from you shortly.
~~~
Excessive MySQL activity is caused by (a) a long-running process that locks a table, causing other queries to back up, (b) a query that is not optimized ][example: select all from ... and involving a large or complex query], (c) huge table copies/maintenance during peak hours.
NOTE:, the following are just possible fixes or suggestions, and are not endorsed or supported by HostGator. They are included in the hope that they may apply to your situation, and/or help you reduce the amount of resources your SQL queries consume. As always, it's best to backup any data before making any changes or adjustments.
First and foremost, you may need to optimize your tables. The frequency depends on the size and usage of the database, but most databases would benefit from doing something like this on a yearly basis: a) Enter your phpMyAdmin/MySQL control panel. Click on the database (not the table, the database name), and on the right hand column your tables should be listed. Scroll down till you see the .Check all. link. Click on that link, make sure all database tables are checked and then from the drop-down next to it, and carefully select .Optimize table..