Ronson's Blog
  • Home
  • Shuttlecock Game Log
Sign in Subscribe

MySQL

A collection of 2 posts
MySQL

Drop Databse <Database Name>; mariaDB

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`;
Dec 3, 2016
nginx

Setting up wallabag + MySQL + nginx

Open source Pocket replacement https://www.wallabag.org/ 1. Follow most of the instructions here: Install Wallabag on Ubuntu 12.04 LTS VPS [https://www.rosehosting.com/blog/install-wallabag-on-ubuntu-12-04-lts-vps/] a. MySQL apt-get install mysql-server mysql-client b. nginx mainline [http://nginx.org/en/linux_packages.html]: grab the key, modify /etc/
Jan 23, 2015 1 min read
Page 1 of 1
Ronson's Blog © 2023
Powered by Ghost