Page 1 of 1

XAMPP- Control Panel cannot stop MySql

PostPosted: 30. July 2008 08:00
by sckoh
Hello!

I installed V.1.6.7(installer, exe, zip/all) and found the control panel V.2.5
failed to stop MySql by any means.
Of course, I recognized that old versions had same problem.

The below snapshot indicated the situations.
Anybody can solve this problem?

Image

PostPosted: 01. August 2008 06:27
by admindell
have you added a password to the mysql user "pma" or deleted it?

if u have u need to recreate it witht the shutdown, or edit the file and add the pw, or.... remoce the pw?

PostPosted: 01. August 2008 06:57
by sckoh
Thank you very much, admindell.

I didn't touch phpMyadmin's config.inc.php and it remains blank as below;
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';
* If I put PASSWORD above, it remains No change

In MySql DB, mysql's user,
I have 3 users:
root, ODBC and admin.

Anyway, this is not a big problem but give me big headache as you know well.

Thank you.