Skip to content

Commit 431bfb8

Browse files
author
Radovan Janjic
committed
Update README.md
1 parent a061fa0 commit 431bfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This class implements a generic MySQL database access wrapper.
5757
### Connectivity settings
5858
```php
5959
// Set your connectivity settings
60-
define('MySQL_HOST', 'localhost');
60+
define('MySQL_HOST', 'localhost'); // localhost:3306
6161
define('MySQL_USER', 'root');
6262
define('MySQL_PASS', '');
6363
define('MySQL_DB', 'test');

0 commit comments

Comments
 (0)