Drakath Posted May 7, 2014 Share Posted May 7, 2014 Does anyone know a converter from MySQL to SQLite3? Is MySQL better than SQLite3? (I'm talking about performance) Link to comment
0 Woovie Posted May 12, 2014 Share Posted May 12, 2014 http://sqlitebrowser.sourceforge.net/ Link to comment
0 Drakath Posted May 12, 2014 Author Share Posted May 12, 2014 This browser can not open sql files and I want to convert sql to sqlite. Also is MySQL better than SQLite3? Link to comment
0 Woovie Posted May 12, 2014 Share Posted May 12, 2014 Yes, it can. Import and export databases from/to SQL dump files MySQL is more robust. For 99% of MTA servers, SQLite is fine. Link to comment
0 Drakath Posted May 12, 2014 Author Share Posted May 12, 2014 When I try to import database from SQL server I get this: "Error importing data at line 41980268". It created a file but it is 115 MB less then my original database. Link to comment
0 Drakath Posted May 12, 2014 Author Share Posted May 12, 2014 Never mind, I tried it with a smaller database and it worked. This software is probably too weak to handle huge databases. Link to comment
0 Woovie Posted May 12, 2014 Share Posted May 12, 2014 Or you have an error at line 41980268 Link to comment
0 Drakath Posted May 12, 2014 Author Share Posted May 12, 2014 There aren't even that many lines in my database. There are about 5 million lines. Link to comment
0 Woovie Posted May 12, 2014 Share Posted May 12, 2014 No, but the code is going to be bigger than the database. When you do a .sql dump, it stores information in a way I could see it possible having 41mil lines. Try opening it with Notepad++. Link to comment
Question
Drakath
Does anyone know a converter from MySQL to SQLite3?
Is MySQL better than SQLite3? (I'm talking about performance)
Link to comment
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now