You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
drift cf11b8a273 Relocate README from trac 8 months ago
bin Initial mysql-admtools import 17 years ago
AUTHORS Initial mysql-admtools import 17 years ago
COPYING Initial mysql-admtools import 17 years ago
ChangeLog Initial mysql-admtools import 17 years ago
INSTALL Initial mysql-admtools import 17 years ago
Makefile.am Initial mysql-admtools import 17 years ago
Makefile.in Re-introduce Makefile.in 7 years ago
NEWS Initial mysql-admtools import 17 years ago
README.md Relocate README from trac 8 months ago
acconfig.h Initial mysql-admtools import 17 years ago
common.c Add local changes from the past 7 years 7 years ago
config.h.in Re-introduce config.h.in 7 years ago
configure Add local changes from the past 7 years 7 years ago
configure.in Add local changes from the past 7 years 7 years ago
depcomp Initial mysql-admtools import 17 years ago
install-sh Initial mysql-admtools import 17 years ago
missing Initial mysql-admtools import 17 years ago
mkinstalldirs Initial mysql-admtools import 17 years ago
mysql-admutils.h Add local changes from the past 7 years 7 years ago
mysql-dbadm.c Add local changes from the past 7 years 7 years ago
mysql-useradm.c Initial mysql-admtools import 17 years ago
stamp-h.in Initial mysql-admtools import 17 years ago

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'