User talk:MarvelZuvembie: Difference between revisions

Extension:Whos online
(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>
----
2

edits