
December 17th, 2002, 04:12 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
mysql error, and php warning
im using php and mysql, everything was fine the day before, but yesterday i was working with some code in the same script, and after working with that code, i had problems with a mysql warning. the code i was working with had nothing to do with this mysql,,, but its still messedup, and dont know how to fix,,,
I think I uploaded to the database,,,and it messed things up... how do i delete it from the database without being able to delete them from the database.?
im using phpmyadmin, and when i click on my look at the information that is in the database,, it says i have 3 items in that database...
but when i click on the database name, it gives me this error:
Error
SQL-query :
SELECT * FROM `products` LIMIT 0, 30
MySQL said:
Got error 127 from table handler
what do i do, delete the whole table, and start over? I think that would be the easiest way, and fix my php code to where it dont upload like that again?
|