How do i run SQL queries offline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

7th May 2017, 11:04 AM
Uzoma Collins Arinze
Uzoma Collins Arinze - avatar
7 Answers
+ 11
I have..... Does it run offline?.... Or I need to connect online before I run any queries
7th May 2017, 4:28 PM
Uzoma Collins Arinze
Uzoma Collins Arinze - avatar
+ 8
http://apachefriends.org download XAMPP. You can develop Internet applications on your local computer. 🐈
8th May 2017, 2:05 AM
NimWing Yuan
NimWing Yuan - avatar
+ 3
install xamp or wamp
7th May 2017, 1:19 PM
Calviղ
Calviղ - avatar
+ 3
Xamp enable you to run php and mysql from localhost without connects to Internet.
7th May 2017, 4:34 PM
Calviղ
Calviղ - avatar
+ 3
use MySQL or Oracle 10g
13th Aug 2017, 7:12 PM
Neha Jella
12th Aug 2017, 10:38 PM
Falcon ψ
Falcon ψ - avatar
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.
15th Aug 2017, 1:15 PM
Chathura Buddhika Liyanapathirana
Chathura Buddhika Liyanapathirana - avatar