How do I Interrupt a long query in the mysql command line tool without quitting mysql?
By : ankurgupta
Date : March 29 2020, 07:55 AM
|
Yosemite - MAMP - Can't connect to local MySQL server through socket '/Applications/MAMP/tmp/mysql/mysql.sock' (2)
By : Farnam Aria
Date : March 29 2020, 07:55 AM
To fix this issue I had the same problem. I solved it following these steps: I stopped and restarted MySQL via System Preferences -> MySQL (see also https://stackoverflow.com/a/26523977/204807) I entered sudo mysql_upgrade in a terminal window, and pressed enter
|
MySQL w/ MAMP - Symbolic link disappears after I quit MAMP
By : iolhovivo
Date : March 29 2020, 07:55 AM
hop of those help? I found that this has nothing to do with MAMP. This file -> mysql.sock is not a definitive file, so to speak. It's created every time you start mysqld, and it's deleted when you stop mysqld or restart/shutdown your computer.
|
MAMP PRO MySQL Database Folder not found in MAMP/DB
By : DINESH NAAM THO SUNA
Date : March 29 2020, 07:55 AM
Does that help The Updated version of MAMP Pro is saving the databases on a different location. I have installed the MAMP Pro for all users of the machine and can find one here code :
/Macintosh HD/Library/Application Support/appsolute/MAMP PRO/db/mysql/
/Macintosh HD/Users/username/Library/Application Support/appsolute/MAMP PRO/db/mysql/
|
MAMP - phpMyAdmin #2002 - Can't connect to local MySQL server through socket '/Applications/MAMP/tmp/mysql/mysql.sock'
By : yjrye
Date : March 29 2020, 07:55 AM
it should still fix some issue I am seeing exactly the same. MAMP MySQL running, and this messgage from PHPMyAdmin MySQL said:
|