Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

2 Coming From Dramiel or Opux

shibdib edited this page Dec 9, 2017 · 1 revision

If you're coming from Dramiel or Opux and would like to upgrade to Keepstar all you need to do is the following...

Add the following to the bottom of your config file and fill in the info

$config["mysql"] = array(
    "host" => "localhost", //Address of your server
    "user" => "", //mysql username
    "password" => "", //password
    "dbname" => "discord" //name of the database
);

Connect to the site once and it will import your database.

Clone this wiki locally