to install mysql client, we are using package mysql-server.
I tried mysql-cores but it caused a problem when automatical connect to the local server thus I decided to use mysql-server which contains contain both client and server.
To install on ubuntu 18.04, we are using
$ sudo apt install mysql-server
A problem occurred when I testing mysql client, the CONSTRAINT causing duplicate foreign key thus I removed the CONSTRAINT
to install
mysql client
, we are using packagemysql-server
.I tried
mysql-cores
but it caused a problem when automatical connect to the local server thus I decided to usemysql-server
which contains contain both client and server.To install on ubuntu 18.04, we are using
A problem occurred when I testing
mysql client
, theCONSTRAINT
causingduplicate foreign key
thus I removed theCONSTRAINT