diff options
Diffstat (limited to 'ext/mysql/tests/connect.inc')
| -rwxr-xr-x | ext/mysql/tests/connect.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/mysql/tests/connect.inc b/ext/mysql/tests/connect.inc new file mode 100755 index 0000000000..aa1d30a17e --- /dev/null +++ b/ext/mysql/tests/connect.inc @@ -0,0 +1,10 @@ +<?php + + /* default values are localhost, root and empty password + Change the values if you use another configuration */ + + $host = "localhost"; + $user = "root"; + $passwd = ""; + +?> |
