MySQL Forums
Forum List  »  Newbie

Re: Problems with MySQL
Posted by: Bob Field
Date: June 26, 2006 12:38PM

Installing PHP5 and properly enabled MySQL support will solve the 'old-client' issue. Once you have PHP working with Apache, then you'll need add or uncomment the following lines in your php.ini:

extension=php_mysql.dll
extension=php_mysqli.dll

These files are located in the ext folder in the php folder. You'll need to make sure the extension_dir line properly points to the ext folder. Also you'll need to make sure that the php folder is included in your windows path. The PHP installation notes and the PHP web site have detailed instructions on how to do this.

Options: ReplyQuote


Subject
Written By
Posted
June 25, 2006 03:50PM
June 25, 2006 04:04PM
June 26, 2006 01:36AM
June 26, 2006 02:24AM
June 26, 2006 08:02AM
June 26, 2006 11:38AM
June 26, 2006 11:50AM
June 26, 2006 12:12PM
Re: Problems with MySQL
June 26, 2006 12:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.