From e1c60adaf1504f50fd37cd9f4f45554791a3ac38 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Wed, 4 Oct 2006 20:00:40 +0000 Subject: The MySQL Activity Report package is a tool to help MySQL database administrators to collect several database parameters and variables. These collected values can be used for server monitoring or performance tuning purposes. WWW: http://gert.sos.be/en/projects/mysqlar/ PR: ports/101217 Submitted by: Greg Albrecht --- databases/mysqlard/files/patch-af | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/mysqlard/files/patch-af (limited to 'databases/mysqlard/files/patch-af') diff --git a/databases/mysqlard/files/patch-af b/databases/mysqlard/files/patch-af new file mode 100644 index 000000000000..24fa7a805a53 --- /dev/null +++ b/databases/mysqlard/files/patch-af @@ -0,0 +1,11 @@ +--- src/mysqlar.php.sh.orig Tue Aug 1 11:23:19 2006 ++++ src/mysqlar.php.sh Tue Aug 1 11:13:32 2006 +@@ -15,7 +15,7 @@ + * and has only usage permissions, no grants on any databases or tables. + */ + $sqlhost = "localhost"; +- $sqluser = ""; ++ $sqluser = "mysqlar"; + $sqlpassword = ""; + + /* sort a matrix using column as key */ -- cgit v1.2.3