|
How can I view and edit my mySQL database? |
|
|
|
Generally speaking whatever application you are using with the database should always be used to edit the database, that way there shouldn't be any corruption of the data.
However, we realise that you may want "raw" access to your data. You may have deleted your web application with all the data is still in the database and want a way to clear it out or want to debug a script/application to see what is going on.
Due to this we have a system install of phpMyAdmin that you can use to change every aspect of your database. With phpMyAdmin you can even run SQL commands against your data.
You can access our install of phpMyAdmin HERE using your mySQL username and password.
|