[PHP] need help about this

2002-07-10 Thread aromania
MySQL Error : Database Error Error Number: 1050 Table 'book_auth' already exists what this meant? what should i do for correct this thaank you for your help sincerly your -- tjandra

RE: [PHP] need help about this

2002-07-10 Thread Peter
July 2002 4:52 PM To: [EMAIL PROTECTED] Subject: [PHP] need help about this Importance: High MySQL Error : Database Error Error Number: 1050 Table 'book_auth' already exists what this meant? what should

Re: [PHP] need help about this

2002-07-10 Thread Tyler Longren
Table 'book_auth' already exists means that you're trying to create the 'book_auth' table again, even though it already exists. Remove the old 'book_auth' table to create the new one. -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Thu, 11 Jul 2002

RE: [PHP] need help about this

2002-07-10 Thread Sachin Keshavan
12:22 PM To: [EMAIL PROTECTED] Subject: [PHP] need help about this Importance: High MySQL Error : Database Error Error Number: 1050 Table 'book_auth' already exists what this meant? what should i do for correct this thaank

Re: [PHP] need help about this

2002-07-10 Thread Anas Mughal
How are you getting this error? Are you trying to create the table? [EMAIL PROTECTED] wrote: MySQL Error : Database Error Error Number: 1050 Table 'book_auth' already exists what this meant? what should i do for