-
Notifications
You must be signed in to change notification settings - Fork 37
Installation of mysql server
anjalysuresh edited this page Feb 1, 2018
·
11 revisions
-
First thing let’s upgrade the packages:
sudo apt-get update sudo apt-get -y upgrade
-
Install mysql and dependencies
sudo apt-get mysql server
-
Go to /etc/mysql/mysql.conf.d/mysqld.cnf
Set bind-address=0.0.0.0
-
Access mysql using mysql -u root -p enter the password
-
Create the database collaboration.
mysql> create database iimbx; mysql> exit;
Collaborative Community
Contents