4
1
I tried installing MySQL Server in my Kali Linux but when I ran this command
apt-get install mysql-server
This error comes
Reading package lists... Done
Building dependency tree
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
However the following packages replace it:
mariadb-server-10.1
Is there no packages for MySQL Server for Kali Linux rolling?
Your suggestion is to start mysql service which in turn start MariaDB which is not mysql! it is an open source database and might not integrate smoothly using tools like spring JPA which needs conector for example. – user2656851 – 2020-01-10T09:57:16.910