File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ $settings['defaultColumnVis']['Comments'] = true;
42
42
$reviewhost = array(
43
43
// Replace hostname and database in this setting
44
44
// use host=hostname:port if not the default port
45
- 'dsn' => 'mysql:host=hostname;dbname=percona',
45
+ 'dsn' => 'mysql:host=hostname;port=3306; dbname=percona',
46
46
'user' => 'user',
47
47
'password' => 'password',
48
48
// See http://www.percona.com/doc/percona-toolkit/2.1/pt-query-digest.html#cmdoption-pt-query-digest--review
@@ -55,7 +55,7 @@ $reviewhost = array(
55
55
56
56
$explainhosts = array(
57
57
'label1' => array(
58
- 'dsn' => 'mysql:host=hostname1: 3306',
58
+ 'dsn' => 'mysql:host=hostname1;port= 3306',
59
59
'user' => 'user',
60
60
'password' => 'password',
61
61
// By default we scan the host to see what databases we can run a
@@ -67,7 +67,7 @@ $explainhosts = array(
67
67
),
68
68
),
69
69
'label2' => array(
70
- 'dsn' => 'mysql:host=hostname2: 3306',
70
+ 'dsn' => 'mysql:host=hostname2;port= 3306',
71
71
'user' => 'user',
72
72
'password' => 'password',
73
73
// You can also just set the field and keep it empty. We will scan for valid databases
You can’t perform that action at this time.
0 commit comments