Re: #2002 - The server is not responding
Posted by: kevin yin
Date: February 25, 2008 05:31PM

I got it working on my os x leopard 10.5.2 by changing the end of line char in the config.inc.php from '\n' to '\r'.
The end-of-line char '\n' is (Linux|UNIX) specific and '\r' is for Mac os x.
This was done via http://localhost/phpMyAdmin/scripts/setup.php

at the prompt execute: od -c config.inc.php
to verify the end-of-line char of config.inc.php

good luck

Options: ReplyQuote


Subject
Written By
Posted
Re: #2002 - The server is not responding
February 25, 2008 05:31PM
g i
December 09, 2005 10:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.