Hi all,
I use PHP 4, MySQL 4.1 and Apache 1.3.19. The problem is that i can't connect to MySql when i use a user with a password.
$db= mysql_pconnect('localhost', 'user', '123');
The problem does not occurs when the user has no password.
$db= mysql_pconnect('localhost', 'user1');
Thanks!
I use PHP 4, MySQL 4.1 and Apache 1.3.19. The problem is that i can't connect to MySql when i use a user with a password.
$db= mysql_pconnect('localhost', 'user', '123');
The problem does not occurs when the user has no password.
$db= mysql_pconnect('localhost', 'user1');
Thanks!