MySQL Forums
Forum List  »  Other Migration

Re: sqlite to mysql
Posted by: viztechweb services
Date: May 16, 2011 05:34AM

SQLite is a single-file based database and MySQL is a normal database. That's great.
It might be better to say that SQLite is an embedded database while MySQL is a standalone database. You don't embed the database engine of MySQL inside your app because it is too big; rather, you access the database via a running instance over some access interface, and doesn't require a host application of any sort.

Website Design Company India

Search Engine Optimization Services India

Options: ReplyQuote


Subject
Views
Written By
Posted
13935
February 11, 2011 03:13PM
6886
February 17, 2011 12:50AM
3507
February 18, 2011 01:43PM
3345
March 28, 2011 12:40AM
3074
April 01, 2011 12:35AM
Re: sqlite to mysql
4241
May 16, 2011 05:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.