Update comment htconfig.sample.php

This commit is contained in:
Max Kostikov 2019-04-10 14:14:14 +02:00
parent 42f96dc7a6
commit 775285cdf8

View File

@ -12,7 +12,7 @@
// Then set the following for your MySQL installation
$db_host = 'your.mysqlhost.com'; // Use 'localhost' if you aren't using a remote server
$db_host = 'your.mysqlhost.com'; // Use 'localhost' or ':/path/to/socket.file' if you aren't using a remote server
$db_port = 0; // leave 0 for default or set your port
$db_user = 'mysqlusername';
$db_pass = 'mysqlpassword';