MySQL import too big/large: BigDump != helpful
Moderator: General Moderators
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
MySQL import too big/large: BigDump != helpful
I'm running a local WAMP server and I am unable to import large SQL files. How do I remove file size limits altogether? What file(s) and line(s) do I have to modify? This is only for my local server which MySQL has no internet access to, just local.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: MySQL import too big/large: BigDump != helpful
You should not use PhpMyAdmin to import file since phpmyadmin does not handle triggers and constraints correctly.JAB Creations wrote:PhpMyAdmin.