I have been stucked with large sql file uploading into my phpmyadmin.
I'm using the synology DSM 6.2, wordpress, MariaDB 10.3.7-0051, PHP 7.2, innodb, apache http 2.4 server.
My exported sql file size is about 360M but whenever I upload the sql file by using SSH, it shows it's too large error.
I'v been searching for many sites, but I can't find the answer.
What I saw were
- Make my.cnf file and write something...(But I don't know what it is)
- Change some options maxallowed packet or, max log file size and so on. (Where should I change this options? my.cnf file? or somewhere in the phpmyadmin? or somewhere?)
What should I do to upload large SQL file into my database?
Please, let me know how I can clear this issue. (where should I go to change options, how can I command and what command I must write... Because I'm ROOKIE for using the SQL)
Thanks.