I am having serious difficulty installing Openemr 7 on my local machine and i have repeatedly been stalked at
step 3 (Creating database and First User).
I have read all through the platform on similar issues but no solution.
Please what can be done to complete the installation.
Thanks
Configuration:
Windows 11
PHP 8
Openemr 7
xampp version 3.3.0
Alright, from your logs, it shows that you have a “problem” in your xampp configuration. Specifically mysql/mariadb configuration.
The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement in C:\\xampp\\htdocs\\openemr7\\library\\classes\\Installer.class.php:1288\nStack trace:\n#0 C:\\xampp\\htdocs\\openemr7\\library\\classes\\Installer.class.php(1288): mysqli_query(Object(mysqli), 'CREATE USER 'op...')\n#1 C:\\xampp\\htdocs\\openemr7\\library\\classes\\Installer.class.php(243): Installer->execute_sql('CREATE USER 'op...')\n#2 C:\\xampp\\htdocs\\openemr7\\setup.php(1143): Installer->create_database_user()\n#3 {main}\n thrown in C:\\xampp\\htdocs\\openemr7\\library\\classes\\Installer.class.php on line 1288, referer: http://localhost/openemr7/setup.php?site=default
So you may start resolving your issues from this angle.