August 17, 2022 in MySql, Tips and Tricks
Xampp Users Go to xampp\phpMyAdmin\ Open config.inc.php Search for $cfg[‘ExecTimeLimit’] = 300; Set a larger value or change to 0 for unlimited If not found add $cfg[‘ExecTimeLimit’] = 900; (or 0 for unlimited) Save the file and restart the server Important: setting the execution time limit to unlimited is not recommended.
April 21, 2022 in MySql
Error: MySQL shutdown unexpectedly. 11:11:48 AM [mysql] This may be due to a blocked port, missing dependencies, 11:11:48 AM [mysql] improper privileges, a crash, or a shutdown by another method. 11:11:48 AM [mysql] Press the Logs button to view error logs and check 11:11:48 AM [mysql] the Windows Event Viewer for more clues 11:11:48 AM […]