Manual:$wgDBsqluser
Appearance
This feature was removed completely in version 1.5.0. |
| Database settings: $wgDBsqluser | |
|---|---|
| The SQL user used for queries. |
|
| Introduced in version: | Before 1.1.0 |
| Removed in version: | 1.5.0 |
| Allowed values: | (string) |
| Default value: | 'sqluser' |
| Other settings: Alphabetical | By function | |
Details
[edit]The SQL user used for read-only queries in the (no longer existing) Special:Asksql.
The MySQL user shouldn't have too many rights over the database, restrict it to SELECT only on "cur" table for example.