Skip to content

Instantly share code, notes, and snippets.

@AysadKozanoglu
Last active May 14, 2019 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AysadKozanoglu/d485de4d7b6492cb0c478c098b4c63c6 to your computer and use it in GitHub Desktop.
Save AysadKozanoglu/d485de4d7b6492cb0c478c098b4c63c6 to your computer and use it in GitHub Desktop.
#author: Aysad Kozanoglu
#email: aysadx@gmail.com
# Debian Jessie
# QUICK LAUNCH script
# wget -O - https://git.io/fjWjB | bash
#
apt-get -y -qq install software-properties-common
# install repo mariadb
# see source
# https://github.com/AysadKozanoglu/scripts/blob/master/mariadb_install_repo.sh
wget -O - https://git.io/fjWjZ | bash
echo "installing mariaDB"
apt-get update && apt-get -qq -y install mariadb-server mariadb-client
wget -O /etc/mysql/my.cnf "https://git.io/fpuxX"
systemctl restart mysql; systemctl status mysql
echo -e "\n execute mysql_secure_installation to set your root password, actually blank!! \n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment