Thanks George
On Wed, Apr 10, 2013 at 12:18 PM, George Kirkham wrote:
> Kamran,
>
> This might get you half way there;
>
> # mysql -u root -p
>
>
> Now select your openmeetings table (assuming that you did not change it
> name)
> mysql> use openmeetings;
>
> List all the tables and check for the
Kamran,
This might get you half way there;
# mysql -u root -p
Now select your openmeetings table (assuming that you did not change it
name)
mysql> use openmeetings;
List all the tables and check for the User table (mine is called
"users").
mysql> show tables;
List the users of the database, a