so connect with:
mysql5 --socket=/opt/local/var/run/mysql5/mysqld.sock -u root
...from the command line.
I'm pulling my hear with this. Do you have any clues what could be wrong?
--
Antti Holvikari <http://phphalo.com>
parsed_php + 44 (mod_php5.c:687)
9 httpd 0xdd18 ap_invoke_handler + 232
10 httpd 0x00017dd4 process_request_internal + 640
Thanks!
--
Antti Holvikari <http://antti.dotgeek.org/blog>
Zend Certified Engineer (ZCE)
;
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char mysql_query();
int main() {
mysql_query()
; return 0; }
Hope