Skip to content

Install MySQL #7

@0xbaha

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

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