+ 10
How do i run SQL queries offline?
Have been trying to learn SQL but to run it offline is my problem..... Please i need your help
7 Respuestas
+ 11
I have..... Does it run offline?.... Or I need to connect online before I run any queries
+ 8
http://apachefriends.org download XAMPP.
You can develop Internet applications on your local computer. 🐈
+ 3
install xamp or wamp
+ 3
Xamp enable you to run php and mysql from localhost without connects to Internet.
+ 3
use MySQL or Oracle 10g
0
install mysql server.
it gives you console like cmd.
using that console, you can run sql queries offline.
remember,
do not write queries directly in that console,
use a text editor like notepad++,sublime,etc......
write queries in it and past them in to the mysql console.
it will easy to edit your queries.