Re: user name & password forgotten

2013-04-10 Thread Kamran Asif
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

RE: user name & password forgotten

2013-04-10 Thread George Kirkham
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