Notes |
(0000045)
mistermartin75 (reporter)
2007-03-14 11:28
|
Consider this a blocker, you have to manually alter the root password in the phpMyAdmin config file. |
|
(0000046)
kmarcroft (reporter)
2007-03-14 13:32
|
Hi,
thanks for reporting.
Do I understand you right, that the MySQL privileges tables are actually not overwritten, only phpMyAdmin configuration is overwritten?
|
|
(0000047)
mistermartin75 (reporter)
2007-03-15 06:26
edited on: 2007-03-15 06:28
|
Only the MySQL database is overwritten (all other databases stay the way they were), hence making it unsecure again for '.../mampp security'. Once you issue the security command, it does set a root password in the MySQL database, but does not in the phpMyAdmin config file.
Actually, these are two bugs in one:
1. MySQL user table is reset (or the whole database) making it unable to access at first (you have to create all user account you had again), which also means no root password is set anymore and you have to issue mampp security again
2. When issueing mampp security, it does change the root password for MySQL, but does not set that root password in the phpMyAdmin config file
|
|
(0000048)
kmarcroft (reporter)
2007-03-15 09:12
|
Hi,
only 1.) is actually an issue. I guess I know what happened. I'll try and fix this issue for the next version.
2.) This is normal behaviour. We will not change this, as it is a security issue.
People should learn, that MySQL and phpMyAdmin are two different programms that need securing seperatly. Changeing the MySQL root Password on any other installation also does not change the password in the phpMyAdmin config file. |
|
(0000074)
kmarcroft (reporter)
2007-05-28 16:28
|
Hi,
this issue should be fixed in the nextupgrade package.
Regards, |
|