Actions

Translations

Installation FAQ/11/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "grant all on '''<jouw_database_naam>'''.* to ''''<jouw_database_gebruikersnaam>''''@'localhost';")
 
No edit summary
Line 1: Line 1:
grant all on '''<jouw_database_naam>'''.* to ''''<jouw_database_gebruikersnaam>''''@'localhost';
grant all on '''<jouw_database_naam>'''.* to ''''<jouw_database_gebruikersnaam>''''@'localhost';</syntaxhighlight>

Revision as of 10:10, 23 May 2013

Message definition (Installation FAQ)
*<code>grant all on '''<your_database_name>'''.* to ''''<your_database_username>''''@'localhost';</code>

grant all on <jouw_database_naam>.* to '<jouw_database_gebruikersnaam>'@'localhost';</syntaxhighlight>