Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MYSQL Database offline use

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!

like image 427
shingi Avatar asked Jun 24 '11 23:06

shingi


1 Answers

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.

like image 153
bassneck Avatar answered Sep 27 '22 21:09

bassneck