Menu

Tree [355588] master /
 History

HTTPS access


File Date Author Commit
 .idea 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 .settings 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 app 2011-10-11 Ruslan Prytula Ruslan Prytula [101816] updated
 arel2.0.6 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 config 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 db 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 doc 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 lib 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 public 2011-10-11 Ruslan Prytula Ruslan Prytula [101816] updated
 rake-0.8.7 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 script 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 test 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 vendor 2011-08-14 Ruslan Prytula Ruslan Prytula [dfff19] now, all gems will install from vendor/cache in...
 .gitignore 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 .project 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 .rvmrc 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 Gemfile 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 Gemfile.lock 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 README 2011-08-30 milworm milworm [189956] Edited README via GitHub
 Rakefile 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 config.ru 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 data.tar.gz 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 metadata.gz 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 ror_admin_site.komodoproject 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 ror_admin_site.kpf 2011-08-09 Ruslan Prytula Ruslan Prytula [323dfa] uploaded to github
 s 2011-10-18 Milworm Milworm [355588] sf

Read Me

This application helps developers to manage mysql-databases.
Now there is only a small part of functionallity.
Application has some features like:
       Mysql-help - helps you to find information about required sql-statements, function etc.
       Import SQL - allows you to find or upload file and import it to mysql-server.
       SQL-query  - you can performs sql-statements with autocomplete (now it's buggy but I hope I will finish it in a few weeks)
       Simple Monitoring - shows information about your processor and mermory usage
       Database-view - displays information about your databases, tables, procedures, functions, triggers,
       Routine-creation(editing) - allows you to create new stored routine, or edit an existed item
       Search - allows you to search any item you want (table, database, trigger etc),
       to see how it works, you should press Ctrl+(LeftMouse on any node-name in the tree panel) and start typing the item name,  or db:databaseName to find databases only
       viewing tables, views - you can watch information stored in database tables, views, change page size for displaying, filtering data with your requirements
       Database Creation - it is possible to create new database,(right-mouse click on the root node in the tree panel)
       Taksbar - feature to manage windows in application,
	   SystemInformationWidget - This panel contains special information about opened window, for example if your are viewing the table-data you can see it's system information just opening the right panel

LICENSE: GPLv3
SCREENSHOTS
http://xmages.net/show.php/3037067_1-png.html
http://xmages.net/show.php/3037068_2-png.html
http://xmages.net/show.php/3037069_3-png.html
http://xmages.net/show.php/3037070_4-png.html
http://xmages.net/show.php/3037071_5-png.html
http://xmages.net/show.php/3037072_6-png.html

INSTALLATION
To install this application, you must have installed 
	1. libmysqlclient-dev (to install in Ubuntu use apt-get install libmysqlclient-dev)
    2. ruby 1.9.2.p180
    3. gem  1.6.2
The best way to install them, it's visit http://beginrescueend.com/rvm/install/ to install rvm. After you've installed rvm, 
open the terminal, and enter the following commands.
rvm install ruby-1.9.2-p180
cd /path/to/MysqlUI/
rvm gemset create ror_dbms
gem install bundler --version "= 1.0.15"
bundle install --local
rails s

If you have already installed ruby and rubygems without rvm, then in termial enter the following commands.
cd /path/to/MysqlUI/
gem install bundler --version "= 1.0.15"
bundle install --local
rails s
MongoDB Logo MongoDB