We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d64f2 commit be19840Copy full SHA for be19840
doc/README.md
@@ -47,7 +47,10 @@ on a single node (commands executed as root).
47
* or from a remote YUM repo: `yum install -y o2-InfoLogger-standalone`
48
49
* Install a MySQL database. Here we use mariadb, as it's the standard one available in base CC7
50
-install, but other MySQL versions would work just as fine:
+install, but other MySQL versions would work just as fine (just make sure to replace mariadb by
51
+mysql in the infoLoggerServer.service file, the default one being located in
52
+/usr/lib/systemd/system/)
53
+
54
* Setup package:
55
`yum install -y mariadb-server`
56
* Configure service (start now and at boot time):
0 commit comments