File: README.mysql

package info (click to toggle)
dmarcts-report-parser 1.0%2Bgit20230715.9dd92cf-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 2,544; sh: 62; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MySQL Database Setup

Currently, the dmarcts-report-parser project does not set up a database,
yet. (This is on our todo list).

Until then, please configure the database required for dmarcts-report-parser manually:

$ mysql -u root -p
Password: ********

mysql> CREATE DATABASE '<dbname>';
mysql> CREATE USER '<username>'@'<host>' IDENTIFIED BY '<password>';
mysql> GRANT ALL PRIVILEGES ON '<dbname>.*' to '<username>'@'<host>';
mysql> FLUSH PRIVILEGES;
mysql> exit

The database settings then need to be put into /etc/dmarcts-report-parser.conf.