473,322 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

PHP 5.0.3 & MySQL 4.1

Okay..hope someone out there knows the answer to this. Anyhow, I've
install PHP 5.0.3 and mySQL 4.1 but problem is that PHP 5 isn't
taking/or doesn't have..I really got no idea the MySQL Extension. did
phpinfo() and its not listed in there so I know its nowhere to found.
So I reintall my php manytimes and MySQL but nothing. No help.

Now for info, I'm using Apache 2.0 on Windows XP Pro. All server stuff
including Apache is on its own drive, not C! Rather F, if anyone wishes
to know. Also PHP is install as an Apache module. That's basically
about it...

Can't get PHP 5 to say hi MySQL welcome you are an extension lets use
you! enjoy!! :-/ anyone know how...

Jul 17 '05 #1
5 1383
On 2005-03-25, Travis Font <tr*********@gmail.com> wrote:
Okay..hope someone out there knows the answer to this. Anyhow, I've
install PHP 5.0.3 and mySQL 4.1 but problem is that PHP 5 isn't
taking/or doesn't have..I really got no idea the MySQL Extension. did
phpinfo() and its not listed in there so I know its nowhere to found.
So I reintall my php manytimes and MySQL but nothing. No help.


so you might want to read the documentation on how to enable an
extension. in case you got the php-zip package it's only a matter of
removing the ; before extension=php_mysqli.dll in your php.ini
and restarting apache...
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://www.timvw.info>
Jul 17 '05 #2
been pass that and nothing. if remove the ; in php.ini to load the dll
once i restart apache it errors and says it can be founded.

Jul 17 '05 #3
This means that while trying to load the PHP extension it has failed to find
another DLL file. I am running XP Pro, Apache 2.0.53, PHP 5 and MySQL
4.1.10, so I had the same problem. You must copy libmysqli.dll to your
c:/windows/system folder, enable the mysqli extension, then restart Apache.

HTH.

--
Tony Marston

http://www.tonymarston.net

"Travis Font" <tr*********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
been pass that and nothing. if remove the ; in php.ini to load the dll
once i restart apache it errors and says it can be founded.

Jul 17 '05 #4
Travis Font wrote:
Okay..hope someone out there knows the answer to this. Anyhow, I've
install PHP 5.0.3 and mySQL 4.1 but problem is that PHP 5 isn't
taking/or doesn't have..I really got no idea the MySQL Extension. did
phpinfo() and its not listed in there so I know its nowhere to found.
So I reintall my php manytimes and MySQL but nothing. No help.

Now for info, I'm using Apache 2.0 on Windows XP Pro. All server stuff
including Apache is on its own drive, not C! Rather F, if anyone wishes
to know. Also PHP is install as an Apache module. That's basically
about it...

Can't get PHP 5 to say hi MySQL welcome you are an extension lets use
you! enjoy!! :-/ anyone know how...


copy the libmysql.dll into the apache\bin folder and you're set!
Jul 17 '05 #5
On Sat, 26 Mar 2005 12:22:24 +0100, Bert Melis
<bert.melis@offsite_remove_this_.be> wrote:
copy the libmysql.dll into the apache\bin folder and you're set!


Or add the directory containing libmysql.dll to the PATH environment variable
- this works with servers other than Apache, and should make it less likely to
cause problems due to forgetting there's a DLL been moved around when
upgrading.

--
Andy Hassall / <an**@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Jul 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: AF | last post by:
I am a real novice to php and MySQL, with about a week's worth of reading and self tutoring. I have an urgent need to publish a database of information and need some guidance on how to do this. ...
12
by: Sarah Tanembaum | last post by:
Though I installed MySQL5 and PHP5, how come my phpinfo() shows as follow: MySQL Support enabled Active Persistent Links 0 Active Links 0 Client API version 3.23.57 <<<<<<<<<<<<<<< ...
5
by: Raju V.K | last post by:
I am developing a web site which requires a set og unique values be transferred between pages and server many times. There fore i decided to put the values in an array so that only one reference to...
0
by: Jeremy Booker | last post by:
I installed the current stable release of MySQL from RPMs. I used the client and server packages. After installing the server package, the RPM printed a note saying I should run two commands. I...
0
by: Jamie Krasnoo | last post by:
Will placing Apache::RequestRec & Apache::RequestIO & APR::Table in startup.pl to load them up for multiple handlers have any bad side effects? I noticed that when I load them via startup.pl the...
4
by: MLH | last post by:
A programmer developed an AMP (Apache/MySQL/PHP) application for me. When he was done, he sent me the PHP files and the MySQL dump file. Now, when I connect to the application on my LAN using...
3
by: 21novembre | last post by:
Hi all, I made a question several days before to describe my strange trouble of mysqldump. But I still can't figour it out. Well, I just want to ask another question whether I could just backup...
2
by: zhengfish | last post by:
Hi,All, I try to install mysql-5.0.15 on RHEL3-U5. But It give me a error. MySQL-client-standard-5.0.15-0.rhel3.i386.rpm MySQL-devel-standard-5.0.15-0.rhel3.i386.rpm...
6
by: John Wells | last post by:
Guys, My boss has been keeping himself busy reading MySQL marketing pubs, and came at me with a few questions this morning regarding PostgreSQL features (we're currently moving to PostgreSQL). ...
3
by: subho2009 | last post by:
Hello friends, I have face a problem, the problem is that when i fetch data from mysql database i get '&' in the place of '&amp;'. I am using php 5.1.2 and mysql version 5.0.11-beta. What is the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.