Hello,
I use Mysql installed from Easyphp package (with APACHE and Php) since six year without difficulties on windows (I had more at a time on a server for an intra-net IIS and APACHE on another port for on the same computer, a pop and imap server etc...)
I had to install the last version 5.3.2 of easyphp with
windows XP SP3
Easyphp 5.3.2 : Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8k SVN/1.6.6 PHP/5.3.2
Mysql Version du client MySQL: mysqlnd 5.0.7-dev
The problem seams so simple.
Context:
1- Configs
1- for APACHE ServerName localhost ,
2- Mysql (my.ini) host = localhost,
3- Phpmyadmin(config.inc.php) host is localhost ->
$cfg['Servers'][$i]['host'] = 'localhost';
2- my HOSTS file defines : 127.0.0.1 localhost
3- the softs : Joomla, Tikiwiki etc... have a host defined as localhost
4- the mysql/data are in a separate disk from system (data/mysql and data/phpmyadmin are in this special directory. In my.ini datadir="D:/MysqlData_E532/"
The problem is that there is no possibility to open mysql (start ok) from any soft, Phpmyadmin too.
It seem that the resolution of 127.0.0.1=localhost don't occurs in a normal way.
If I change the host of phpmyadmin to 127.0.0.1, I am successful in accessing phpmyadmin (the servername shown is then 127.0.0.1).
As phpmyadmin host is localhost, Easyphp link for phpmyadmin is anyway [
127.0.0.1] but if $cfg['Servers'][$i]['host'] = 'localhost';
the connection don't occurs if
$cfg['Servers'][$i]['host'] = '127.0.0.1'; The link is OK.
It is completely excluded and impossible to change any host= "localhost" configuration.
I have been till now for a few day's unable to understand what happens and feel unable to find a solution.
Thank's for your help
trebly