2
edits
(→that's it: Aha!) |
(Extension:Whos online) |
||
Line 57: | Line 57: | ||
:That sounds like a good idea, and probably not too difficult to implement. --[[User:MarvelZuvembie|MarvelZuvembie]] 12:52, 11 May 2009 (EDT) | :That sounds like a good idea, and probably not too difficult to implement. --[[User:MarvelZuvembie|MarvelZuvembie]] 12:52, 11 May 2009 (EDT) | ||
== Extension:Whos online == | |||
How do you Allowing wikiuser to have CREATE access | |||
---- | |||
<nowiki>Here is how you can configure your wikiuser to have CREATE access to your wikidb: | |||
[user@server extensions]$ mysql -u root -p wikidb | |||
Enter password: | |||
mysql> REVOKE ALL PRIVILEGES ON * . * FROM 'wikiuser'@'localhost'; | |||
mysql> REVOKE GRANT OPTION ON * . * FROM 'wikiuser'@ 'localhost'; | |||
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE ON * . * TO 'wikiuser'@ 'localhost'; | |||
</nowiki> | |||
---- |
edits