drop database if exists COL2; create database COL2 DEFAULT CHARACTER SET utf8; grant all on COL2.* to 'k-int'@localhost identified by 'k-int'; grant all on COL2.* to 'k-int'@localhost.localdomain identified by 'k-int'; grant all on COL2.* to 'k-int'@'%' identified by 'k-int'; FLUSH PRIVILEGES; use COL2;