Is there a way to use a MYSQL database without the database management system.. Like use tables offline without installing the db management system on the machine..
If there is can you please point me in the right direction?
Thank you!
Is there a way to use a MYSQL database without the database management system..
Share
As far as I know, there is no way to do this.
However, there is a portable DBMS SQLIte. It comes in different ways and can be used on other platform with different programming languages.
After reading your comment, I’m almost sure, this is what you need.
It’s not that fast as MySQL I guess, but it works.