-
Notifications
You must be signed in to change notification settings - Fork 4
MySQL
Syed Sayem edited this page May 16, 2019
·
1 revision
To install MySQL, open terminal and type in these commands:
$ yaourt mysql
select mysql package and install it
Once you have installed MySQL, start it running
$ sudo systemctl start mysqld
Finish up by running the MySQL set up script:
$ sudo mysql_secure_installation
Enable Autostart
$ sudo systemctl enable mysqld
Install MySQL Workbench
$ sudo pacman -S mysql-workbench
- Home
- Bootable USB Installer
- BIOS
- Pre-installation
- Installation
- Configure System
- Post Installation
- Extra
- Troubleshooting
- Development
- DevOps