How to Page?
Topic #9016 : How to Recover MariaDB
Applicable Ephesoft versions: 4020 and up
Instructions:
1. Open the my.ini file in the dependencies\mariadb folder
2. Add this option right below the port value:
innodb_force_recovery=1
(This change should be made under the [mysqld] section of the my.ini file, and not the [client] section of the my.ini file.)
3. Save the my.ini file
4. start the maria DB service.
5. Once mariaDB service has started check the DB with a db client(included in with ephesoft is hedi/sql)
and ensure that you are able to login.
6. Once you confirm the ability to connect to the db open up the my.ini file and remove the added line.
7. Now start up the ephesoft service