#!/bin/bash
# Basically just yeet this to the back because we don't exactly care about it
mysqld --user=root --daemonize > /dev/null 2>&1 &
bash