PDA

View Full Version : MySQL & Localhost


Ken Iovino
Wed 28th Jul '04, 12:17am
Was wondering if anyone knew how to upload a .sql file using your localhost. I tried threw phpmyadmin but even after i up the upload size in the php.ini file. It still dont work. I tried with a 350mb sql file and waited beyound hours and nothing. Then i tried with a 5mb one and still nothing.

Basicly i would like to know if there is a way the SSH? I tried putty but that failed. Any other ideas? Thanks in advance!

Zachery
Wed 28th Jul '04, 12:26am
SSH is just direct access to the command line. In windows,

Start > Run > cmd / command > cd c:\mysql\bin

Run the import command and change the directory to where it is.

Ken Iovino
Wed 28th Jul '04, 12:45am
works perfect. Thanks.