I'm an ASP developer learning PHP.
What MySQL tools should I be using?
This is what I'm considering and maybe you can let me know if this is "the usual way" and/or if you have some other ideas:
On the development PC (Windows XP):
MySQL Control Center
On the shared Web host (Probably Linux):
phpMyAdmin and/or whatever the Web host allows
And what about tools should I consider to transfer data from the shared Web host to the development PC (so that I have a fairly recent copy of the data while I'm developing) or vice-versa?
Thanks in advance!