Apache Triad on WindowsXP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • php-newbe

    Apache Triad on WindowsXP?

    Dear PHP/MySQL pro:

    I have successfully installed MySQL, Apache 2, and php5 on WindowsXP.
    Both Apache server and PHP work fine. MySQL is accessible from the
    MySQL monitor, but I cannot access it from the php script. phpinfo()
    doesn't show MySQL server.

    I tried to find a solution, such as creating the path (C:\mysql\bin) in
    the Environment Variables, but it didn't work.

    Please, recommend what to do. Maybe I need to install Apache Triad
    instead? What is your opinion. I would appreciate any suggestion and
    help.

    Thank you
    Vera

  • Jerry Stuckle

    #2
    Re: Apache Triad on WindowsXP?

    php-newbe wrote:
    Dear PHP/MySQL pro:
    >
    I have successfully installed MySQL, Apache 2, and php5 on WindowsXP.
    Both Apache server and PHP work fine. MySQL is accessible from the
    MySQL monitor, but I cannot access it from the php script. phpinfo()
    doesn't show MySQL server.
    >
    I tried to find a solution, such as creating the path (C:\mysql\bin) in
    the Environment Variables, but it didn't work.
    >
    Please, recommend what to do. Maybe I need to install Apache Triad
    instead? What is your opinion. I would appreciate any suggestion and
    help.
    >
    Thank you
    Vera
    >
    Did you check your php.ini file? You need to enable mysql there.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...