3 lines
123 B
Plaintext
Executable File
3 lines
123 B
Plaintext
Executable File
CREATE USER 'librenms'@'192.168.1.2' IDENTIFIED BY 'Sojka123456';
|
|
GRANT ALL PRIVILEGES ON *.* TO 'librenms'@'192.168.1.2';
|