PhpMyAdmin error 504
From Kolmisoft Wiki
Revision as of 12:25, 25 March 2024 by Edvardas (talk | contribs) (Created page with "Query time is limited to 60 seconds using PhpMyAdmin. Apache timeout value by default is 60s. The following error may occur:<br> File:Phpmyadmin504.png <br> If you want to increase request timeout to 200 seconds, just add the following line to your Apache configuration file. Edit file: /etc/httpd/conf/httpd.conf Add: Timeout 200 Save file ant restart Apache: systemctl restart httpd")
Query time is limited to 60 seconds using PhpMyAdmin.
Apache timeout value by default is 60s.
The following error may occur:
If you want to increase request timeout to 200 seconds, just add the following line to your Apache configuration file.
Edit file:
/etc/httpd/conf/httpd.conf
Add:
Timeout 200
Save file ant restart Apache:
systemctl restart httpd