Hello
First bug: The contact address is no longer existing:
"BUGs can be reported by email to [EMAIL PROTECTED]"
Second bug: perl does not substitute the '~' char to the home directory:
> --- /tmp/mysqlaccess.orig 2002-08-27 08:25:23.000000000 +0200
> +++ /usr/bin/mysqlaccess 2002-08-27 08:20:40.000000000 +0200
> @@ -13,7 +13,7 @@
> $script = $1;
> $script = 'MySQLAccess' unless $script;
> $script_conf = "$script.conf";
> - $script_log = "~/$script.log";
> + $script_log = $ENV{'HOME'}."/$script.log";
>
> # ****************************
> # information on MySQL
bye,
-christian-
Robot: php mysql
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
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