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.
![]() |
7 months ago | |
---|---|---|
tomlc99 | 7 months ago | |
.gitignore | 5 years ago | |
AUTHORS | 5 years ago | |
COPYING | 5 years ago | |
ChangeLog | 5 years ago | |
Makefile.am | 5 years ago | |
NEWS | 5 years ago | |
README.md | 10 months ago | |
acconfig.h | 5 years ago | |
common.c | 5 years ago | |
configure.ac | 5 years ago | |
mysql-admutils.h | 1 year ago | |
mysql-dbadm.c | 1 year ago | |
mysql-useradm.c | 7 months ago | |
pwfile.c | 1 year ago | |
stamp-h.in | 5 years ago | |
toml.c | 5 years ago | |
toml.h | 5 years ago |
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"