$ mysql -u root -p mysql> create database pff; mysql> grant all on pff.* to pff@localhost identified by 'pff123';