MySql with Xojo

Where can i find the tutorial about MySql with Xojo? For web app Development.

Is this what you are looking for?
https://documentation.xojo.com/topics/databases/considerations_when_using_a_database_with_a_web_application.html

i was looking for this, https://www.youtube.com/watch?v=fCE7qATYHq4&t=52s, this guy used XAMPP(MySql), im not used to SQLite & any other DB.

Just started learning Xojo last week sir. Hehe.

i think the difficult part is ssl and mysql is by default not accessible from outside i you will use mysql workbench as example from pc to a vps you will need to change the config first.
https://documentation.xojo.com/topics/databases/supported_engines/mysql.html

the simplest way to start is to install the mysql server with its management tool at the same pc where you have xojo ide.

[quote=460596:@Markus Rauch]i think the difficult part is ssl and mysql is by default not accessible from outside i you will use mysql workbench as example from pc to a vps you will need to change the config first.
https://documentation.xojo.com/topics/databases/supported_engines/mysql.html

the simplest way to start is to install the mysql server with its management tool at the same pc where you have xojo ide.[/quote]

We will be using MySql Workbench, already connected, just gonna practice playing with it for now. My first time using it. Thank you for your time guys.

[quote=460581:@Alberto DePoo]Is this what you are looking for?
https://documentation.xojo.com/topics/databases/considerations_when_using_a_database_with_a_web_application.html[/quote]

Thank you sir.