diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-04 20:00:40 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-04 20:00:40 +0000 |
commit | e1c60adaf1504f50fd37cd9f4f45554791a3ac38 (patch) | |
tree | e91e401a30335ab3c25f817992d6e7a7043d4a08 /databases/mysqlard/files/patch-af | |
parent | This is the FreeBSD client for the h-inventory Web application. (diff) |
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 <gregoryba at gmail.com>
Notes
Notes:
svn path=/head/; revision=174477
Diffstat (limited to 'databases/mysqlard/files/patch-af')
-rw-r--r-- | databases/mysqlard/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
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 */ |