<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Mediawiki_Edit_Admin</id>
	<title>Mediawiki Edit Admin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Mediawiki_Edit_Admin"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Mediawiki_Edit_Admin&amp;action=history"/>
	<updated>2026-04-19T23:42:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Mediawiki_Edit_Admin&amp;diff=41411&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: ==Please elaborate== So How do I manually create an SQL user?? :Seconded! --76.65.3.32 03:35, 16 October 2008 (UTC)  == Vague Instructions == ;&quot;The SQL...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Mediawiki_Edit_Admin&amp;diff=41411&amp;oldid=prev"/>
		<updated>2014-11-19T22:07:44Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Please elaborate== So How do I manually create an SQL user?? :Seconded! --&lt;a href=&quot;/wiki/index.php?title=Special:Contributions/76.65.3.32&quot; title=&quot;Special:Contributions/76.65.3.32&quot;&gt;76.65.3.32&lt;/a&gt; 03:35, 16 October 2008 (UTC)  == Vague Instructions == ;&amp;quot;The SQL...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Please elaborate==&lt;br /&gt;
So How do I manually create an SQL user??&lt;br /&gt;
:Seconded! --[[Special:Contributions/76.65.3.32|76.65.3.32]] 03:35, 16 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Vague Instructions ==&lt;br /&gt;
;&amp;quot;The SQL user must be manually created or set to an existing user with necessary permissions.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Where can we find instructions for manually creating this user account?&lt;br /&gt;
# What are &amp;quot;necessary&amp;quot; permissions?&lt;br /&gt;
&lt;br /&gt;
Vague instructions such as this greatly add to the frustration that non-expert users of MediaWiki experience. Any help here would be greatly appreciated as I&amp;#039;d *really* like to upgrade from 1.5.8.&lt;br /&gt;
&lt;br /&gt;
Details on how to create a new MySQL account can be found at http://dev.mysql.com/doc/refman/4.1/en/adding-users.html.&lt;br /&gt;
&lt;br /&gt;
My guess on the commands required are:&lt;br /&gt;
&lt;br /&gt;
shell&amp;gt; mysql&lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt; GRANT ALL PRIVILEGES ON *.* TO &amp;#039;wikiadmin&amp;#039;@&amp;#039;localhost&amp;#039; IDENTIFIED BY &amp;#039;some_pass&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I don&amp;#039;t think it&amp;#039;s necessary to give the user privileges on all your databases so you could do:&lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt; GRANT ALL PRIVILEGES ON wikidb.* TO &amp;#039;wikiadmin&amp;#039;@&amp;#039;localhost&amp;#039; IDENTIFIED BY &amp;#039;some_pass&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;AdminSettings.php&lt;br /&gt;
If you don&amp;#039;t have any AdminSettings.php, a sample is available for Debian at:&lt;br /&gt;
               /usr/share/doc/mediawiki/examples/AdminSettings.sample&lt;br /&gt;
#You may fill in this file and copy it in /etc/mediawiki.&lt;br /&gt;
#If you use the mysql root account, you may delete it afterward.&lt;br /&gt;
&lt;br /&gt;
== profileinfo.php ==&lt;br /&gt;
&lt;br /&gt;
It would be really nice, if someone told in the documentation, what profileinfo.php is. It&amp;#039;s a really nice setting, but nearly no one knows what it is about. There&amp;#039;s nothing more told about it in metawiki. The only known thing seems to be that it&amp;#039;s in the turkanen&amp;#039;s AdminSettings.php. --Didldiyoo&lt;br /&gt;
&lt;br /&gt;
:Second that... Definitely need more documentation on this. [[Special:Contributions/121.45.215.234|121.45.215.234]] 22:12, 17 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I would like to add myself onto my own wiki as bureaucrat or syop or admin- -  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
How do I do this????  I changed the info in AminSettings.php to my username and password, but I still don&amp;#039;t have any other permissions.  I also don&amp;#039;t know how to add people (or me) to the bureaucrat group or any groups for that matter!  &lt;br /&gt;
&lt;br /&gt;
I really want to be able to block spammers permanently but have no idea how (I&amp;#039;ve added the spam blacklist, but it didn&amp;#039;t help at all).&lt;br /&gt;
&lt;br /&gt;
Any advice? &lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
:Errr... Check in your special pages in your wiki (you must be logged in and must be an admin). Look for &amp;quot;User rights management&amp;quot; if this title will show at the bottom of the screen: Restricted special pages. --[[Special:Contributions/76.65.3.32|76.65.3.32]] 03:33, 16 October 2008 (UTC) &lt;br /&gt;
&lt;br /&gt;
==Designating myself as an Admin?==&lt;br /&gt;
So, I copy the info from AdminSettings.sample into a new file called AdminSettings.php, right?  I modify it to my username and password, right?  Then I put it into my main directory, right?  I must be missing something, because I don&amp;#039;t have admin permissions on my own wiki and I can&amp;#039;t figure out how to get them.  I would GREATLY appreciate any help you fine, experienced people could offer.  I&amp;#039;m going nuts!  :) \&lt;br /&gt;
&lt;br /&gt;
Just in case somebody else looking for a solution to this issue finds themselves on this page, as I did: AdminSettings.php has nothing to do with user rights. Wiki privileges are stored in the user_group table-&lt;br /&gt;
a table with two columns: ug_user is a user_id value from the user table and ug_group is a name of a privilege, such as &amp;#039;bureaucrat&amp;#039; or &amp;#039;sysop&amp;#039;. So- to grant a user sysop/bureaucrat privileges without having them yourself, first determine the corresponding user_id:&lt;br /&gt;
&lt;br /&gt;
 select user_id from user where user_name = &amp;#039;Whatever&amp;#039;; &lt;br /&gt;
&lt;br /&gt;
then perform a couple of inserts:&lt;br /&gt;
 &lt;br /&gt;
 insert into user_groups (ug_user, ug_group) values([userid], &amp;#039;bureaucrat&amp;#039;);&lt;br /&gt;
 insert into user_groups (ug_user, ug_group) values([userid], &amp;#039;sysop&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
Please forgive me for putting this information on a page about AdminSettings.php.&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/97.116.128.2|97.116.128.2]] 05:50, 17 December 2008 (UTC) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://www.mediawiki.org/wiki/Manual_talk:AdminSettings.php&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>