create database securis CHARACTER SET utf8 COLLATE utf8_bin; create user securis@localhost identified by 'securis'; grant all on securis.* to securis@localhost; #Update passwords flush privileges;