You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ Web API Server (version = 1.15) is running on port 19800
30
30
Open the following URL from your web browser
31
31
http://127.0.0.1:19800/v1/
32
32
```
33
-
4. Copy the URL showed in Logs and open it using your web browser.
34
-
5. To connect to MySQL server, go to Objects folder and open "config.ini".
35
-
6. Edit the root password at line #42 (second last line). Save the file.
36
-
7. In B4J project, comment the line '#AdditionalJar: sqlite-jdbc-3.39.3.0 and uncomment the line #AdditionalJar: mysql-connector-java-5.1.49-bin. (Make sure you are using the correct version of connector)
37
-
8. Follow step #3 above.
33
+
5. Copy the URL showed in Logs and open it using your web browser.
34
+
6. To connect to MySQL server, go to Objects folder and open "config.ini".
35
+
7. Edit the root password at line #42 (second last line). Save the file.
36
+
8. In B4J project, comment the line '#AdditionalJar: sqlite-jdbc-3.39.3.0 and uncomment the line #AdditionalJar: mysql-connector-java-5.1.49-bin. (Make sure you are using the correct version of connector)
0 commit comments