Anonymous School
(Minds of Hacker)
----------------------
Hello friends , welcome to Anonymous school. In this post i show you 3 best ways to run mysql queries in any android phone or mobile. In this technique you no need of any pc or of any software. Or you no need to install any Oracle or Microsoft Sql server or database. In this methods you only need a android phone. And by this technique's you can run sql queris without Internet & without root. Then read full post , if you want to see it practically , then please watch our videos.
Best 3 methods to run Mysql queries from android mobile :-
Requirements :-
1. Termux Apk ( Click Here for More information ).
2. Kick Webserver. ( Click Here)
3. Website :- http://vlabs.iitb.ac.in/vlabs-dev/labs/dblab/labs/exp1/index.php
Now I am showing you all possible ways to run Sql queries, and this post is very important for the students & any other people who wants to learn Sql language , but who has no laptop or pc 💻.
1. Using kick webserver.
Now follow the following steps.
i) Go to the playstore.
ii) Search for kick webserver & install this apk
iii) Open this app & enable STOPPED button RUNNING.
iv) By this, we allow this app to start our local Webserver.
V) Now we started our local Webserver
vi) Now click on the icon which is right side of earth 🌏 icon looking like a processor icon.
vii) after clicking on this icon you re-directed to any browser.
viii) Then you see a login panel.
ix) Then type Username 'root' & leave the place of password blank & click on Go.
x) Then you see interface like follow image.
xi)This is PhpMyAdmin page , where you can run any sql queris.
xii) Now click on SQL button in the top of page.
xiii) Where you see a blank box, where you can type your sql queris & on Go button to run this queri.
This is best way to run sql queries, because in this method you direct mysql server which run without internet & very softly. But problem in this method is that is run in desktop site then it difficult to handle, but it is the best way.
2. Using Termux app.
In this method we run sql queries using termux apk. But we also need kick webserver. in the above method we see to install it. Then first install kick webserver from above method then follow the following steps.
i) Go to the playstore & search for Termux apk & install this app.
ii) Then open this apk wait for some time.
iii) Then type the following command in this apk & hit enter button.
$ apt update && apt upgrade
iv) After typing this command wait until it finish installation.
v) By above commands we update & upgrade termux apk. if you not know anything about termux , this please watch our videos or you read post.
vii) After that we need to install mysql in termux for that type following command & hit enter.
$ apt install mariadb
viii) After this command Mysql is install in termux, now we need to run mysql.
ix) For that you need to go to the kick webserver & enable it.
x) after that come to termux & type following command & hit enter.
$ mysql -u root -h 127.0.0.1
xi) after this command you can get connect to mysql server & you see interface like follow.
xii) After this you run any sql queris in this & to run query only hit enter button.
3. Using a website.
In this method i show a best website to run sql queris, but need a internet for this. by this method you no need to install any apk or no need do anything. Then follow following steps.
i) Open any Browsers & go to following website or you can directly click on this website.
Website : http://vlabs.iitb.ac.in/vlabs-dev/labs/dblab/labs/exp1/index.php
ii) After that click on Menu or on 3 lines horizontal lines.
iii)After that click on 💻 Simulation Button .
iv) After that you many information, then scroll down it, then you see box.
v) This is query box , type any sql query & click on Execute Query.
This best method & website to run sql queris. because it is very easy & simple to handle. And in this we get a lot of information about sql language & you can also learn from this website.
****************Don't Make Learning Hard*****************