|
Posted by J.O. Aho on 09/28/76 11:47
Greg wrote:
> 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?
Yes, the dos prompt is what you need in microsoft. You may have to CD to the
directory where the mysql binary is located.
//Aho
Navigation:
[Reply to this message]
|