MySQL server does not start after installing Apache Cassandra

I am trying to work with multiple databases with one project. I successfully integrated my project with the MySQL database, but after installing Cassandra (using DataStax 3.9.0) I have to deal with the problem of connecting to the MySQL database.

I got an error

can't connect to MySQL server on '127.0.0.1' (10061)

I returned the process and uninstalled Cassandra, but there is the same problem while starting MySQL. Also, in the "TAB Services" panel on the control panel, I do not have the ability to start MYSQL Service manually, and the type of startup is "automatic".

+5
source share
1 answer

Please check if mysql database is running or not. At startup, you can stop working with the database that you want to work with.

0
source

Source: https://habr.com/ru/post/1272326/


All Articles