Page 1 of 1

I htink this is the problem to all my problems!

PostPosted: 02. July 2006 16:27
by kjharrison
In the security panel for MySQL it says:
The MySQL admin user root has no longer no password
It also says that mysql is secure. Hmmm.
How can I fix this?

PostPosted: 02. July 2006 20:38
by WooshMan
MySQL admin as in phpMyAdmin?

I would set a new password using xampp's web pages and then see what it says.

Woosh

PostPosted: 02. July 2006 20:56
by kjharrison
This is for MySQL under XAMPP SECURITY [Security Check 1.0]

The MySQL admin user root has no longer no password SECURE
PhpMyAdmin password login is enabled. SECURE

I've already changed the password. Can't log into PHPMyAdmin. :?:

PostPosted: 03. July 2006 00:48
by WooshMan
Sorry, I read your first post wrong.

The message is correct. If you have created a password for mysql then it is secure.

If you have created one for phpmyadmin that is secure also.

If you goto localhost/phpmyadmin

you get a popup ?

enter root as the username and then the password you entered twice

Sorry if that is teaching you to suck eggs but I am a bit lost as to what you can / can't do.

Woosh

PostPosted: 03. July 2006 03:27
by kjharrison
No, that doesn't work. I don't get a popup either.

PostPosted: 03. July 2006 16:04
by WooshMan
To be honest and for pure ease, if this is the first time you have installed xampp and have not made any changes to anything, just uninstall and re-install.

Sorry I can't be of more help.

Woosh

PostPosted: 03. July 2006 21:29
by kjharrison
I already uninstalled and re-installed. I'm going to re-install it over the instalation I have now and see if that helps.

Thanks.

PostPosted: 04. July 2006 23:30
by sari42
kjharrison wrote:No, that doesn't work. I don't get a popup either.

then you have to edit phpmyadmin/config.inc.php
$cfg['Servers'][$i]['auth_type']= 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'YourNewPW';

PostPosted: 05. July 2006 02:18
by kjharrison
I'm in! Thank you.
You know, I don't have to log in, though. Is that odd? Concened about safety.

Id o have to log in to get the XAMPP admin.