Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problem starting up mySQL

I just downloaded PHP and I tried running mySQL with the command:

C:\Program Files\EasyPHP-5.3.2i\mySQL\bin\mysql.exe

And I got the error:

ERROR 1045 (28000): Acess denied for user 'ODBC'@localhost' (using password: YES)

I found a solution online with linux, but I'm running vista on this machine and have no clue what all of that meant. Please help, I'm tired of using the school's terminals.

like image 866
ptabatt Avatar asked Jul 04 '26 02:07

ptabatt


1 Answers

It means one of three likely things.

  1. you need to either create a new user in mysql with the password you are using
  2. set the password of the "ODBC" user to what you are using
  3. grant permission to the host you are attempting to connect from, in this case localhost

Without more information to your specific setup it will be very difficult to answer with more accuracy.

like image 178
wlashell Avatar answered Jul 06 '26 14:07

wlashell



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!