We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf9f01 commit f81fa58Copy full SHA for f81fa58
install/dist/conf/debian90.conf.php
@@ -56,7 +56,7 @@
56
$conf['mysql']['installed'] = false; // will be detected automatically during installation
57
$conf['mysql']['init_script'] = 'mysql';
58
$conf['mysql']['host'] = 'localhost';
59
-$conf['mysql']['ip'] = 'localhost'; //this adds IPv6 and IPv4 connectivity
+$conf['mysql']['ip'] = '127.0.0.1';
60
$conf['mysql']['port'] = '3306';
61
$conf['mysql']['database'] = 'dbispconfig';
62
$conf['mysql']['admin_user'] = 'root';
0 commit comments