D
D
Denis Bukreev2016-12-12 01:38:03
MySQL
Denis Bukreev, 2016-12-12 01:38:03

Mysql server on MAMP does not start - how to solve the problem?

So it goes.
A month ago, I noticed this picture after running mamp:
8714eaa3e22b469592c8edab80923c82.png
Apache starts automatically when the application starts, but mysql does not. At the same time, the "Start server" button does not change the text.
Clicking this button simply restarts Apache.
I haven't used phpmyadmin for more than two months, but now I'm stuck on the project
Here's what the localhost/phpmyadmin address says:
bbca6b5e56434151a2cce5c41acd2c64.png
I can't download clean mamp at all - on the official site it gives a network error when I try to upload a file.
What could be the problem? How to fix it?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
F
falmer, 2017-06-11
@denisbookreev

Reinstallation is too global. The following steps helped me:

S
Sergei Nazarenko, 2016-12-12
@nazares

$ ps aux | grep mysql // че выводит ?

$ lsof -i :port  //номер порта какой у вас там в мампе настроен посмотрите не весит ли там чего 

$ killall -9 mysqld

B
bioextension, 2017-03-14
@bioextension

Help with the same problem.

B
Ben_Adamsky, 2019-11-30
@Ben_Adamsky

Guys, Hello everyone from 2019! My friend also faced the same problem ... In short, deleting the file from the root folder of the MAMP \ db \ mysql \ mysql-bin.index
application helped us. But before deleting the file, make sure that the servers are stopped, and delete the file not permanently and move to trash. Because I have this file and everything works, and my friend's MySQL server started only after deleting the mysql-bin.index file
After deleting, start the server (Start Servers), and if the problem is solved, delete the file from the recycle bin...))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question