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 a061fa0 commit 431bfb8Copy full SHA for 431bfb8
README.md
@@ -57,7 +57,7 @@ This class implements a generic MySQL database access wrapper.
57
### Connectivity settings
58
```php
59
// Set your connectivity settings
60
-define('MySQL_HOST', 'localhost');
+define('MySQL_HOST', 'localhost'); // localhost:3306
61
define('MySQL_USER', 'root');
62
define('MySQL_PASS', '');
63
define('MySQL_DB', 'test');
0 commit comments