Hi
I'm using Webmatrix and MySQL together. I want to add some users. But I don't want to use the command prompt, I'd like to use phpMyAdmin or some other MySQL GUI.
So I figure I have two ways to do this:
1) Create the database from within WebMatrix, then connect to it with phpMyAdmin. Not sure if that is possible.
2) Download phpMyAdmin, it creates its own MySQL database. (so I now have two instances of MySQL on my PC). Add the users, then connect to that database from within WebMatrix by selecting 'New MySQL Connection'.
Any advice on which way is better?
Thanks
Simeon