MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{
"batchcomplete": "",
"continue": {
"lecontinue": "20240622065011|47",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 57,
"ns": 0,
"title": "WHM Restore Error: Username Conflicts With Unmanaged MYSQL User",
"pageid": 55,
"logpage": 55,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2026-01-30T08:58:14Z",
"comment": "Created page with \"== Cannot create or restore account: ''The system could not create the user \"username\" because it conflicts with an unmanaged MySQL database user'' == === Overview === When attempting to create or restore a cPanel account in WHM, the restore may fail with an error stating that the system cannot create the account username because it conflicts with an unmanaged MySQL database user. This usually occurs when MySQL already contains a user and/or database name that matches...\""
},
{
"logid": 56,
"ns": 0,
"title": "WHM Restore Error: sername Conflicts With Unmanaged MYSQL User",
"pageid": 0,
"logpage": 53,
"params": {},
"type": "delete",
"action": "delete",
"user": "Qljca",
"timestamp": "2026-01-30T08:57:28Z",
"comment": "Vandalism: content was: \"== Cannot create or restore account: ''The system could not create the user \"username\" because it conflicts with an unmanaged MySQL database user'' == === Overview === When attempting to create or restore a cPanel account in WHM, the restore may fail with an error stating that the system cannot create the account username because it conflicts with an unmanaged MySQL database user....\", and the only contributor was \"[[Special:Contributions/Qljca|Qljca]]\" ([[User talk:..."
},
{
"logid": 55,
"ns": 10,
"title": "Template:Warning",
"pageid": 54,
"logpage": 54,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2026-01-30T08:50:57Z",
"comment": "Created page with \"<div style=\" border: 1px solid #d33; background: #fff3f3; padding: 10px 12px; margin: 12px 0; border-radius: 6px; \"> <strong>Warning:</strong> {{{1|}}} </div>\""
},
{
"logid": 54,
"ns": 0,
"title": "WHM Restore Error: sername Conflicts With Unmanaged MYSQL User",
"pageid": 0,
"logpage": 53,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2026-01-30T08:47:58Z",
"comment": "Created page with \"== Cannot create or restore account: ''The system could not create the user \"username\" because it conflicts with an unmanaged MySQL database user'' == === Overview === When attempting to create or restore a cPanel account in WHM, the restore may fail with an error stating that the system cannot create the account username because it conflicts with an unmanaged MySQL database user. This usually occurs when MySQL already contains a user and/or database name that matches...\""
},
{
"logid": 53,
"ns": 0,
"title": "WHM Restore Error: Username Conflicts With Unmanaged PostgreSQL User",
"pageid": 52,
"logpage": 52,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2026-01-30T08:43:08Z",
"comment": "Created page with \"== Fix WHM Restore Error: Username Conflicts With Unmanaged PostgreSQL User == === Overview === While restoring a cPanel account in WHM, you may encounter an error stating that WHM cannot create the user because it conflicts with an unmanaged PostgreSQL database user. This happens when PostgreSQL already contains a role/user with the same name as the cPanel username you are trying to restore. This article explains the cause and provides the root-level steps to resolve...\""
},
{
"logid": 52,
"ns": 0,
"title": "Openvscode",
"pageid": 51,
"logpage": 51,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2025-08-30T17:03:39Z",
"comment": "Created page with \"= Overview = Deploy a full-featured '''web-based IDE''' with local AI coder (Llama 3 via Ollama), automation via n8n, secure HTTPS with Nginx & Certbot, and robust system security on a dedicated Ubuntu 24.04 LTS VPS/server. The final product delivers browser access at [https://ide.illuni.in https://ide.illuni.in] with AI chat, code generation, and workflow automation tools.<ref name=\"1\"/><ref name=\"2\"/><ref name=\"4\"/><ref name=\"6\"/> = Requirements = ; OS Ubuntu 24.04 LT...\""
},
{
"logid": 51,
"ns": 0,
"title": "IMAP via Telnet",
"pageid": 50,
"logpage": 50,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2025-06-22T15:55:59Z",
"comment": "Created page with \"To ensure that Dovecot is authenticating and responding properly, we can use telnet to verify if it is working: <pre> $ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE LITERAL+ STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. </pre> Now you type the login command with a strange number preceeding: <pre> 1 Login Email Password 1 OK [CAPABILITY IMAP4rev1...\""
},
{
"logid": 50,
"ns": 0,
"title": "Firewalld",
"pageid": 49,
"logpage": 49,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2024-12-01T09:51:35Z",
"comment": "Created page with \"==Check Open Ports in Firewalld== <pre>sudo firewall-cmd --list-ports</pre> ==Open a Port in Firewalld== <pre> sudo firewall-cmd --permanent --add-port=1234/tcp firewall-cmd --reload </pre>\""
},
{
"logid": 49,
"ns": 0,
"title": "Elasticsearch",
"pageid": 48,
"logpage": 48,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2024-11-23T09:26:05Z",
"comment": "Created page with \"==Install Elastic Search 8== ===Install Java=== <pre>yum install java - - - - - - - - - - - - - - - - - - - - - - - - - - OR FOR THE CURRENT LATEST VERSION: yum install java-1.8.0-openjdk.x86_64 </pre> To verify your JRE is installed and can be used, run the command: <pre>java -version</pre> ==Downloading and Installing Elasticsearch:== <pre> sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch </pre> ===Add Repo=== <pre>sudo vi /etc/yum.repos...\""
},
{
"logid": 48,
"ns": 0,
"title": "Ubuntu",
"pageid": 47,
"logpage": 47,
"params": {},
"type": "create",
"action": "create",
"user": "Qljca",
"timestamp": "2024-06-24T12:07:04Z",
"comment": "Created page with \"==Temporary Failure Resolving==\""
}
]
}
}