Forum Moderators: coopster
Warning: MySQL Connection Failed: Access denied for user: 'fleapit@localhost' (Using password: YES) in C:\httpd\HTDOCS\Scripts\index.php on line 3
I cannot connect to the database because: Access denied for user: 'fleapit@localhost' (Using password: YES)
I have tried to GRANT ALL PRIVILEGES ON *.* TO fleapit@localhost IDENTIFIED BY 'password'; from the command line but get the following error:
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
What am I doing wrong? I am sure I have missed something but I this is my first stab at this and I cannot see the wood for the trees!
Please help....
MySQL users are stored in the MySQL table 'user' in the database called 'mysql'. In my.ini you just can tell a client what login he could use, but this login must be defined in the various priviliges tables in the database 'mysql'.
Geees, it's only midday but I need a drink...
I don't understand it and right now I don't care to understand because it works and thats all that matters... pheeeeeeeeew
Thanks for all your attempts at helping a complete idiot!