$ sudo apt install mysql-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package mysql-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'mysql-server' has no installation candidate
Asked
Active
Viewed 1,725 times
-1
Zanna
- 72,312
1 Answers
0
You can install mariadb-server, it's a fork of mysql and so the operation is basically the same, including the command to execute queries in the database.
RodrigoKrz
- 73