DB Connection issues#715
|
|
I am having DB issues when setting up mingle. The errors are: I checked, and I can connect to my DB using the parameters I give to mingle. What’s wrong? My yml file is: mysql -u mingle -ppassword mingle allows me to connect. TIA, - Bernard Gallet - |
|
|
hi, bgallet Have you change the database.yml manually? If you trying to do that, please taking care of the yaml format. If you are not a yaml expert, there is a simpler way to do this. Shutdown mingle server first, simply delete the database.yml file, start mingle server, and visit it through browser. Then mingle will promote you page of install configuration again. Click next button go to database configuration page input your mysql configuration again. After that mingle will regenerate your database.yml in a correct format. Regards |
|
|
Hi, I have the same problem and I use the configuration with browser. I try to find any database.yml but no one exists. Thx. |
|
|
database.yml is under ‘config’ folder of your data directory. It should be there after first time you go through the install steps. |
