ID:185362
![]() Feb 22 2006, 7:31 am
|
|
I'm trying to login to PHPMyAdmin and on each attempt it says I gave either a wrong username, wrong password, or both. I set the username in the config.inc file and set the password in mysql_password then set the auth_type to 'http', and no matter what I do it keeps giving me that error.
|
I set the 'username' variable to 'artemio', but I left the password to implode() (it did say that it wasn't needed unless I use 'config'), but I use 'artemio' and the password set in the mysql_password file and it doesn't work. So how would I set the UN/PW for HTTP authentication?
I first left it as 'config' but I still got the same error. I even tried setting the password directly in config.inc for both auth types and got the same error. |
Positive.
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = 'artemio'; // MySQL user $cfg['Servers'][$i]['password'] = implode('',file('../mysql_password')); |
I just reinstalled, apparantly it doesn't want you to log in if you set a different password than "root" in mysql_password.
I have another problem, though. I'm using Yuugi's scoreboard system- I made the table and all the fields, and the page never loads. <? |
Now I get "couldn't select database" after changing database_name to "highscore" and dbhost to "localhost".
|
I went into PHPMyAdmin, went to the MySQL database, and added a "highscore" table with the appropriate fields.
Screenshot. |
didn't notice if this was mentioned, but often times you need to reload the mysql server for certain changes (like a username/password, or creating a database) before you work with those changes. so setting the database username/pass, reloading, *then* updating that info in your phpmyadmin config, should have worked.
|
user: Root
Pass: admin
(not enitrely sure this is helpful so..)
(Ill see if i can if ill resetup my phpadmin)