Loading...
 
Skip to main content

System Workbench for STM32


STM32F4 MySQL connection

Good luck!!

I think it's more a MySQL connection protocol problem and not a STM one.
Check on Mysql website
http://dev.mysql.com/doc/internals/en/client-server-protocol.html

I wouldn't implement this kind of thing.A better solution would be to have an in between Service (with PHP or Java) to deal with the database connection and tunneling the requests.. It would also have the benefit to filter what can be done with the database.