openbsd-ports/net/p5-Net-MySQL/patches/patch-script_mysql_pl
wilfried 33ca157c6f update to p5-Net-MySQL-0.07
- When old Perl was used, the problem which cannot encode a password
  correctly was corrected.
- UNIX Socket connection support.
- The version of Perl to demand was lowered to 5.004.
- Fixed the problem which cannot acquire the field with a length
  of 16 bits or more.
- Fixed some uncanny typoes.
2002-08-09 10:32:25 +00:00

17 lines
699 B
Plaintext

$OpenBSD: patch-script_mysql_pl,v 1.1 2002/08/09 10:32:25 wilfried Exp $
--- script/mysql.pl.orig Mon Jul 22 05:12:53 2002
+++ script/mysql.pl Fri Aug 9 12:28:27 2002
@@ -70,10 +70,10 @@ exit;
sub show_usage
{
die <<__USAGE__;
-Usage: mysq.pl [-?v] [-s /tmp/mysql.sock] [-h HOSTNAME] [-P PORT] [-u USER] DATABASE
+Usage: mysq.pl [-?v] [-s /var/run/mysql/mysql.sock] [-h HOSTNAME] [-P PORT] [-u USER] DATABASE
-? Display this help and exit.
- -s Path to Unix socket. (default /tmp/mysql.sock)
+ -s Path to Unix socket. (default /var/run/mysql/mysql.sock)
-h Connect to host.
-P Port number to user for connection.(default 3306)
-u User for login if not current user.