Skip to content

Instantly share code, notes, and snippets.

@raymak23
raymak23 / mysql-create-db-user.sh
Created September 22, 2023 20:42 — forked from MagePsycho/mysql-create-db-user.sh
Bash Script: Create MySQL Database & User - https://blog.magepsycho.com/
#!/bin/bash
#
# Script to create MySQL db + user
#
# @author Raj KB <magepsycho@gmail.com>
# @website http://www.magepsycho.com
# @version 0.1.0
################################################################################