Re: Weird happenings with mysql

2014-08-06 Thread Bradley Giesbrecht
On Aug 5, 2014, at 7:12 PM, Jeff Greenberg listmail.ayendesi...@gmail.com wrote: My bigger point of confusion is WHERE to do this or even how to confirm what I'm running. $ ps ax | grep mysqld Further, though 'which mysql' points to /opt/local, starting and stopping the service is

Re: Weird happenings with mysql

2014-08-06 Thread Bradley Giesbrecht
Lets see which MacPorts packages relating to php and mysql you have installed: $ port echo active and name:^(mysql[0-9]{1,2}|mariadb[0-9.-]{0,5}|percona|apache2|php[0-9]{1,2}||php[0-9]{1,2}-mysql)$ Regards, Bradley Giesbrecht (pixilla) signature.asc Description: Message signed with OpenPGP

Re: Weird happenings with mysql

2014-08-06 Thread Craig Treleaven
At 10:07 AM -0700 8/6/14, Bradley Giesbrecht wrote: On Aug 5, 2014, at 7:12 PM, Jeff Greenberg listmail.ayendesi...@gmail.com wrote: My bigger point of confusion is WHERE to do this or even how to confirm what I'm running. $ ps ax | grep mysqld Further, though 'which mysql' points to

Weird happenings with mysql

2014-08-05 Thread Jeff Greenberg
I have several dev sites running on my macbook. I've been working on some custom code for one for a few months, and was tracing it in xdebug like usual, and when I stopped it and hit the page again, I got the error: PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away.