2023-03-14 16:23:17 +01:00
2023-03-14 16:23:17 +01:00
2018-10-05 13:40:25 +02:00
2018-10-05 13:38:33 +02:00
2018-10-05 13:38:33 +02:00
2018-10-05 13:38:33 +02:00
2018-10-05 13:38:33 +02:00
2018-10-05 13:38:33 +02:00
2023-03-14 16:22:25 +01:00
2018-10-05 13:38:33 +02:00
2022-06-01 15:24:13 +02:00
2022-11-29 15:35:03 +01:00
2018-10-05 13:38:33 +02:00

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"
Description
Database administration tool for non-admin users, continuation of https://git.pvv.ntnu.no/Projects/mysql-admtools
Readme 266 KiB
Languages
C 95%
M4 2.6%
Shell 1.3%
Makefile 1.1%