Database Error 90003 Eve-ng Site
mysql -u root eve_ng_prod Once inside the MySQL prompt ( mysql> ), run the repair command:
EVE-NG relies on a local MySQL database to store everything: user credentials, lab topologies, node configurations, and permission settings. When the EVE-NG GUI (the web interface) cannot talk to the database backend, it throws this error. Database Error 90003 Eve-ng
If nothing else works:
repair table auth_behavior; repair table labs; repair table nodes; repair table users; exit; Finally, kill the safe mode process and restart normally: mysql -u root eve_ng_prod Once inside the MySQL
