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".
source share