mod_auth_mysql password trading

2001-04-30 Thread Joel Gwynn
Is there a simple way to prevent password trading on an apache system using mod_auth_mysql? I've already got the module installed and working. It would be nice if a directory of flat files could be protected, without having any kind of SSI's, CGI's, etc. anyone ... anyone? -- [Joel

mod_auth_mysql password trading

2001-04-29 Thread Joel Gwynn
Is there a simple way to prevent password trading on an apache system using mod_auth_mysql? I've already got the module installed and working. It would be nice if a directory of flat files could be protected, without having any kind of SSI's, CGI's, etc. anyone ... anyone? -- [Joel

Re: mysql.server ignoring my.cnf?

2001-02-27 Thread Joel Gwynn
(in this # installation this directory is /var/lib/mysql) or # ~/.my.cnf to set user-specific options. Since this was how it was setup, I figured it was correct. At 03:30 PM 2/27/01 +0200, Sinisa Milivojevic wrote: Joel Gwynn writes: I'm running mysql 3.23.33 on debian. I'm using /etc/init.d

mysql.server ignoring my.cnf?

2001-02-26 Thread Joel Gwynn
--datadir=$datadir --pid-file=$pid_file --socket=/var/run/mysqld/mysqld.sock Isn't there a more elegant way to do this? Why is mysql.server ignoring the /etc/mysql/my.cnf file? Thank you for your time. - Joel Gwynn

mysql.server ignoring my.cnf?

2001-02-26 Thread Joel Gwynn
--datadir=$datadir --pid-file=$pid_file --socket=/var/run/mysqld/mysqld.sock Isn't there a more elegant way to do this? Why is mysql.server ignoring the /etc/mysql/my.cnf file? Thank you for your time. - Joel Gwynn

Re: mysql.server ignoring my.cnf?

2001-02-26 Thread Joel Gwynn
) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL PROTECTED] Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php - Joel Gwynn

Re: mysql.server ignoring my.cnf?

2001-02-26 Thread Joel Gwynn
set the sock parameter in both the [client] and [mysqld] sections of the configuration file. This is one of my favorite errors :-/ Best, Kyle On Monday 26 February 2001 12:04, Joel Gwynn wrote: I tried /etc/my.cnf and got the same results. As far as $DATADIR or $HOME are concerned, I don't see