Database administration tool for non-admin users
 
 
 
 
Go to file
drift cf11b8a273 Relocate README from trac 2023-01-24 17:17:46 +01:00
bin Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
AUTHORS Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
COPYING Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
ChangeLog Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
INSTALL Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
Makefile.am Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
Makefile.in Re-introduce Makefile.in 2016-08-02 06:16:14 +00:00
NEWS Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
README.md Relocate README from trac 2023-01-24 17:17:46 +01:00
acconfig.h Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
common.c Add local changes from the past 7 years 2016-08-02 06:10:45 +00:00
config.h.in Re-introduce config.h.in 2016-08-02 06:22:51 +00:00
configure Add local changes from the past 7 years 2016-08-02 06:10:45 +00:00
configure.in Add local changes from the past 7 years 2016-08-02 06:10:45 +00:00
depcomp Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
install-sh Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
missing Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
mkinstalldirs Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
mysql-admutils.h Add local changes from the past 7 years 2016-08-02 06:10:45 +00:00
mysql-dbadm.c Add local changes from the past 7 years 2016-08-02 06:10:45 +00:00
mysql-useradm.c Initial mysql-admtools import 2007-02-13 21:11:55 +00:00
stamp-h.in Initial mysql-admtools import 2007-02-13 21:11:55 +00:00

README.md

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'