impor file *SQL ke Database (XAMPP)
Error
Static analysis:
1 errors were found during analysis.
Missing expression. (near "ON" at position 25)
SQL query: Copy Edit Edit
SET FOREIGN_KEY_CHECKS = ON;
MySQL said: Documentation
#2006 - MySQL server has gone away
Solusi?
1. Buka XAMPP control panel
2. Stop -> Apache and MySql services
3. Klik "Config Apache" -> pilih "php.ini" dan ubah line berikut:
max_execution_time = 600
max_input_time = 600
memory_limit = 1024M
post_max_size = 1024M
4. Klik "Config MySQL" -> pilih "my.ini" dan ubah line berikut:
max_allowed_packet = 1024M
5. Start -> Apache and MySql services
...
silahkan import file *SQL anda, semoga berhasil :)