SkatCh Posted June 15, 2014 Share Posted June 15, 2014 hi guys please i have a question , which is better : mysql or sqlite ? , i don't know the difference between them but i think sqlite it's local right , really i need some information thank you . Link to comment
tosfera Posted June 15, 2014 Share Posted June 15, 2014 depends, what do you want to do? Save a little bit of information or use it as a base of your server? Link to comment
SkatCh Posted June 16, 2014 Author Share Posted June 16, 2014 please i want to ask you i create a mysql server i used Xammp and everything is fine , then my friend gave me his drug system script , just i am asking how can i create a table to excute it from admin php page , because when i try to start it the server can't find table in my db. i am sorry for my english. Link to comment
xXMADEXx Posted June 16, 2014 Share Posted June 16, 2014 IT depends what you want. If you are going for speed, then you should use SQLIte, but if you're going to be editing a lot of data or checking a lot of data manually then I would recommend MySQL. Even if you want to pull data from the database from a remote server, then you should also use MySQL. Link to comment
SkatCh Posted June 16, 2014 Author Share Posted June 16, 2014 thank you can you answer the second question please . Link to comment
Johnny Killstone Posted June 16, 2014 Share Posted June 16, 2014 As long you're not planning to share data between multiple servers I would recommend SQLite, it's faster and easier to use and manage. Also you might try this: http://sourceforge.net/projects/sqlitebrowser/ to edit your SQLite databases. Mysql on the other hand is generally pretty hard to setup but if you have an external host or something it might work. Link to comment
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