connection to mysql in question.

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

    connection to mysql in question.

    Using XP2, Apache2, php5.0.4 and mysql 5.0.18. All seem to be working
    individually but I seem to be having a problem with php files not
    connecting to the database.

    Is there an easy way to check this? Some like <?php
    phpinfo(); ?>

    TIA
  • Jerry Stuckle

    #2
    Re: connection to mysql in question.

    stevek wrote:[color=blue]
    > Using XP2, Apache2, php5.0.4 and mysql 5.0.18. All seem to be working
    > individually but I seem to be having a problem with php files not
    > connecting to the database.
    >
    > Is there an easy way to check this? Some like <?php
    > phpinfo(); ?>
    >
    > TIA[/color]

    Well, to start with, phpinfo() will tell you if MySQL extensions are loaded, and
    if so, what version.

    Other than that, "having problem with php files not connecting to the database"
    is pretty vague.

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

    Comment

    • Edmond Dantes

      #3
      Re: connection to mysql in question.

      Jerry Stuckle wrote:
      [color=blue]
      > stevek wrote:[color=green]
      >> Using XP2, Apache2, php5.0.4 and mysql 5.0.18. All seem to be working
      >> individually but I seem to be having a problem with php files not
      >> connecting to the database.
      >>
      >> Is there an easy way to check this? Some like <?php
      >> phpinfo(); ?>
      >>
      >> TIA[/color]
      >
      > Well, to start with, phpinfo() will tell you if MySQL extensions are
      > loaded, and if so, what version.
      >
      > Other than that, "having problem with php files not connecting to the
      > database" is pretty vague.[/color]

      Well, here's a suggestion:

      Have you tried installing the shared-compat version of the MySQL RPM?
      Assuming you installed MySQL from the RPMs, of course.

      --
      -- Edmond Dantes, CMC
      And Now for something Completely Different:









      Posted Via Usenet.com Premium Usenet Newsgroup Services
      ----------------------------------------------------------
      ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
      ----------------------------------------------------------
      Best Usenet Service Providers 2025 ranked by Newsgroup Access Newsservers, Usenet Search, Features & Free Trial. Add VPN for privacy.

      Comment

      Working...