Home:ALL Converter>OS agnostic connection to MySQL database via Matlab

OS agnostic connection to MySQL database via Matlab

Ask Time:2019-07-16T23:24:19         Author:qualiaMachine

Json Formatter

I am trying to setup a database via MySQL and connect to that database using some Matlab code. I notice that there are multiple documentation pages for using Matlab to setup a connection to a MySQL database:

Is there a way to connect to a MySQL database in an OS agnostic manner using Matlab? I am trying to provide open source code that (I think ideally) uses a MySQL database, and would like to find a way around constraining users around any particular OS. That is, I'll provide some instructions with my code that tells the user how to setup a local database via MySQL, and my Matlab code will be used to analyze data and store different program configurations/experiments in the database. I suppose I could also try turning to some other database software, but based on my previous readings it seems like MySQL might be the best way to go about this. I'm getting no suggestions from the Matlab community and hoping to find some help here.

Author:qualiaMachine,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/57063273/os-agnostic-connection-to-mysql-database-via-matlab
yy