Re: MySQL/PHP

2001-09-05 Thread Chakravarthy K Sannedhi
--- Steve Suehring <[EMAIL PROTECTED]> wrote: > > hmm. Are you sure that MySQL is running? Conversely, does the file > /var/lib/mysql/mysql.sock exist? > > Steve The mysql server is running and the mysql.sock file exists. Also I am able to connect to the mysql database by any of the follow

MySQL/PHP

2001-09-05 Thread Chakravarthy K Sannedhi
Hello all, I am trying to integrate the mysql with php. As I am using the Red Hat 7.0, I know that they come pre-installed and pre-configured. When i created test.php with the line, the page shows that the php is able to recognize the presense of mysql. I created a small table 'namelist' in a da

how to import a text file into the mysql database

2001-08-28 Thread Chakravarthy K Sannedhi
27;tables-mysql' at line 1, when using table: tables-mysql how can i avoid this error? TIA = Chakravarthy K Sannedhi Research Assistant, CTER, UAB Birmingham, AL-35205 Ph: (205) 821-6805 (M) http://www.dpo.uab.edu/~kalyan __ Do You Yahoo!

if ... else ...

2001-01-25 Thread Chakravarthy K Sannedhi
t;You have to goto Scene$i"); } else { printf ("You don't have anything to fill"); } } -- Please correct me about the mistake i am making over above. TIA Chakravarthy K Sannedhi __ Do You Yahoo!? Yahoo! Auctions - Bu

altering the table

2001-01-18 Thread Chakravarthy K Sannedhi
I am having a table of 60 rows of data with userid as the primary key. I want to start the new data entry with the userid '1' instead of from '61' now, how can i do that with out dropping the table and its content altogether. TIA Cha