I require help creating a server with bliss!

james holliday

New Member
Hello, I have been trying for ages to create a server with bliss, I do all the way up to the create database part. All I get when trying to do this stage is cannot connect to mysql server... do you know how to stop this?
 
you must instal mysql in the server then generate the schema with connect with db_migrate.pl --hostname SERVERIP --user DBUSER--pass USERPASS --name DATABASENAME --port 3306

you must create the database before run db_migrate.pl

then, you must edit the HiveExt.ini to match with the database credentials
 
Back
Top