Webmaster's Community

Designing and Development => Programming => Topic started by: omi on June 25, 2011, 02:36:42 PM

Title: How to overwrite existing table if it exists - DROP if exist?
Post by: omi on June 25, 2011, 02:36:42 PM
Hi

I am working on mysql and every time I create a new table if there is error I get problem and I can't create new one unless I DROP old one using phpmyadmin. But what is commandline to drop table when creating a new table and remove one if already exist with same name.

I am working on mysql 5.x

Regards.