Ben- > Is there a way to configure Rev's database client to access mysql.sock at > a location other than /tmp/mysql.sock ?
You might try (untested with rev) ps -ef | grep mysql.*socket # to find the socket location (on mine it's /var/run/mysqld/mysqld.sock) # and then export MYSQL_UNIX_PORT=/var/run/mysqld/mysqld.sock -- Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
