Was trying to remove seafile from a server and drop the databases in mariaDB. Unfortunately, all the documentation says the syntax is: DROP DATABASE DATABASE_NAME; This doesn't work. You need a '`' around the database name to work. DROP DATABASE `DATABASE_NAME`