From 6540211dfa16f2b92fdf81841d65989336f07543 Mon Sep 17 00:00:00 2001 From: Mehran Dehghanian Date: Sat, 29 May 2021 15:55:01 +0430 Subject: [PATCH] Update 'Create New Database And Database User' --- Create-New-Database-And-Database-User.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create-New-Database-And-Database-User.md b/Create-New-Database-And-Database-User.md index 38efd7e..888f5e0 100644 --- a/Create-New-Database-And-Database-User.md +++ b/Create-New-Database-And-Database-User.md @@ -37,4 +37,4 @@ It is important to grant the user the following privileges: SELECT, INSERT, UPDA $ mysql> GRANT FILE ON *.* TO 'matomo'@'localhost'; ``` -(source)[https://matomo.org/faq/how-to-install/faq_23484/] \ No newline at end of file +[source](https://matomo.org/faq/how-to-install/faq_23484/) \ No newline at end of file