Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Tony Marston
Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sat, July 15, 2006 2:05 am, Kevin Waterson wrote: Being that these products are commercial in nature, should not they be supporting thier own products, rather than relying on the good will of the open source/PHP folks

Re: [PHP] php-head-shrink WAS: Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Jochem Maas
Paul Scott wrote: --=neXtPaRt_1152981398 Content-Type: text/plain Content-Transfer-Encoding: 7bit My IBM laptop and I are having relationship issues... I suggest trading her in for a better looking model half her age, try a Mac Book Pro ;-) --Paul --=neXtPaRt_1152981398

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Kevin Waterson
This one time, at band camp, Richard Lynch [EMAIL PROTECTED] wrote: Zend has provided a great deal to the PHP community -- Zend basically pays Ze'ev and Andi (and more) to work about half their time on improving PHP Open Source code. As an ex-Zend employee I find that they are maybe the only

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-16 Thread Robert Cummings
On Sun, 2006-07-16 at 13:02, Kevin Waterson wrote: This one time, at band camp, Richard Lynch [EMAIL PROTECTED] wrote: Zend has provided a great deal to the PHP community -- Zend basically pays Ze'ev and Andi (and more) to work about half their time on improving PHP Open Source code. As

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Dave M G
PHP List, My apologies to any and all that I may have offended for bringing up Zend specific issues here. I understand that PHP is developed by a huge community of developers whose efforts I appreciate very much. By stating that Zend is the company where PHP originates, I was not trying to

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Dave M G
PHP List, As was suggested on this list by Paul and Richard, I've resolved the Zend studio/MySQL socket issue by creating a symbolic link from /tmp/mysql.socl to /var/run/mysqld/mysqld.sock. ( ln -s /var/run/mysqld/mysql.sock /tmp/mysql.sock ) But, clearly in my earlier attempts to find a

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Kevin Waterson
This one time, at band camp, Dave M G [EMAIL PROTECTED] wrote: Please understand that I was *hoping* for advice here, as Zend and PHP are surely highly correlated. But I apologize if I came across as if I *expected* answers. You raise an interesting point. Whilst PHP uses the Zend Engine

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Jochem Maas
Kevin Waterson wrote: This one time, at band camp, Dave M G [EMAIL PROTECTED] wrote: Please understand that I was *hoping* for advice here, as Zend and PHP are surely highly correlated. But I apologize if I came across as if I *expected* answers. You raise an interesting point. Whilst

[PHP] php-head-shrink WAS: Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Paul Scott
--=neXtPaRt_1152981398 Content-Type: text/plain Content-Transfer-Encoding: 7bit My IBM laptop and I are having relationship issues... --Paul --=neXtPaRt_1152981398 Content-Type: text/plain; All Email originating from UWC is covered by disclaimer

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread tedd
At 5:05 PM +1000 7/15/06, Kevin Waterson wrote: This one time, at band camp, Dave M G [EMAIL PROTECTED] wrote: Please understand that I was *hoping* for advice here, as Zend and PHP are surely highly correlated. But I apologize if I came across as if I *expected* answers. You raise an

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Richard Lynch
On Sat, July 15, 2006 2:05 am, Kevin Waterson wrote: Being that these products are commercial in nature, should not they be supporting thier own products, rather than relying on the good will of the open source/PHP folks for tech support? If we should support Zend products, why not other

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread David Tulloh
This sounds like a Zend Studio problem and question. It could possibly be a MySQL or even a phpMyAdmin question. It doesn't really have anything to do with PHP. You paid Zend for the product, ask them how it works. David Dave M G wrote: PHP List, I am trying out Zend Studio for editing and

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Dave M G
David Tulloh, This sounds like a Zend Studio problem and question. It could possibly be a MySQL or even a phpMyAdmin question. It doesn't really have anything to do with PHP. I realize that Zend Studio is separate from PHP, but I would hardly go so far as to say it has nothing to do with

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Dan McCullough
in phpmyadmin config.default.php you can specify the socket that it should be looking for. have you tried that? On 7/14/06, Dave M G [EMAIL PROTECTED] wrote: David Tulloh, This sounds like a Zend Studio problem and question. It could possibly be a MySQL or even a phpMyAdmin question. It

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Robert Cummings
On Fri, 2006-07-14 at 11:57, Dave M G wrote: David Tulloh, This sounds like a Zend Studio problem and question. It could possibly be a MySQL or even a phpMyAdmin question. It doesn't really have anything to do with PHP. I realize that Zend Studio is separate from PHP, but I would

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Paul Nowosielski
You could make a symbolic link from /tmp/ to whereever the real socket is. Then you won't have to change your other configurations. Thank you, -- Paul Nowosielski On Thursday 13 July 2006 22:53, Dave M G wrote: PHP List, I am trying out Zend Studio for editing and debugging my PHP

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Ray Hauge
On Thursday 13 July 2006 21:53, Dave M G wrote: PHP List, I am trying out Zend Studio for editing and debugging my PHP scripts. When I first ran it, it kept giving me this error: Can't connect to local MySQL server through socket /tmp/mysql.sock After some research on the web, I found that

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Michael Rasmussen
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

[PHP] List Nastiness (Was: RE: [PHP] Zend Studio, phpMyAdmin, and mysql.sock)

2006-07-14 Thread KermodeBear
Thanks Mr. Rasmussen. (o: To the rest: There has been quite a bit of mean spiritedness on the list lately. I don't know if it is the weather, some strange astrological phenomenon, or something else entirely, but can we tone it down a bit? There has been way too much flame war-esque behavior

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread tedd
At 1:42 PM -0400 7/14/06, Robert Cummings wrote: You have asked a Zend specific question, the problem lies with Zend it would seem, and not PHP. While the two are obviously related, your question is not about PHP. Cheers, Rob. Rob: You're certainly right, but do you think that a developer's

RE: [PHP] List Nastiness (Was: RE: [PHP] Zend Studio, phpMyAdmin, and mysql.sock)

2006-07-14 Thread Jay Blanchard
[snip] To the rest: There has been quite a bit of mean spiritedness on the list lately. I don't know if it is the weather, some strange astrological phenomenon, or something else entirely, but can we tone it down a bit? There has been way too much flame war-esque behavior lately. We're supposed

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Robert Cummings
On Fri, 2006-07-14 at 14:57, tedd wrote: At 1:42 PM -0400 7/14/06, Robert Cummings wrote: You have asked a Zend specific question, the problem lies with Zend it would seem, and not PHP. While the two are obviously related, your question is not about PHP. Cheers, Rob. Rob: You're

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Richard Lynch
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock As far as I know, the default for MySQL out of the box is /tmp/mysql.sock You'd have to complain to Zend Support to get a configure directive for this, if they don't already have one. On Thu, July 13, 2006 11:53 pm, Dave M G wrote: PHP List,

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-14 Thread Richard Lynch
On Fri, July 14, 2006 10:57 am, Dave M G wrote: David Tulloh, This sounds like a Zend Studio problem and question. It could possibly be a MySQL or even a phpMyAdmin question. It doesn't really have anything to do with PHP. I realize that Zend Studio is separate from PHP, but I would hardly

[PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-13 Thread Dave M G
PHP List, I am trying out Zend Studio for editing and debugging my PHP scripts. When I first ran it, it kept giving me this error: Can't connect to local MySQL server through socket /tmp/mysql.sock After some research on the web, I found that this could be solved by editing /etc/mysql/my.conf