Problem installing php with mysql etc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • y_oda2002

    Problem installing php with mysql etc

    Hi everyone,

    I was wondering if anyone could help me. I am trying to install php
    so that i can learn the code. So far i havent had any problems
    installing apache. However when i try to get mysql to run with
    apache and php the windows services gives an error upon starting
    apache. Something like

    error module not found. php_mysql.dll does not exist.

    The only problem is it does exist. I moved the file and changed the
    paths to point to it but nothing seems to work. Im beginning to
    think it is a Windows Services error and nothing to do with the
    apache/php files. Can anyone help me?

    Thanks, Nick
    http://eye.cc php newsgroups
  • Jerry Stuckle

    #2
    Re: Problem installing php with mysql etc

    y_oda2002 wrote:[color=blue]
    > Hi everyone,
    >
    > I was wondering if anyone could help me. I am trying to install php
    > so that i can learn the code. So far i havent had any problems
    > installing apache. However when i try to get mysql to run with
    > apache and php the windows services gives an error upon starting
    > apache. Something like
    >
    > error module not found. php_mysql.dll does not exist.
    >
    > The only problem is it does exist. I moved the file and changed the
    > paths to point to it but nothing seems to work. Im beginning to
    > think it is a Windows Services error and nothing to do with the
    > apache/php files. Can anyone help me?
    >
    > Thanks, Nick
    > http://eye.cc php newsgroups[/color]

    Did you read the two answers you already got?

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

    Comment

    • Jimbus

      #3
      Re: Problem installing php with mysql etc

      If you're using windows I would suggest WAMP. It's a package that is an
      installer that includes Apache, MySQL, and PHP. It also has an excellent
      system tray control panel. Totally recommended.
      Also good to see an actual working config of all three so you can emulate it
      in the future without the need of an installer.




      "y_oda2002" <nrhodes@thie l-dot-edu.no-spam.invalid> wrote in message
      news:dtdvps$11i u$18@news3.info ave.net...[color=blue]
      > Hi everyone,
      >
      > I was wondering if anyone could help me. I am trying to install php
      > so that i can learn the code. So far i havent had any problems
      > installing apache. However when i try to get mysql to run with
      > apache and php the windows services gives an error upon starting
      > apache. Something like
      >
      > error module not found. php_mysql.dll does not exist.
      >
      > The only problem is it does exist. I moved the file and changed the
      > paths to point to it but nothing seems to work. Im beginning to
      > think it is a Windows Services error and nothing to do with the
      > apache/php files. Can anyone help me?
      >
      > Thanks, Nick
      > http://eye.cc php newsgroups[/color]


      Comment

      Working...