View previous topic :: View next topic |
Author |
Message |
madbloke -
Joined: 15 Feb 2006 Posts: 3
|
Posted: Wed Feb 15, 2006 11:32 am Post subject: Can't find config.inc.php file ? |
|
|
Quote: | Installation Step Three
Navigate to your scripts/phpMyAdmin directory and open up
config.inc.php (This is the only file you need to edit)
1. line 39: $cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';
Save the config.inc.php file but leave it open...
|
I've done everything in the Tutorial, but when I get to step 3 in my scripts/phpMyAdmin folder the is defo no config.inc.php ?
I downloaded phpMyAdmin-2.8.0-beta1 using this link http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.8.0-beta1.zip?download
You can check for yourself defo no config.inc.php in .zip
Please help, a completely lost user :P
Thanks |
|
Back to top |
|
 |
madbloke -
Joined: 15 Feb 2006 Posts: 3
|
Posted: Wed Feb 15, 2006 1:17 pm Post subject: |
|
|
ok I got config.ini.php from an older version.
I edited 1. line 39: $cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';
74. $cfg['Servers'][$i]['user'] = 'root';
75. $cfg['Servers'][$i]['password'] = 'password';
My numbered lines are differant but I don't think that matters.
85. $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
86. $cfg['Servers'][$i]['password'] = 'xxxxxx';
When I installed MySQL I added a password, so I added it to line 86.
But I keep getting this error ?
does line 85. have to be 'root'
Quote: | Error
MySQL said:
#1045 - Access denied for user 'root'@'localhost' (using password: NO) |
Please help a very confussed user :S |
|
Back to top |
|
 |
madbloke -
Joined: 15 Feb 2006 Posts: 3
|
Posted: Wed Feb 15, 2006 1:38 pm Post subject: |
|
|
doh!
lmao @ me i had two folders called scripts one in C:\Program Files\Abyss Web Server and one in C:\
I was getting all confussed lol
sry for my sillyness :S |
|
Back to top |
|
 |
|