Hi everyone,
I am trying to connect to MySQL via the command:
$db = new mysqli ('localhost', 'username', 'password', 'database');
However when I set up MySQL on my computer (I am both the sever and the client on one computer. I am a real Newbie!) The configuration setup wizard just asked me for a pssword, and using that password I am able to get to ">mysql" command prompt.
At this point I have to find out what username is connected to this password. Is there a table or a file I can go to and look this up?
Can I use any username and it will work?
ty
Masood