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
Hi , I am trying to launch the website ,
I have installed the PHP engine and
mysql on my ubuntu this is my config (at the end):
and I get Unknown database 'anubis_db'
What am I missing ?
$dbdatabase = "anubis_db";
/* MYSQL specific defines /
$dbusername = "root";
$dbpassword = "";
$dbhost = "localhost";
/ End MYSQL specific defines */
The text was updated successfully, but these errors were encountered:
Hi , I am trying to launch the website ,
I have installed the PHP engine and
mysql on my ubuntu this is my config (at the end):
and I get Unknown database 'anubis_db'
What am I missing ?
$dbdatabase = "anubis_db";
/* MYSQL specific defines /
$dbusername = "root";
$dbpassword = "";
$dbhost = "localhost";
/ End MYSQL specific defines */
The text was updated successfully, but these errors were encountered: