I create database by this command:

mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
utf8_general_ci;
mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;

mysql> show tables;
Empty set (0.00 sec)

Why this error occurs?

Reply via email to