hourglass_full Your download should start automatically in a few seconds...

Download Database Tool_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (Database Tool_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

********
IF YOU NEED HELP SETTING UP THE APPLICATION, EMAIL ME
********


Database Tool allows users to easily view and query databasetables. Use of this app requires the upload of a web serviceswritten in PHP to your server. This gives an extra layer ofsecurity since you will not be forced to allow remote connectionsto your database, like the other apps on the Android Marketrequire.

This application does not directly allow you to query. Instead,it assembles queries based on your preferences. It allows you tosort and search columns. View the screenshots for moreexamples.

Based on the popularity of this app, I may come out with aprofessional version that allows for custom queries, which would bevery useful when you need to join tables.

As of now, the Tool is only compatible with MySQL databases.There are plans for MSSQL compatibility in the future as well.

You can download the PHP code at : https://sites.google.com/site/jstn455/databaseviewer

Directions for getting the application to work are asfollows:

Step 1: Download .zip or .tgz file from https://sites.google.com/site/jstn455/databaseviewer

Step 2: Extract the folder (unzip or tar -zxvf"filename.tgz")

Step 3: Transfer the directory via FTP client into your publichtml folder

Step 4: Confirm the web address through your browser. Thereshould be a confirmation message.If you transferred the directoryto the root public html file, it should be http://yoursite.com/mysql-tool

Step 5: Go into the settings.php file in a text editor and fillout lines 14-18
For $password, you could use any password you want. It does nothave to be your database password, and as a precaution it shouldnot be your database password.

Step 6: Download the Android application

Step 7: Add the database to your application. Match the passwordfrom your settings.php file to the password field in theapplication

If you prefer extra security, you can use also set up anhtaccess authentication for the directory. The app will prompt youfor your username and password.

Features:
Single Table viewing
Multiple column searching
Sorting
Paginated Data view
Export to CSV
MySQL Database Viewing