PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Now how do I know what my username/pass is? I havn't set anything except when I first installed mySQL in which I had done "mySQLadmin -u root password yourpassword" yet no user name. How would I set a user name and would I use the password I set when I did the "mySQL -u root password yourpassword"? Help would be much appreciated
Tekmosis wrote:..."mySQLadmin -u root password yourpassword" yet no user name. How would I set a user name and would I use the password I set when I did the "mySQL -u root password yourpassword"? Help would be much appreciated
You do already have one username - root - that is automatically setup when MySQL is installed and it would appear that you've also set a password for it so if you use those two in combination you should be good to go.