-
Notifications
You must be signed in to change notification settings - Fork 186
Hosting the Database Myself
Ng Justin edited this page Jun 14, 2017
·
6 revisions
- Figure out your
<loris-url> - Open your internet browser
- Navigate to
<loris-url>/installdb.php - Fill in
<mysql-host-name>; if the MySQL server is on the same machine that is hosting Loris, it will belocalhost - Fill in
<mysql-admin-username>; it is easiest to just useroot - Fill in
<mysql-admin-password> - Fill in
<mysql-database>; this database must not exist yet as the installer will try to create it

#TODO