Hello people from Froxlor, first of all thank you for this nice software! i really like the functionality of the demo so i am trying to install froxlor on my own vps.
I have created a fresh vps, with nginx php-fpm and mariadb, this is behind a reverse proxy, everything is working well and i can reach my website.
However, when trying to install froxlor, i get the error
Spoiler
Froxlor install - setup
Checking MySQL-root access...
OK
Checking database...
Unable to create database. A database with the same name exists and should not be overwritten
There seems to be a problem with the database-connection. Cannot continue. Please go back and check your credentials.
I have checked in mariadb and there is no database with the same name, i have also ticked the option to overwrite, but this has no effect.
Spoiler
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
+--------------------+
3 rows in set (0.001 sec)
Question
KevinKevin055
Hello people from Froxlor, first of all thank you for this nice software! i really like the functionality of the demo so i am trying to install froxlor on my own vps.
I have created a fresh vps, with nginx php-fpm and mariadb, this is behind a reverse proxy, everything is working well and i can reach my website.
However, when trying to install froxlor, i get the error
Froxlor install - setup
There seems to be a problem with the database-connection. Cannot continue. Please go back and check your credentials.
I have checked in mariadb and there is no database with the same name, i have also ticked the option to overwrite, but this has no effect.
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
+--------------------+
3 rows in set (0.001 sec)
Could somebody help me with what im missing?
Kind regards
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now