create database DB_Name;
grant all on DB_Name.* to db_user@localhost identified by 'passwd';
flush privileges;