and connector/j to connect to MySQL. For 32 bit, you can use up to version 5.x and for 64 bit use the 8.x version. After downloading the proper .jar file for the driver, place it into you additional libraries folder and then include it via the #AdditionalJar directive.
1) Most likely none, since I'm pretty sure that FatCow does not allow external access to the MySQL database (most hosts don't). If you want external access to a DB, you could a) go for a VPS or b) go for DB hosting (AWS, Azure, etc.)
2) Actually, with Android, you may need to stick with the 5.x drivers (I think the 8.x drivers will fail). Testing will validate or invalidate this answer.
I just compiled using mysql-connector-java-5.1.49.jar and mysql-connector-java-5.1.49-bin.jar w/o the errors you are experiencing above.
B4A: 10.0
Java JDK: OpenJDK 11.0.1 from B4X's site
Windows: 10 Pro (2004)
Manifest: <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
Using mysql-connector-java-8.0.21, I get your errors, but then I expected 8.x to fail (Android's Java - 1.7 - is getting a tad old for all the new Java stuff coming out).
Note: Previously I did not mention that 8.x may fail. But that was an answer w/o coffee...
HeidiSQL wouldn't work and it is because they do not allow it.
I had it working using the example: https://www.b4x.com/android/forum/t...hp-mysql-server-xampp-with-b4a.48635/#content
But after an hour or so they shut it down on me. I guess I should have realized that it was a problem when I couldn't upload a PHP had to upload it as a txt file and then rename it. But at least I have the code for something like this and have learned something in the process.
Was trying the https://remotemysql.com/ that was suggested. But you have to take all these Surveys to be able to do anything. I guess I didn't answer the questions the way they wanted (I give out very little information to anyone - once bitten by ID theft, lesson learned)
I have a server at home and I use jrdc2 server on it. My app make connection to jrdc2 sever and do everything on mysql database. It not so difficult to build it and it's very fast to transfer data from app to server or server to app. Cost 0$.
A server at home wouldn't work for me.
We are on satellite internet, slow as molasses going up hill on a winter day. Not to mention if it's raining too hard it's unavailable.
As for SQL, I'm good at that. I just keeping getting in the unfiltered logs no connector. I've got to just find the right jar file.
Calling it a day. Need to get ready for the Packer day. Wife has chores for me to do before game. Lol