/ Published in: Bash
Credit goes to [shyul](http://forum.mamp.info/memberlist.php?mode=viewprofile&u=61837"shyul") and the original forum post here: [original_post](http://forum.mamp.info/viewtopic.php?t=14115"original_post")
You need to modify the following file " ...\MAMP\bin\startMysql.sh" with the code bellow
You need to modify the following file " ...\MAMP\bin\startMysql.sh" with the code bellow
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# /bin/sh /Applications/MAMP/Library/bin/mysqld_safe --port=3306 --max_allowed_packet=268435456 --socket=/Applications/MAMP/tmp/mysql/mysql.sock --lower_case_table_names=0 --pid-file=/Applications/MAMP/tmp/mysql/mysql.pid --log-error=/Applications/MAMP/logs/mysql_error_log &