Menu

#36 Problem with windows xp

closed-fixed
nobody
None
5
2002-02-08
2002-01-20
Anonymous
No

hi When i install windows xp, and setup the phptraid
on it
and run the apache.exe and start mysql and go to
http://localhost/phpmyadmin/
it don't work it tell me this msg
--------
Warning: MySQL Connection Failed: Can't connect to
MySQL server on 'localhost' (10061) in
C:\apache\htdocs\phpmyadmin\lib.inc.php on line 255
Error
--------
so how can i set it active on windows xp ( this
windows have iexplorer 6) Please Help me as fast as
you can.

many of my friends have the same problem so how it
will work ???

Discussion

  • Stefan Prauss

    Stefan Prauss - 2002-02-03

    Logged In: YES
    user_id=447369

    Hi,
    it seems that the path is not set correctly so the service
    will not start. I have tried the following *.BAT file to
    start both MySQL and APACHE and it works fine.
    You can also start APACHE as a service unter NT/2000/XP by
    starting it once with APACHE -i.

    STARTALL.BAT

    @echo off
    cd c:\apache\mysql\bin
    start "MySQL-Server" /MIN mysqld-nt.exe -bC:\apache\mysql
    cd c:\apache
    start "APACHE" /MIN apache.exe
    exit
    @echo on

     
  • J. Wynia

    J. Wynia - 2002-02-08
    • status: open --> closed-fixed
     

Log in to post a comment.