[Help]Binarys

11/02/2009 21:16 1supertao#1
Im trying to set up a Binary source... and I had it going.. but i woke up.. and when I tried to open the source... it said can't login to test test... but i look at my mysql.. and it has no DB... and i can't log into my Navicat.. with TEST TEST... Why is that.. im confused.. Im using Windows 7.. Can i get help please.
11/02/2009 21:17 _legitimate_#2
hacked
11/02/2009 21:25 zbest#3
Quote:
Originally Posted by _legitimate_ View Post
hacked
You're wrong.

@1supertao check if teh database is online coz i has this problem restart the database and see if hes online.:)
11/02/2009 21:27 _legitimate_#4
ive never used binaries so thanks for correcting me
11/02/2009 21:41 1supertao#5
Well.. When I open Navicat .. I try to make a connection... user: test password: test.. it says... "1045 - Acces denied for user 'test'@'localhost' (using password: YES)"
11/02/2009 22:19 zbest#6
you are getting this error because your script cannot connect to your database with the information you have provided.

Access denied for user 'user'@'localhost' (using password: YES) when trying to connect to database

Make sure you have the correct username and password, if you are sure you have the correct login and pasword, then you need to check with your administrator because you defenetly have either the wrong login or password and that's why your script cannot connect to your mysql database.

check these four things to make sure you have them right:

1. your hostname (usually is "localhost")
2. your database username (not your hosting username, BUT your mysql)
3. Your database password
4. Your database name
11/02/2009 22:37 Fish*#7
Quote:
Originally Posted by zbest View Post
you are getting this error because your script cannot connect to your database with the information you have provided.

Access denied for user 'user'@'localhost' (using password: YES) when trying to connect to database

Make sure you have the correct username and password, if you are sure you have the correct login and pasword, then you need to check with your administrator because you defenetly have either the wrong login or password and that's why your script cannot connect to your mysql database.

check these four things to make sure you have them right:

1. your hostname (usually is "localhost")
2. your database username (not your hosting username, BUT your mysql)
3. Your database password
4. Your database name
What he said ^^
11/02/2009 22:41 Luiz01#8
Quote:
Originally Posted by 1supertao View Post
Well.. When I open Navicat .. I try to make a connection... user: test password: test.. it says... "1045 - Acces denied for user 'test'@'localhost' (using password: YES)"
go to Start> Programs> AppServer> Reset MySQL Root Password.
and put a new password.

if this didn't work, check if your prompt is working normally at
Start> Programs> Acessories> Prompt if it didn't open, you need to format your computer.

"i had the same problem, so i formated my computer, now i can put the password as i want.