Setup asking for database

Was trying to setup carbon forum, and it asked for a database (http://incongruous-cold-vise.glitch.me/install/), is there a db built in or do i need to create my own?

There is a mysql db on Glitch:

username: root
password: there is not a password

You will also need to create a database:

mysql -u root
CREATE DATABASE forum;

Am getting another error

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

MySQL can get a bit hairy on Glitch I should note, you can either contact support@glitch.com about this or:

Nevermind, i was using the wrong project template

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.