How to import built in database of OpenMeetings? Can it be the cause of any error during installation?
________________________________ From: Maxim Solodovnik <[email protected]> To: Openmeetings user-list <[email protected]>; Aysha Saddiqa <[email protected]> Sent: Thursday, February 21, 2013 9:37 AM Subject: Re: Database Empty no error you have created empty DB, and it is empty On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa <[email protected]> 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
