php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33026 MySql Connection Problem
Submitted: 2005-05-13 10:57 UTC Modified: 2005-05-13 12:27 UTC
From: mks_ekm at yahoo dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.3 OS: Windows Xp
Private report: No CVE-ID: None
 [2005-05-13 10:57 UTC] mks_ekm at yahoo dot com
Description:
------------
I am using PHP 5.0 with Apache 2 web server.

It is working properly. When I am booting my system, it will give one warning message like? Can not upload ?php_msql.dll? file to windows dynamic link library?. 

But it is working properly. 

When I am trying to connect Mysql 4.1.11 it is giving the error like, ?Fatal error: Class 'mysqli' not found in D:\Program Files\Apache Group\Apache2\htdocs\conn3.php on line 2?. 

I have an important work to complete. 

I can create Database and Tables inside my Mysql, and performing all database operations also. 

Because of the connection problem I am struggling a lot. 

I can?t go further with out solving this problem.  

The next problem is that I don?t where and how to compile the PHP with Mysql?  

Please help me to solve these problems. 

I am new to this technology.


Reproduce code:
---------------
$link=mysql_connect("localhost","root","server");

Expected result:
----------------
The compilation code for PHP with Mysql.

Code for connecting (not  musql_connect():)

Any ODBC connectivity..

Code for basic connection..

Description for making a connection..

Reason for this problem..

Actual result:
--------------
Database Connection with Mysql..


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-13 12:27 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Aug 17 13:01:28 2024 UTC