13
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
mysql-admtools/README.md

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'