Skip to content

Commit 1a90a4e

Browse files
authored
Update README.md
1 parent b9c6459 commit 1a90a4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ AdvancedSQL is a SQL query builder and/or connector that helps you to generate/m
66

77
## Documentation:
88
Connect to the Database:
9+
There is no need to create the database manually, AdvancedSQL does it for you.
910
```java
1011
try {
11-
MySQL mySQL = new MySQL("127.0.0.1", 3306, "root", "", "unittesting");
12+
MySQL mySQL = new MySQL("127.0.0.1", 3306, "root", "password", "database");
1213

1314
if (mySQL.isConnected()) {
1415
System.out.println("Connected!");

0 commit comments

Comments
 (0)