drop database abook; create database abook; delete from mysql.user where user='abook' and host='localhost'; grant all privileges on abook.* to 'abook'@'localhost' identified by 'wagamamakimama' with grant option; flush privileges; use abook;