Originally Posted by
stoneharry
There are guides out there, but personally I can never find the one I want when I want it...
I'll tell you how to do it in SqlYog (google it, there is a free version) but Navicat I cant stand.
Once you've connected to your database, you need to click on the world/ascent table on the left, then go into tables, and theres your database. To open one of the tables left click it then press table data in the middle of your screen. On the bottom right you have your data, and on the top right your query box. To execute some queries you controll and paste into there, then press the two arrows on the top left to execute. You will now know if it worked or not, i'll post some screenshots later.
Another way is to get it to try and execute it for you, right click on "Ascent" or "World" and press "Execute from sqldump". With the sql you found on the forums, paste it into notepad and save as a .sql file. Now choose that file on sqlyog and press execute.
Good luck!