Re: PHP MySQL connection problem

2005-06-10 Thread Greg Donald
On 6/10/05, Andre Matos <[EMAIL PROTECTED]> wrote: > I am getting slow connections between php4 and MySQL 4.1.9. > > There are some connections that are very fast, but others can take from 5 to > 20 second or more (usually it takes less than 0.1 second to create a new > connection). I tried to

PHP MySQL connection problem

2005-06-10 Thread Andre Matos
Hi list, I am getting slow connections between php4 and MySQL 4.1.9. There are some connections that are very fast, but others can take from 5 to 20 second or more (usually it takes less than 0.1 second to create a new connection). I tried to identify if there is a pattern but it seems that i

Re: php - mysql connection

2005-03-08 Thread Eric Bergen
mysql_connect('localhost', 'my_user', 'my_pass') or die(mysql_error()): On Tue, 8 Mar 2005 11:28:47 -0600, Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > I am a new mysql user. I installed a MySQL, PHP and Apache on my > computer with Windows XP. > All my php scripts run fine unless I try

RE: php - mysql connection

2005-03-08 Thread Jay Blanchard
[snip] I am a new mysql user. I installed a MySQL, PHP and Apache on my computer with Windows XP. All my php scripts run fine unless I try to connect to mysql I don't get any response even error message and page source looks like Untitled Document start here I guess that I am doing

php - mysql connection

2005-03-08 Thread Star Smile Center for Esthetic Dentistry
Hi, I am a new mysql user. I installed a MySQL, PHP and Apache on my computer with Windows XP. All my php scripts run fine unless I try to connect to mysql I don't get any response even error message and page source looks like Untitled Document start here I guess that I am doing so