Comments on: How to install MAMP on your Leopard Mac http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: Broeiend http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-4983 Mon, 10 Sep 2012 09:37:58 +0000 http://www.aschroder.com/?p=151#comment-4983 This post is pretty old but I stumbled upon it when I was searching for an answer to the same problem as nick.

I got the same error:
“5.5.25�O���]j!^8<bZ�ÿ÷�€����������~,]q@,XY6?yd�mysql_native_password�!��ÿ„#08S01Got packets out of order" but mine had slightly different variables.

My solution was to open the preferences box of MAMP and select the "Ports" tab, there I assigned the right ports:
Apache Port 8888
MySQL Port 8889

After this step you can acces the page by: http://127.0.0.1:8889/wordpress/

]]>
By: mikki http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-2698 Sat, 22 Oct 2011 16:36:27 +0000 http://www.aschroder.com/?p=151#comment-2698 Whoops…meant the same issue as Tsepo.

]]>
By: mikki http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-2697 Sat, 22 Oct 2011 16:34:29 +0000 http://www.aschroder.com/?p=151#comment-2697 I am having the same issue as Nick. MySQL server will not connect and stays red. Is there a certain way I should have the WordPress files set up or maybe the Document Root? Or does that matter? I am also bot able to open the start page. What’s weird is it all worked initially…and then I tried to organize the files and notta. Any thoughts?

]]>
By: Nick http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-2366 Fri, 10 Jun 2011 00:48:42 +0000 http://www.aschroder.com/?p=151#comment-2366 Thanks for the reply, Ashley. I followed the tutorials for MAMP, XAMMP, WorkBench twice each. But no worries: I just wanted to try PHP, but I’ve got an NB RCP app cooking and jsp/GlassFish for now.

]]>
By: Ashley http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-2362 Wed, 08 Jun 2011 23:42:28 +0000 http://www.aschroder.com/?p=151#comment-2362 Sorry Nick that’s a new one to me. Are you sure you have given Netbeans the right port etc? Looks like junk data being sent or something?

]]>
By: Nick http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-2345 Fri, 03 Jun 2011 19:10:36 +0000 http://www.aschroder.com/?p=151#comment-2345 Ashley,

I found your blog after having installed MAMP to run MySQL through the Netbeans IDE on my MacBook Pro. I ran into a problem for which I haven’t yet had any response from the MySQL, MAMP, & Netbeans forums. I’m posting here in case you might have a solution.
————————————
Problem: When trying to run PHP pages from a Netbeans project, I get following output

H​​​
5.5.9​​​​​:*_$3re(​ÿ÷​​​​€​​​​​​​​​​​1^hou{-jQ5T’m​ysql_native_password!​​​ÿ„​#08S01Got packets out of order

* ‘garbage’ characters (e.g., “$3re(​ÿ÷​​​​€​​​​​​​​​​​1^”) vary

* “H”, “5.5.9”, “mysql_native_password!”, “Got packets out of order”, & the error code remain same

* PHP pages DO display properly when I switch to Apache (but my DB is in MySQL)

***********************
MacBook Pro OS X 10.6.7

Netbeans 7.0
Java 1.6.0_24
MAMP 1.9.6
PHP 5.3.5

Running MySQL Server in MAMP at port 3306

In the Netbeans Services window, I’m able to register MySQL Server as localhost:3306 [root] with the following properties:

Host Name: localhost
Port No.: 3306
User Name: root
P/word: root

Admin Property paths…
Admin Tool:/Applications/MAMP/MAMP.app
Start Cmd: /Applications/MAMP/bin/startMysql.sh
Stop Cmd: /Applications/MAMP/bin/stopMysql.sh

* In the Services window, able to create DBs, tables, & execute SQL commands.

* But when I try to use MySQL Server from a NB PHP project (e.g., NB tutorial //netbeans.org/kb/docs/php/wish-list-lesson2.html), I only get the output noted above

* I uninstalled, and then re-installed, both NB 7.0 and MAMP, but with the same problem

Thanks for any assistance.

]]>
By: Tsepo http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-2297 Thu, 12 May 2011 11:55:52 +0000 http://www.aschroder.com/?p=151#comment-2297 Hi Ashley, I installed the MAMP and the red light next to the SQL doesn’t turn green it stays red but the one next to apache is green what could be the problem and how do I slove it?

]]>
By: flashmac http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-1610 Mon, 26 Jul 2010 11:57:32 +0000 http://www.aschroder.com/?p=151#comment-1610 Hi Ashley,

Thats a pretty decent Mamp set up guide, I used this a while ago and it was damn helpful. Recently I changed the way I use mamp so that I could have my dev sites exactly the same as my live sites, like this:

http://www.mysite.dev
http://www.mysite.com

Here is my guide if it helps any one:
http://www.dangermoose.co.uk/set-up-your-mamp-like-a-dev-king/

]]>
By: Ashley http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-1342 Fri, 21 May 2010 00:15:14 +0000 http://www.aschroder.com/?p=151#comment-1342 Do you mean the Apache that is part of MAMP? Or one that you have installed outside of MAMP? If you have MAMP running, you won’t need any other Apache running and should be able to stop and start using the MAMP graphical interface.

]]>
By: Scott http://www.aschroder.com/2009/02/how-to-install-mamp-on-your-macbook/comment-page-1/#comment-1341 Thu, 20 May 2010 23:43:41 +0000 http://www.aschroder.com/?p=151#comment-1341 Hey, Great post! I followed your instructions but now Apache isn’t working.

]]>