MySQL Service Not Start
The most common reasons why MySQL can’t start include: insufficient disk space, insufficient memory, configuration file errors…
# view the disk space
df -lh
# view the memory used
free -lh
phpMyAdmin Timeout Errors
If you try to import a zipped database, you might see a timeout error because phpMyAdmin takes too long to execute the script.To fix this:
- Set the max_execution_time of
php.ini
to larger value - Try to import the file again.
Remember to change the ExecTimeLimit setting back to its original value once the import process ends.
Website pictures loading very slowly?
Please make sure that your brandwith of Server is more than 5M
Apache httpd service restart error
Please make sure the vhost.conf is correct for you, and you can track and analyze log files from /var/log/httpd
_
Redirects Error
Check your .htaccess
file in your application root directory, make sure there not any cycle redirects settings