no error you have created empty DB, and it is empty
On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa <ayshasadd...@yahoo.com>wrote: > 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? > -- WBR Maxim aka solomax