+ 17
Is it possible to create databases offline?
54 Respostas
+ 17
xampp free download
https://wwwā.apachefriends.org/
wamp free download
http://www.wampserver.com/en/
+ 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.
+ 10
xampp with mysql/maria db are completely offline - ive been playing with them and making databases of all my music and movies
+ 10
yes sqlite and its local database.
+ 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.
+ 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
+ 5
only if its directly connected to your computer
+ 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.
+ 4
yes it is, get sqlyog and download mysql jar files
+ 4
In xampp is free MySQL(databases) admin panel to use offline on localhost
+ 4
I'm using XAMPP and it's marvellous
+ 3
can I get WAMP for free?
+ 3
xampp is free
+ 3
use xampp and its only work when it will be directly connect to ur pc .
+ 3
yes you can, i think almost all database (rdbms or noSql) is possible to create offline
+ 3
xampp is free! dude
+ 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.
+ 3
yes,
we can set a local server to a development m/C using virtualbox and create and insert records off line !!
+ 3
yes, this question is ambiguos
+ 3
noo