newbie can't log in

Problems with the Windows version of XAMPP, questions, comments, and anything related.

newbie can't log in

Postby macke » 10. February 2008 21:46

When I log in to phpmyadmin I get an error 1045 MySQL said Access denied for user 'root@localhost (using password: NO.

Where do I enter the password. I have tried entering it into the config.inc.php file although it says not to alter it but to alter one with same name?

Confused newbie
macke
 
Posts: 1
Joined: 10. February 2008 21:11

Postby sari42 » 11. February 2008 00:46

>although it says not to alter it
that's coz it was just copied from libraries/config.default.php without reading the docs or http://wiki.cihar.com/pma/config.inc.php (the xampp devels promised to amend that in the next version)
I'd suggest
Code: Select all
<?php
$i=1;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'newrootpw';
$cfg['Servers'][$i]['extension'] = 'mysqli';
?>

as your new phpmyadmin/config.inc.php

HTH
sari42
 
Posts: 800
Joined: 27. November 2005 18:28


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 104 guests

cron