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": "20240425145354|1628",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 1638,
"ns": 0,
"title": ".PS1 To .exe",
"pageid": 479,
"logpage": 479,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2025-12-02T19:05:11Z",
"comment": "Created page with \"==Converting a PowerShell script (.ps1) to an executable (.exe) can be achieved using tools like PS2EXE or IExpress.==\""
},
{
"logid": 1637,
"ns": 0,
"title": "Convert .Py to .exe",
"pageid": 478,
"logpage": 478,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2025-12-02T16:42:01Z",
"comment": "Created page with \"#Converting a Python script (.py) to an executable (.exe) file for Windows can be achieved using tools like PyInstaller\""
},
{
"logid": 1636,
"ns": 0,
"title": "MYSQL DATABASE BACKUP",
"pageid": 477,
"logpage": 477,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2025-10-07T14:26:04Z",
"comment": "Created page with \"==Mysql Backup and Restore == ===List Databases=== '''Login to server ''' mysql ''' List databases''' show databases; '''List Tables in a database''' use databasename show tables; ===Bakcup a single database=== <pre> done from bash - no need to log in to mysql mysqldump -u root -ppassword sugarcrm > sugarcrm.sq syntax mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql </pre> ===Backup a single table=== <pre> mysqldump -u root -ppassword dat...\""
},
{
"logid": 1635,
"ns": 0,
"title": "MYSQL DATABASE RESTORE",
"pageid": 476,
"logpage": 476,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2025-10-07T14:17:50Z",
"comment": "Created page with \"==Restore Database== <p style=\"background-color: #77a8f7; font-weight: bold; font-size: 1.2rem;\"> I used this to restore r512 from the dumped .sql file in 2025 </p> <p style=\"font-weight: bold;font-size: 1.3rem\"> I tried to restore it using phpmyadmin, but it did not work, got many errors. probably because it was a raw sql dump backup. The target database must already exist. if it doesn't, create it first</p> * log into mysql CREATE DATABASE your_database_name; mysq...\""
},
{
"logid": 1634,
"ns": 0,
"title": "APPSHEET",
"pageid": 475,
"logpage": 475,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2025-10-06T14:58:20Z",
"comment": "Created page with \"== Fix permission error when connecting to a mysql database == '''On the mysql server, loginto mysql then run command''' ALTER USER 'bacchas'@'%' IDENTIFIED WITH mysql_native_password BY 'Outwater24!'; FLUSH PRIVILEGES;\""
},
{
"logid": 1633,
"ns": 0,
"title": "PowerShell Comparison Operators",
"pageid": 474,
"logpage": 474,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2024-10-17T18:35:33Z",
"comment": "Created page with \"Equality -eq, -ieq, -ceq - equals -ne, -ine, -cne - not equals -gt, -igt, -cgt - greater than -ge, -ige, -cge - greater than or equal -lt, -ilt, -clt - less than -le, -ile, -cle - less than or equal Matching -like, -ilike, -clike - string matches wildcard pattern -notlike, -inotlike, -cnotlike - string doesn't match wildcard pattern -match, -imatch, -cmatch - string matches regex pattern -notmatch, -inotmatch, -cnotmatch - string doesn't match regex pattern Replacement...\""
},
{
"logid": 1632,
"ns": 0,
"title": "Powershell Network Commands",
"pageid": 473,
"logpage": 473,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2024-10-17T18:15:14Z",
"comment": "Created page with \" Get-Netipaddress Get-netadapterstatistics Get-DnsClientserveraddress Set-DnsClientserveraddress\""
},
{
"logid": 1631,
"ns": 0,
"title": "Useful PowerShell Commands",
"pageid": 472,
"logpage": 472,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2024-10-17T17:46:49Z",
"comment": "Created page with \" Get-ComputerInfo Rename-Computer Restart-Computer Get-Date Get-TimeZone\""
},
{
"logid": 1630,
"ns": 0,
"title": "Powershell Fundamentals",
"pageid": 471,
"logpage": 471,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2024-10-16T16:47:06Z",
"comment": "Created page with \"==Get Version== $PSVersionTable\""
},
{
"logid": 1629,
"ns": 0,
"title": "PowerShell",
"pageid": 470,
"logpage": 470,
"params": {},
"type": "create",
"action": "create",
"user": "Bacchas",
"timestamp": "2024-10-16T16:46:27Z",
"comment": "Created page with \"==[[Powershell Fundamentals]]==\""
}
]
}
}