H hmaddy Verified User Joined Apr 17, 2019 Messages 288 Feb 13, 2022 #1 How to change the phpmyadmin import limit size.?
M Marcel Dekkers New member Joined Dec 22, 2021 Messages 3 Feb 13, 2022 #2 So far as I know is that not possible, If you want import a database with a big size you can try te tool: Usage | BigDump: Staggered MySQL Dump Importer www.ozerov.de
So far as I know is that not possible, If you want import a database with a big size you can try te tool: Usage | BigDump: Staggered MySQL Dump Importer www.ozerov.de
Aar Verified User Joined Feb 10, 2005 Messages 209 Location Netherlands Feb 13, 2022 #3 Or you can import sql-files in the commandline. In my opinion better than phpMyAdmin.
H hmaddy Verified User Joined Apr 17, 2019 Messages 288 Feb 13, 2022 #4 i also know, its good. But i need to know how to increase the phpmyadmin upload limit.
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,447 Location UA Feb 14, 2022 #5 hmaddy said: i also know, its good. But i need to know how to increase the phpmyadmin upload limit. Click to expand... you need to increase post_max_size and upload_max_filesize for main/default PHP version.
hmaddy said: i also know, its good. But i need to know how to increase the phpmyadmin upload limit. Click to expand... you need to increase post_max_size and upload_max_filesize for main/default PHP version.
LawsHosting Verified User Joined Sep 13, 2008 Messages 2,425 Location London UK Feb 14, 2022 #6 Watch out for rule hits if you use OWASP with mod security - yes, "O, wasp, you stung me yet again!".... Just changing data (eg. inserting HTML data) can trigger rules. Anyway, I digress.
Watch out for rule hits if you use OWASP with mod security - yes, "O, wasp, you stung me yet again!".... Just changing data (eg. inserting HTML data) can trigger rules. Anyway, I digress.