With tools like phpmyadmin or with mysql query client:
Code:
DROP DATABASE myts3database;
CREATE DATABASE myts3database;
grant ALL on myts3database.* to myts3mysqluser@localhost identified by 'mypasswordformyts3mysqluser';