RE: Sentora with external database, same local network
09-30-2016, 09:08 PM
(This post was last modified: 09-30-2016, 09:31 PM by Khalimerot.)
So i manage to make it work.
Here is my method.
Installing Sentora
Log In
Dump SQL from phpmyadmin
Write SQL to the external database
edit: Create a sentora User and password in your external DB, with full access.
Edit /etc/sentora/panel/cnf/db.php
$host = '(where is your external database)';
edit: $user = '(the user you created)';
edit: $pass = '(the password you put for the user)';
And it works.
edit: forgot some steps
Here is my method.
Installing Sentora
Log In
Dump SQL from phpmyadmin
Write SQL to the external database
edit: Create a sentora User and password in your external DB, with full access.
Edit /etc/sentora/panel/cnf/db.php
$host = '(where is your external database)';
edit: $user = '(the user you created)';
edit: $pass = '(the password you put for the user)';
And it works.
edit: forgot some steps