• MySQL to sv.db
    2 replies, posted
Hi all! I'm a coder for a community, which has over 100 members. We are currently using MySQL, but we want to change it to SQL Lite engine that is built in Garry's Mod. I don't want to lost every information stored in MySQL, so is there any way to convert it?
Export the data from the MySQL database, which will give you the structures for the tables and all the data to fill the tables. With those queries, you can easily import the data into the SQLite DB.
Thank you.
Sorry, you need to Log In to post a reply to this thread.