user225626
user225626

Reputation: 1099

New complete install of MySQL on Win7. Didn't prompt for username?

The detailed Oracle setup that followed the beginning installation prompted me for a password, and to reenter that, but never asked what a username should be. So I don't know what mine is.

It's 7 years since set up MySQL on a Windows machine, and the process seems to have gotten more complicated. If it's any indication of where I am in all of this, just to see what would happen I typed "MySQL" at my command prompt, and it returned with "ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)"

I have a JDBC connection (I'm ordinarily going in through PHP), but I haven't filled in the resin-web.xml with anything yet because I don't know what my MySQL username is.

Thanks for any help.

Upvotes: 0

Views: 112

Answers (1)

James Skidmore
James Skidmore

Reputation: 50338

root is the default user in MySQL.

Upvotes: 2

Related Questions