You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't have any problem, until I visited the website after this step:
vim /var/www/mellivora/include/config/db.inc.php
I imported successfully the db and it's working, but the file has the correct db name, user and pass and I still get "Caught exception connecting to database" on the website.
The text was updated successfully, but these errors were encountered:
I saw the easy fix in another post, in my case was php7.1-mysql (you should add it to the tutorial) #82
Hi,
I also tried to install mellivora on a Rasperry PI (raspbian image) and had the same issue. The fix for this is quite simple. The driver for php mysql is not installed, so just install it with:
Hi,
I followed your tutorial in LAMP (https://github.com/Nakiami/mellivora/blob/master/install/lamp/README.md)
I didn't have any problem, until I visited the website after this step:
vim /var/www/mellivora/include/config/db.inc.php
I imported successfully the db and it's working, but the file has the correct db name, user and pass and I still get "Caught exception connecting to database" on the website.
The text was updated successfully, but these errors were encountered: