phpMyAdmin
 sql >> Database >  >> Database Tools >> phpMyAdmin

importa il database mysql esportato con phpmyadmin nello stack di lampade locale

ERROR 1064 (42000): You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right syntax to use near 
'<br /><b>Fatal error</b>:  Maximum execution time of 300 seconds exceeded in <b' at line 83

Questa riga non dovrebbe essere nel tuo mydb.sql. Questa domanda è stata contrassegnata come phpmyadmin, quindi è facile indovinare che i dati sono stati esportati con esso ma lo script è stato terminato quando ha raggiunto 300 secondi, che è il massimo consentito sul tuo server.

Hai due opzioni:

1) cambia il tuo php.ini per aumentare il tempo massimo di esecuzione

2) scarica il database usando mysqldump