MySQL Forums
Forum List  »  Newbie

Re: Username/Password Problem with mysql_connect()
Posted by: Arie Nagel
Date: August 18, 2005 02:54AM

You need to put single quotes around mypass i.e. 'mypass' The way you're doing now makes mysql think you're using a column name in the OLD_PASSWORD function.

Options: ReplyQuote


Subject
Written By
Posted
Re: Username/Password Problem with mysql_connect()
August 18, 2005 02:54AM


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.