Skip to content

Install MySQL server on Windows 10 bash

FiveTech Software edited this page May 20, 2019 · 18 revisions

sudo apt-get install mysql-server

sudo service mysql start

mysql -uroot -p

mysql> show databases;

mysql> exit;

Clone this wiki locally