how to import main.sql from winscp using phpmyadmin?

Hi,
Try downloading first the Main.sql into your computer and click the "import" on phpmyadmin

Or you can use a command in ssh (putty.exe will work here)

try this command

mysql -u root -p "database" < /path/to/main.sql

Example like this.

mysql -u root -p ragnarok < /root/trunk/sql-files/mainl.sql


after entering that. it will ask for password. and you are done
default_smile.png


 
Back
Top