Situation
OpenEMR has already been installed. wish to force re-installation. but didnt get the full path to edit the s
Operating System
Centos 6.10
Logs
OpenEMR has already been installed. If you wish to force re-installation, then edit /var/www/html/openemr/library/classes/…/…/sites/default/sqlconf.php (change the ‘config’ variable to 0), and re-run this script.
Thank you , that issue is resolved 12%20PM|281x500
the above attachments are the error getting while trying to create / connect MySQL from Browser.
the username and password are given correct.
phpMyAdmin and MySQL are configured /connecting successfully.
please suggest any more configurationcommands to run in Centos to give permission to openEMR
I have copied the openemr file to Centos /var/www/html.(centos is deployed in a vm and is configured with IP 192.168.0.91)
then i call the openemr from my browser (my IP is 192.168.0.99)
the browser give me a page to start installation of openemr
I click --> continue
second page i select ““Have setup create the database””
then --> continue
fill the form as below
MYSQL SERVER:
Server Host: 192.168.0.91
Server Port: 3306
Database Name: openemr
Login Name: openemr
Password: password1!
Name for Root Account: root
Root Pass: password1!
User Hostname: 192.168.0.91
UTF-8 Collation:
OPENEMR USER:
Initial User: admin
Initial User Password: password1!
Initial User’s First Name: Administrator
Initial User’s Last Name: Administrator
Initial Group: Default
then click --> continue
but it is giving a error message
OpenEMR Setup
Step 3
Configuring OpenEMR…
Connecting to MySQL Server… ERROR. Check your login credentials. unable to connect to database as root
the same credentials are used to access the MySQL from SSH.
_Before when I configure the openEMR with same credentials it pass through and create a new database openemr _ And i can view it in phpMyAdmin page. but that TIME THE ERROR IS cant access the page
this time it not creating such a database.
please help