|
Posted by J.O. Aho on 09/28/46 11:47
Greg wrote:
> I've installed AMP (apache, mysql, php) using the handy installer
> phpdev. From there I can launch phpmyadmin to view and alter databases.
> However, I'm trying to duplicate a database that I'm working on at
> work, on my laptop, but the .sql file is around 7mb. When I try and use
> this file to create my database it just says file is too big and nothing
> is done. How can I change how big the file uploads can be so I can
> upload this file?
>
> thanks in advance. I do have access to php.ini file, but I'm not sure
> exactly what to modify.
I would use the mysql command instead
mysql -uroot -p
<type the passoword for root in the prompt>
\. /path/to/yourfile.sql
[when you get the mysql prompt again, it's finished]
//Aho
Navigation:
[Reply to this message]
|