Quote:
Originally Posted by ChaosSlayer
get mySQL query browser/analyser of their official site - its free and it works very close to spreadsheet
|
I disagree there. I use the QB and I find it a PAIN to use like a spreadsheet. To edit large amounts of data, as far as a DB goes. the best bet is like Kedra said. Query's are the way to go. I would be more leaning towards picking up a guide to MySQL querys and learning them as it will pay off greatly. One query can change a columns data for all rows, where as if you do it like a spreadsheet, you would have to go line to line to change it.
Now the features to view and edit individual information in a GUI interface would be good for things like the MOTD, XP rate, and among others. Or to troubleshoot certain NPC's, but to do mass data munipulation, query query query. Change all 0's to 3's or something like that.
Exporting to a Excel type spreadsheet for anything revolving around data munipulation is just a bad idea. Rulesets are lost in the translation, things wont copy right, like BLOB style fields that have no true viewable value like your character informaition. You'll have a very hard time trying this method but if you got the time, paitence and sanity to give it a shot, well, give it a shot.
Just my 2 cents on the subject though. Take it with a grain of salt as I can only go on what I currently know of MySQL as the noob that I am. I have tried all the above and I found that leaning a query for the thing your wanting to do is the best overall way to do it. Best of all, you can put that query in a txt file and just cut and paste later to repeat common task, or just excute the text file as a sql file and do the changes automatically.