/* adatbázis létrehozás */ create database emp character set utf8 collate utf8_hungarian_ci; /* felhasználó létrehozása */ grant all privileges on emp.* to emp@localhost identified by 'titok';