New & Really Need Help

A

Anonymous

Guest
I just finished install MySql, then i opend the MySQLAdmin and it asked me for a user name and password so i gave it one

it even shows up in the my.ini file

but if i open the comand promt and type mysql -u user -p
and hit enter
it asks for the password so i type it in *****

then i get

ERROR 1045: Access Denied for user: 'user@localhost' <Using password:YES>

some one please help me i just want to be able to set up one user that's it
:shock:
 
Its you again :D

I'm not gonna answer your question but hope to help you in a way you will learn something :)

Remove your Mysql installation..... just do it! :-o to get rid off al your settings. Remove also the directory thats made by your last installation. Check if your my.ini is still present, ifso remove this also!

So now your totally clean :)

Re-install mysql start your winmysqladmin.exe in the bin dir of mysql, but dont do anything next with it :) Download mysql-front http://www.mysqlfront.de/
Install mysql-front, start mysql front.
Now make a new connection with username: root and pw: root or if this not works keep your pw empty.

Next in mysql-front you can manage your useraccount and set your new pw. remove btw the user root@ so not root@localhost but root@ otherwise someone can connect to your db from another place :(

Hope this helps and you learn from it! Nexttime google a bit more before you ask things like this :-o
Greetz,
Enq
 
Sorry for bugging you with dum questions..

I guess i thought that's what this is for to ask and learn from each other. Anyway i'm sorry about the dum question...
 
redhead said:
Sorry for bugging you with dum questions..

I guess i thought that's what this is for to ask and learn from each other. Anyway i'm sorry about the dum question...

Sorry if I offended you! Dum questions dont exsist :) Always ask, but ask google first :)

Does it work btw? MySql?
 
I often try and will post if is still dont understand...

Not offended, try and do better research.. Its really hard when your first starting out and learning it own your own..

Thanks So much for you help anyway i really appreacted it :D
 
Back
Top