myadm

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

commit 3dec5b9773f2c08e8578405efde2ac139781e2ab
parent 043e215466c0e8e6e58831c7b045cd4cf040fd42
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Mon, 21 Mar 2016 13:14:31 +0100

Add a description.

Diffstat:
MMakefile | 2+-
Mconfig.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# myadm - ??? +# myadm - MySQL admin # See LICENSE file for copyright and license details. include config.mk diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -# myadm - ??? +# myadm - MySQL admin VERSION = 0.1 # Customize below to fit your system