Warning: Use of undefined constant reset_password_message - assumed 'reset_password_message' (this will throw an Error in a future version of PHP) in /home/wwwroot/imdupeng/wp-content/themes/Ality/functions.php on line 406 mysql | 添翼博客
Warning: Use of undefined constant hot - assumed 'hot' (this will throw an Error in a future version of PHP) in /home/wwwroot/imdupeng/wp-content/themes/Ality/inc/sticky-cat.php on line 5
用phpmyadmin导入sql,提示Fatal error: Maximum execution time of 300 seconds exceeded。
于是修改php.ini。在phpinfo()查看到max_execution_time已经修改到7200,导入依然提示Fatal error: Maximum execution time of 300 seconds exceeded。
就很奇怪了,各种搜索,才知道原来phpmyadmin也有一个自己的配置文件phpmyadmin\libraries\config.default.php这里。
$cfg['ExecTimeLimit'] = ...