Sunday 4 August 2019

php - Connect MySQL workbench to MAMP using socket/path on windows

i am trying to connect to mysql workbench to MAMP with socket/path on windows 10



my problem :



1 I don't have mysql.sock file



2 I am trying to find a resource to find a solution but i only get OSX solutions which is /Applications/MAMP/tmp/mysql/mysql.sock.



I don't have TMP file and my sql.sock



Is there any solution to my problem or i have to use an alternative of MAMP ?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...