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.
2023-01-24 17:17:46 +01:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2016-08-02 06:22:51 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2016-08-02 06:16:14 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2007-02-13 21:11:55 +00:00
2023-01-24 17:17:46 +01:00
2007-02-13 21:11:55 +00:00

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'
Description
Database administration tool for non-admin users
cli
Readme 231 KiB
Languages
Perl 75.6%
Shell 10.4%
Makefile 7.6%
C 6.4%