Giter VIP home page Giter VIP logo

tinymy's Introduction

TinyMy MySQL console

(c) Einar Lielmanis, 2005 - 2010
    [email protected]



Word of advice
--------------

Tinymy is not under active development, though I occasionally make
changes to it. If you need more options and/or postgresql support, I
suggest you to check out DBKiss database browser by Cezary Tomczak. It's
great.


What's this?
------------

A minimalist mysql console to manage mysql server over web.

Usually to manage mysql server over the web, phpMyAdmin is used. Being
really great product, it is somehow big, I don't need most of its
features, and is waaaay too heavy to be used comfortably over dial-up or
another slow connection. Generally, all I usually need is a small mysql
console plus the overview of databases and tables, and that's why this
little app was born.

If you need fancy wizards, or you are not intimately familiar with SQL
language, or blank console scares you, I don't think this app will help
you.


What do I need to use tinymy?
-----------------------------

You need access to web server with PHP (version doesn't really matter,
it should work with any decent php version) with mysqli libraries and
session management enabled. You obviously need a mysql server for
managing, too.

This app is error_reporting, register_globals, magic_quotes,
short_open_tag and all-that-stuff safe (E_STRICT doesn't pass for
backwards compatibility, though), so I doubt that you will run into
configuration issues, though it's possible that I've overlooked
something.


Possible problems?
------------------

Your user name and password are stored in the session variables for the
duration of the session. Depending on various settings, your system may
choose to store the session data under /tmp or other place freely
accessible for all users. Know what you are doing.

If you use some fancy character encoding other than UTF-8, non-english
characters will probably be displayed as garbage (you can work around it
by changing character set for Content-Type in the php file, though).


Any license agreement or something?
----------------------------------

This work is licensed under a Creative Commons Attribution 2.5 License. 

Mostly that means something like "I don't give a damn about the legal
stuff, so feel free to do whatever you want to do with it."

tinymy's People

Contributors

einars avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.