malikah Posted July 16, 2008 Share Posted July 16, 2008 Just a question about exporting and importing a database using PHP MyAdmin: When I export the database it's a 5Mb file, but when I want to import a file I'm only allowed 2.5Mb. Now I know that the creators of PHP MyAdmin are much smarter than that and must have a little trick for working around this. Could someone please share Link to comment https://forums.phpfreaks.com/topic/115136-exporting-a-database-phpmyadmin/ Share on other sites More sharing options...
Caesar Posted July 16, 2008 Share Posted July 16, 2008 The limit is set by you (Assuming you are the administrator). There is also a max memory limit setting in the server's php.ini file that may factor in, depending on the size/execution time of the import. Link to comment https://forums.phpfreaks.com/topic/115136-exporting-a-database-phpmyadmin/#findComment-592082 Share on other sites More sharing options...
malikah Posted July 16, 2008 Author Share Posted July 16, 2008 The limit is set by you (Assuming you are the administrator). There is also a max memory limit setting in the server's php.ini file that may factor in, depending on the size/execution time of the import. Is it this: innodb_additional_mem_pool_size=2M Link to comment https://forums.phpfreaks.com/topic/115136-exporting-a-database-phpmyadmin/#findComment-592085 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.