Jump to content

mySql don't run


jeva39

Recommended Posts

I install mySql in XP Professional machine and I define Password but not USER. I undertand that I can use root like user but when I try, for example, to run

[b]mySql> mysql -u root [/b] (or other command), I receive this error.

[b]Access denied for user 'root'@' localhost <using password:NO>[/b]

It has not been possible to obtain that mySql runs. I install acording with rules in PHP manual but...nothing!!

Can you help me?

Thanks in advanced because is urgent for me
Link to comment
Share on other sites

Looks like you have a password set for the root user. add the -p command at the end of the command
mysql> mysql -u root -p

No hit enter. MySQL will promt for a password. Enter the password in after hit enter. If its correct it'll log you in and show the MySQL Command Line.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.