Skip to content

Commit f81fa58

Browse files
author
ncomputers.org
committed
localhost
1 parent 3bf9f01 commit f81fa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/dist/conf/debian90.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$conf['mysql']['installed'] = false; // will be detected automatically during installation
5757
$conf['mysql']['init_script'] = 'mysql';
5858
$conf['mysql']['host'] = 'localhost';
59-
$conf['mysql']['ip'] = 'localhost'; //this adds IPv6 and IPv4 connectivity
59+
$conf['mysql']['ip'] = '127.0.0.1';
6060
$conf['mysql']['port'] = '3306';
6161
$conf['mysql']['database'] = 'dbispconfig';
6262
$conf['mysql']['admin_user'] = 'root';

0 commit comments

Comments
 (0)