ToastFreeware
/
philipp
/
winterrodeln
/
mediawiki_extensions
/
wrreport.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cced488
)
Add note on what to do if a new database is created.
master
author
Philipp Spitzer
<philipp@spitzer.priv.at>
Sat, 9 Oct 2021 10:25:18 +0000
(12:25 +0200)
committer
Philipp Spitzer
<philipp@spitzer.priv.at>
Sat, 9 Oct 2021 10:25:18 +0000
(12:25 +0200)
unicode.txt
patch
|
blob
|
history
diff --git
a/unicode.txt
b/unicode.txt
index a093e2f44f6b631ec558c9a6710bb7ec48f68187..a0184fb4c49ccaeccb12df82168a6c7edb44e495 100644
(file)
--- a/
unicode.txt
+++ b/
unicode.txt
@@
-23,3
+23,14
@@
$wgDBmysql5 = True;
from LocalSettings.php
or set
$wgDBmysql5 = False;
+
+
+----
+
+In case a new database is created:
+
+CREATE DATABASE philipp_winterrodeln_wiki;
+CREATE USER `philipp`@`localhost` IDENTIFIED VIA mysql_native_password USING 'invalid' OR unix_socket;
+GRANT ALL PRIVILEGES ON philipp_winterrodeln_wiki.* TO 'philipp'@'localhost' WITH GRANT OPTION;
+
+-- CREATE USER philipp_www