Jump to content

Search the Community

Showing results for tags 'mysql support; fatal error'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. Hi there, I have downloaded and installed Mysql 5.5; Apache 2. 2 and PHP 5.2.17 on Vista. When try to connect to the MySql server with: < ?php echo mysql_connect ( 'localhost', 'username', 'password'); ?> I get the following error message : Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\ According to other blogs and stuff I have read on the internet this means that MySql support is not enabled. And according to the same stuff I should try (and have done so) the following: I have checked that 1) c:\php is set as a PATH 2) that extension=php_mysql.dll is uncommented (as well as extension=php_mysqli.dll) 3) and that extension_dir = "c:\php\ext" 4) checked that in the Apache http.cnf file PHPIniDir is set to "c:/php" I still get the same error message. I'm a complete rookie and am probably making some very straight forward simple mistake, and judging by how many post there are regarding this problem, there is probably a simple explanantion. But after several days of looking I'm hoping someone out there can put me out of my misery and tell me what it is? (Yes, I have restarted the computer when i make changes). Please help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.