Skip to content

Install MySQL #7

Description

@0xbaha
# Install MySQL Server
# --------------------
sudo apt update
sudo apt install mysql-server
sudo mysql
mysql> CREATE USER 'dev'@'%' IDENTIFIED BY 'dev';
mysql> exit
# Clear bash history
cat /dev/null > ~/.bash_history && history -c && exit

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions