Connect issue

2004-12-13 Thread Mike Francis
Hi, I have Apache 2, PHP 5 and MySQL 4.1 installed on an XP pro box. I have created a new database 'ijdb' with a single table 'joke' and have entered data into two of the three fields in the table. I can access the database / tables / data from a command prompt, and I can access and extract the

Re: Connect issue

2004-12-13 Thread Gleb Paharenko
Hello. Use: $link = mysql_connect("mysql_host", "mysql_user", "mysql_password") or die("Could not connect : " . mysql_error()); to determine what error occurs when you are connecting. Turn on error reporting in php.ini. >Hi, >I have Apache 2, PHP 5 and MySQL 4.1 installed on an XP

Re: MYSQL CONNECT ISSUE

2004-09-09 Thread Jim Grill
> I have been getting following error. > [polaris] ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) > > How to fix that? > What is default port for mysqlserver? > thx > -seena > Is this a new install? Have you set the password yet? Have you forgotten the password? The

MYSQL CONNECT ISSUE

2004-09-09 Thread Seena Blace
I have been getting following error. [polaris] ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) How to fix that? What is default port for mysqlserver? thx -seena - Do you Yahoo!? New and Improved Yahoo! Mail - 100MB f

MySQL database connect issue..............!

2002-03-11 Thread Jani Tolonen
Ashraf KAzmi writes: > Hi Jani, > That variable is already set to "max_allowed_packet=16M" in my.cnf file? > Any more clue..! > Ashraf Hi, First of all, Please turn off HTML mode in your email client and use plain text mode instead. HTML mode only increases the size of emails withou