Open esilvaju opened 6 years ago
Generate password for mysql
We can use: openssl rand -base64 32 | head -c8
But where to to store ? chmod 600 /etc/simple/pos-config.txt
Leaving this open for someone who might still want to use cream and have a random secret password generated for the cream-db.
Generate password for mysql
We can use: openssl rand -base64 32 | head -c8
But where to to store ? chmod 600 /etc/simple/pos-config.txt