MySQL Forums
Forum List  »  MySQL Query Browser

Re: Please Help
Posted by: Thomas CORBIERE
Date: October 29, 2005 08:53AM

If you are using PHP 5, you'll have to use mysqli_* function family : mysqli_connect(), mysqli_query() ...
Remember to add the mysqli extension in php.ini.

If you are using PHP 4, you have to convert new user's password to the old format :
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

Thomas CORBIERE

Options: ReplyQuote


Subject
Written By
Posted
October 28, 2005 07:09PM
October 29, 2005 03:13AM
October 29, 2005 07:45AM
October 29, 2005 08:35AM
October 29, 2005 08:43AM
Re: Please Help
October 29, 2005 08:53AM
October 29, 2005 09:20AM


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.