1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-22 10:12:31 +01:00

updated mariadb so you can fix more errors

This commit is contained in:
Natsuki.HX 2022-02-28 13:15:12 +01:00 committed by GitHub
parent e4e2fd0a1e
commit bb71a53273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,6 @@ If you set it up correctly, you should be able to run ``systemctl start fosscord
(which you should do, checkout the "Setup" section) and, your fosscord works! It may say "TABLE NOT SETUP" or something. Ignore these, because
they are just there because the database is uninitialized.
If you get an error that says ``DriverPackageNotInstalledError: Mysql package has not been found installed.``, run ``npm install mysql --save``.
// by AToska21