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 beda201 commit 8219a0cCopy full SHA for 8219a0c
sre_config/config.php
@@ -7,10 +7,10 @@
7
* URL : https://mysqlreports.com
8
*
9
*/
10
-define("SRE__DEFAULT__USER__", "root");
+define("SRE__DEFAULT__USER__", "");
11
define("SRE__DEFAULT__PASS__", "");
12
define("SRE__DEFAULT__HOST__", "localhost");
13
-define("SRE__DEFAULT__DB__", "northwind");
+define("SRE__DEFAULT__DB__", "");
14
15
16
define("SRE__ALLOWED_REPORT_LANGUAGES__", json_encode(array("en",
0 commit comments