Posts tagged INNODB
PHP and MySQL how to delete all data from table easily
Jun 30th
mySQL Delete Tables
I have been playing around with mySQL for a little while now and must say I’m starting to become impressed! MySQL is probably the world’s most popular open source database, if not i would be very surprised? it’s recognized for its speed and reliability, ease of use and to top it off it’s open-source *FREE SOFTWARE*!!
Used with a server-side framework like PHP5 mySQL is a great database decision for storing large data set information quickly easily, a simple set of SELECT commands can add, remove, update and insert data into your web applications instantly. The software powers some of the webs largest DB driven websites and rapid applications. The ease of use and fact its free has made the software an instant hit, compared to the expensive Microsoft competitor SQL which can range in its varied large price but that’s another blog post all together.
Getting back on track one of the biggest issues I’ve had whilst playing with the database framework is actually how to remove a whole bunch of or entire database tables in a single go easily, so hence this tutorial article which will show the newer users or those that have faced the same issue how to More >


