MySQL Forums
Forum List  »  Newbie

Re: config question
Posted by: Umesh Shastry
Date: July 13, 2005 08:18AM

Hi!!


$config['mysql_database'] = "DataBaseNameGoesHERE"; // mysql_test_DBname
$config['mysql_server'] = "ServerIPGoesHere"; // mysql.test.com
$config['mysql_readwrite_username'] = "userNameGoesHere"; // mysql_read/write_username
$config['mysql_readwrite_password'] = "userPassGoesHere"; // xx_password
$config['mysql_read_username'] = "userNameGoesHere"; // read_only_username
$config['mysql_read_password'] = "userPassGoesHere"; // xx_password

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
July 13, 2005 02:16AM
Re: config question
July 13, 2005 08:18AM
July 14, 2005 02:19AM


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.