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.

313 B

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'