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>
11 lines
332 B
Text
11 lines
332 B
Text
--- 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 */
|