SyntaxFix
Write A Post
Hire A Developer
Questions
The simplest way is to drop the whole database and create it once again:
drop database db_name create database db_name
That's all.