1
0
Эх сурвалжийг харах

made mysql flush appear as code

made mysql flush appear as code
2600box 3 жил өмнө
parent
commit
589bd3adde

+ 1 - 0
doc/manual/installation.md

@@ -129,6 +129,7 @@ Grant the Huginn user necessary permissions on the database
     mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES ON `huginn_production`.* TO 'huginn'@'localhost';
 
 Use the flush privileges command to save the new permissions
+
     mysql> FLUSH PRIVILEGES;
 
 Quit the database session