Re: PhpMyAdmin question

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 16:58, Phil Dobbin wrote: > On 28/10/11 at 22:33, Ryan Schmidt wrote: > >> But he told us before he's not using MacPorts mysql5; he's using his own >> manually-compiled MySQL server. In which case, Phil, you need to figure out >> where that server of yours is putting its so

Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 28/10/11 at 22:33, ryandes...@macports.org (Ryan Schmidt) wrote: But he told us before he's not using MacPorts mysql5; he's using his own manually-compiled MySQL server. In which case, Phil, you need to figure out where that server of yours is putting its socket file, and then tell PHP by e

Re: PhpMyAdmin question

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 10:53, Bradley Giesbrecht wrote: > On Oct 28, 2011, at 6:10 AM, Phil Dobbin wrote: > >> On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: >> >>> Yes you do need to somehow get phpmyadmin into your web space. One way >>> would be to create a symlink in your

Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 28/10/11 at 16:52, b...@pixilla.com (Bradley Giesbrecht) wrote: > With a default MacPorts prefix your mysql5 socket should be here: > /opt/local/var/run/mysql5/mysqld.sock > > $ ps ax | grep -v grep | grep -o -E -- "--socket[^ ]+mysql[^ ]+" I changed my default socket for pdo, mysql & mysqli

Re: PhpMyAdmin question

2011-10-28 Thread Puneet Kishor
my experience... On Oct 28, 2011, at 10:53 AM, Bradley Giesbrecht wrote: > On Oct 28, 2011, at 6:10 AM, Phil Dobbin wrote: > >> On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: >> >>> Yes you do need to somehow get phpmyadmin into your web space. One way >>> would be to crea

Re: PhpMyAdmin question

2011-10-28 Thread Bradley Giesbrecht
On Oct 28, 2011, at 6:10 AM, Phil Dobbin wrote: > On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: > >> Yes you do need to somehow get phpmyadmin into your web space. One way would >> be to create a symlink in your document root. For example if your document >> root is /opt/l

Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: Yes you do need to somehow get phpmyadmin into your web space. One way would be to create a symlink in your document root. For example if your document root is /opt/local/apache2/htdocs you could do: cd /opt/local/apache2/ht

Re: PhpMyAdmin question

2011-10-28 Thread Ryan Schmidt
On Oct 28, 2011, at 03:59, Phil Dobbin wrote: > On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: > >> Yes you do need to somehow get phpmyadmin into your web space. One way would >> be to create a symlink in your document root. For example if your document >> root is /opt/lo

Re: PhpMyAdmin question

2011-10-28 Thread Phil Dobbin
On 27/10/11 at 01:01, ryandes...@macports.org (Ryan Schmidt) wrote: Yes you do need to somehow get phpmyadmin into your web space. One way would be to create a symlink in your document root. For example if your document root is /opt/local/apache2/htdocs you could do: cd /opt/local/apache2/ht

Re: PhpMyAdmin question

2011-10-27 Thread Ryan Schmidt
On Oct 27, 2011, at 16:59, Phil Dobbin wrote: > Do I need to create a sym link between apache & phpmyadmin in order to access > it from a browser such as: > > sudo ln -s /opt/local/www/phpmyadmin/config.inc.php > /opt/local/apache2/conf/httpd.conf Not like that. phpmyadmin's config.inc.php is

PhpMyAdmin question

2011-10-27 Thread Phil Dobbin
Hi. Do I need to create a sym link between apache & phpmyadmin in order to access it from a browser such as: sudo ln -s /opt/local/www/phpmyadmin/config.inc.php /opt/local/apache2/conf/httpd.conf I keep getting a 404 when calling . Apache, PHP & MySQL are worki