Database administration tool for non-admin users, continuation of https://git.pvv.ntnu.no/Projects/mysql-admtools
Oystein Kristoffer Tveit 78e590b41f | ||
---|---|---|
tomlc99 | ||
.envrc | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
Makefile.am | ||
NEWS | ||
README.md | ||
acconfig.h | ||
common.c | ||
configure.ac | ||
mysql-admutils.h | ||
mysql-dbadm.c | ||
mysql-useradm.c | ||
pwfile.c | ||
shell.nix | ||
stamp-h.in | ||
toml.c | ||
toml.h |
README.md
MySQL database development files
Sikre at Ubuntu-pakken libmysqlclient-dev
/default-libmysqlclient-dev
er installert.
autoreconf
autoreconf --force --install --symlink
configure
vanlig, på linux.
./configure --with-mysql=yes --sysconfdir=/etc
For å rydde til start:
make maintainer-clean
Opprett filen /etc/mysql-admutils.toml
Filen skal ha innhold som dette:
[server]
host="localhost"
user="brukernavn"
password="passord"