我正在制作一个网站,托管在 bigrock.in(Cpanel
v11.36.1(build 8)、Apache
2.2.24PHP
版、5.2.17MySQL
版、5.0.84-percona-highperf-b18-log 版)上,其中插入了很多条目在 MyISAM 表中。即说大约 200-500 个条目。这使得 MySQL 数据库创建以下错误
**503 Service Temporarily Unavailable**
**Service Temporarily Unavailable**
The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
因此只有部分数据被插入到表中。我应该采取什么步骤来解决这个问题。