X xlaws27 New member Messages 225 Points 0 Apr 28, 2015 #2 how to import main.sql from winscp using phpmyadmin?
rans New member Messages 358 Points 0 Location Somewhere down the road Emulator Apr 29, 2015 #3 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
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