On Sat, 15 Jul 2006 00:57:18 +0900, Dave M G wrote:

> 
> In any case, this list is called PHP "general". Am I really so
> unreasonable in thinking that asking about how to set up a PHP development
> environment so that I can debug my PHP scripts without it conflicting with
> the PHP database administration system is on-topic?
In your Zend folder there is a folder called bin. In that folder you
should see to other folders: php4 and php5. In each of those folders you
should fine a file called php.ini. In that file add the following
instruction:
mysql.default_socket=/path/to/mysqld.sock

-- 
Hilsen/Regards
Michael Rasmussen
http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE3E80917

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to