Is it possible to create databases offline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

Is it possible to create databases offline?

20th Mar 2017, 3:13 PM
Krishna Teja
Krishna Teja - avatar
54 Answers
+ 17
xampp free download https://www​.apachefriends.org/ wamp free download http://www.wampserver.com/en/
20th Mar 2017, 8:13 PM
seamiki
seamiki - avatar
+ 26
Im surprised nobody has mentioned SQLite yet. Its a SQL database engine that is serverless. In other words it runs a fully featured sql database offline.
21st Mar 2017, 11:45 AM
Mr K
Mr K - avatar
+ 10
xampp with mysql/maria db are completely offline - ive been playing with them and making databases of all my music and movies
21st Mar 2017, 1:56 PM
coderGirl85
coderGirl85 - avatar
+ 10
yes sqlite and its local database.
21st Mar 2017, 8:27 PM
Eng Trifa
Eng Trifa - avatar
+ 8
If by offline you mean 'off the SoloLearn ship'... * Kuba has some really interesting stuff (sqlite and offlines), * Ahri Fox has written some clever 'state keeping without a database' proofs, * Burey saves high scores offline and has a chat, * ValentinHacker has an interesting chat, and I've got various codes covering SQL in Javascript, SQLite in memory, and offloading to Google Sheets (spreadsheets aren't​ databases but hey--any port in a storm). Since a lot's been posted, Google Play has a MariaDB app; I've been able to get this working (on my phone!) with Termux*, lighttpd and PHP... ...and Termux just added NGINX yesterday, which can act as a reverse proxy for MySQL and MariaDB. So...yes. * Termux is a linux shell + all the wonderful that means.
25th Mar 2017, 8:33 PM
Kirk Schafer
Kirk Schafer - avatar
+ 6
use a virtual localhost server . eg- xampp or wamp . they provide its SQL database through phpmyadmin .its absolutely offline. for Python users.....they can use several databases offline like sqlLite and MongoDb. django itself comes with an offline local server facility. also use Mysql offline server for mysql databases offline application.eg-OracleXE
22nd Mar 2017, 7:25 PM
Atul Anand Jha
Atul Anand Jha - avatar
+ 5
only if its directly connected to your computer
21st Mar 2017, 8:10 AM
Eldar Bakerman
+ 5
Give MySQL Worbench a try. You can host a server on your local pc and create databases for free. It's also possible to code a front end if you can code in a programming language.
21st Mar 2017, 11:46 PM
Fabian Lenk
Fabian Lenk - avatar
+ 4
yes it is, get sqlyog and download mysql jar files
21st Mar 2017, 11:04 AM
Roshan P. Makhe
Roshan P. Makhe - avatar
+ 4
In xampp is free MySQL(databases) admin panel to use offline on localhost
21st Mar 2017, 12:03 PM
Jakub Kleban
+ 4
I'm using XAMPP and it's marvellous
25th Mar 2017, 9:45 AM
G. keng
G. keng - avatar
+ 3
can I get WAMP for free?
20th Mar 2017, 3:35 PM
Krishna Teja
Krishna Teja - avatar
+ 3
xampp is free
20th Mar 2017, 4:48 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 3
use xampp and its only work when it will be directly connect to ur pc .
21st Mar 2017, 10:20 AM
Junaid Shaikh
Junaid Shaikh - avatar
+ 3
yes you can, i think almost all database (rdbms or noSql) is possible to create offline
21st Mar 2017, 12:20 PM
Andi R Hermawan
Andi R Hermawan - avatar
+ 3
xampp is free! dude
21st Mar 2017, 1:57 PM
Sultan Kautsar
Sultan Kautsar - avatar
+ 3
Obviously, the database is accessible from the same host server initially, and the configuration relative to the local network and any host on the local network is an easy configuration. In case you have not configured DNS that points to your public IP, the server will not be accessible externally to the Internet. You can also run queries from PHP, Python, and I do not know about the other codes. Correct me if I'm wrong.
21st Mar 2017, 5:14 PM
Maxim Sanchez
Maxim Sanchez - avatar
+ 3
yes, we can set a local server to a development m/C using virtualbox and create and insert records off line !!
21st Mar 2017, 5:55 PM
deepanshu samdani
deepanshu samdani - avatar
+ 3
yes, this question is ambiguos
22nd Mar 2017, 3:51 AM
Angel Olvera
Angel Olvera - avatar
+ 3
noo
23rd Mar 2017, 5:17 PM
Irakli Samniashvili
Irakli Samniashvili - avatar