Änderungen

Zur Navigation springen Zur Suche springen
43 Bytes hinzugefügt ,  23:28, 28. Dez. 2017
Zeile 63: Zeile 63:  
   mysql -u root -p
 
   mysql -u root -p
 
einwählt, kann man folgendermaßen eine Datenbank openhab mit einem User<ref>Vgl. https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql</ref> openhab erstellen:
 
einwählt, kann man folgendermaßen eine Datenbank openhab mit einem User<ref>Vgl. https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql</ref> openhab erstellen:
   CREATE DATABASE openhab;
+
   CREATE DATABASE openhab CHARACTER SET utf8 COLLATE utf8_general_ci;
 
   CREATE USER 'openhab'@'localhost' IDENTIFIED BY 'password';
 
   CREATE USER 'openhab'@'localhost' IDENTIFIED BY 'password';
 
   GRANT ALL PRIVILEGES ON openhab.* TO 'openhab'@'localhost';
 
   GRANT ALL PRIVILEGES ON openhab.* TO 'openhab'@'localhost';

Navigationsmenü