| 
	
 | 
 Posted by Greg on 06/15/90 11:47 
J.O. Aho wrote: 
> 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 
Hey Aho, thanks for the reply. 
 
Could you elaborate on how to get to the command line?  I can do a "run"  
,then "cmd" which gets me a dos promt...is this this what I want? 
 
Thanks in advance. 
 
Greg
 
  
Navigation:
[Reply to this message] 
 |