Database administration tool for non-admin users
bin | ||
acconfig.h | ||
AUTHORS | ||
ChangeLog | ||
common.c | ||
config.h.in | ||
configure | ||
configure.in | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
mkinstalldirs | ||
mysql-admutils.h | ||
mysql-dbadm.c | ||
mysql-useradm.c | ||
NEWS | ||
README.md | ||
stamp-h.in |
MySQL-admtools
To clone and build
aptitude install libmysqlclient-dev
git clone https://git.pvv.ntnu.no/Projects/mysql-admtools.git
cd mysql-admtols
vim mysql-admutils.h # Change at least DB_PASSWORD
aclocal
autoconf
automake --add-missing
./configure --with-mysql
make
su -c 'make install'