myadm

Simple MySQL client for the terminal
git clone git://git.bitsmanent.org/myadm
Log | Files | Refs | README | LICENSE

README (845B)


      1 myadm - mysql admin
      2 ===================
      3 myadm is a simple, small, and fast MySQL TUI.
      4 
      5 
      6 Status
      7 ------
      8 Many code cleanups and a bit of refactoring is needed but the design stage has
      9 been completed, now I have a working (and usable) version of myadm. Tests and
     10 contributions are welcomed.
     11 
     12 
     13 Requirements
     14 ------------
     15 In order to build myadm you need the STFL and libmysqlclient header files.
     16 
     17 
     18 Installation
     19 ------------
     20 Edit config.mk to match your local setup (myadm is installed into the
     21 /usr/local namespace by default).
     22 
     23 Afterwards enter the following command to build and install myadm (if necessary
     24 as root):
     25 
     26     make clean install
     27 
     28 
     29 Running myadm
     30 -------------
     31 Open a terminal and type the following:
     32 
     33 	myadm
     34 
     35 
     36 Configuration
     37 -------------
     38 The configuration of myadm is done by creating a custom config.h
     39 and (re)compiling the source code.