docna wrote on Wednesday, February 18, 2015:
Hi,
I am trying to restore openEMR form a backup after my working database that was hosted on a web server got corrupted and I could no longer log into it.
So I installed the xampp 4.1.2 version of openEMR in my laptop running Windows 7 (because the original database was not updated to the new version) and I restored to it a backup that I had done earlier from the hosted one. Problem is that when I try to log into it Firefox displays a message about checking that mysqld is running. It is running, since it is listed listening to port 3306 on the resource monitor and the XAMPP control panel says that the service is running so I don’t know if there is a setting that I should change because the backup is from the hosted version and I am restoring to my local computer.
My plan was to export the users_secure table, that the hosted version lost, from the backup and import into it so I could log in again. Thing is that the restore proceeded correctly because I can see all the tables and data on Myphp and I actually exported the table, but when I tried to import into the hosted one it said that the users_secure table did not exist.
I proceeded to create the table based on the table structure in the backed up local copy of openEMR but that didn’t do any good. Myphp displays error message #1146 table doctorna_openemr.users_secure’doesn’t exist when I try to save the table.
So I am stuck. I cannot use the restored copy and cannot log in into the production, online database.
What could cause the message on firefox and How could I import that missing table into the hosted one?
I appreciate any help and orientation that someone could give me.
Thank you.
E. Navarro