Empty a database table command

How to empty a mysql database. Forget about delete * command
#!/bin/bash mysql -D $DATABASE -e 'TRUNCATE TABLENAME;'
 


Posted

in

by

Tags: