How to make Database access fast

2003-08-17 Thread Vinod Bhaskar
Hi Friends, In my linux server (LOCAL),  accessing data through the PHP scripts from MySQL (3.23.41)tables, it is taking more time.   Earlier it was very fast.   Now a days some reports it is taking more than five minuits. Earlier it use to come with in a minuit.  What may the problem and what

How to speed up the access

2003-08-14 Thread Vinod Bhaskar
Hi friends, I have MySQL 3.23.41 in my Mandrake Linux 8.1. I am using PHP 4.0 queries to access the MySQL database, in Apache 1.3.2 environment. Now a days, some of my php modules are very slow. eg., earlier a report generation program in PHP use to take less than 30 sec to genrate and displ

How to connect web database from Local machine

2002-10-06 Thread Vinod Bhaskar
Hi all, I am having MySQL database on web. (eg., at www.lmcr.net). What is the PHP script which I can connect the MySQL table from my Local machine. Can anybody help me. Regards, Vinod. - Before posting, please check: ht

How to connect Web databse from Local machine

2002-10-06 Thread Vinod Bhaskar
Hi Friends, I am having a local MySQL database & tables in Linux and the data is updated in the table using PHP scripts working through apache web server. local MySQL database is connected using the following php scripts. mysql_connect("localhost","root","vinodb") or die ("cannot connect to m