Least-Privilege MariaDB Accounts for Small PHP Applications - Let the App Use Only What It Needs
A small PHP application may need only four ordinary database actions: read a row, insert one, update it, and sometimes delete it. Yet its c…
Graduated from SMK Electrical Engineering in 2014, became active in blogging, writing SEO articles, designing, editing videos, and tinkering with Android and Blogspot. After completing Bachelor's degree in Computer Systems at STEKOM University, continued to master Windows, Linux, LAN networks, WordPress CMS websites, and exploring AI tools.
129 articlesSeptember 15, 2026
A small PHP application may need only four ordinary database actions: read a row, insert one, update it, and sometimes delete it. Yet its c…
September 14, 2026
A service cannot append to its database, a backup stops halfway, or an application logs No space left on device. The obvious explanation is…
September 13, 2026
A password reset form often looks like a small feature: accept an email address, send a link, and let the user choose a new password. But t…
September 12, 2026
A single external The page delegates more than file delivery. JavaScript loaded this way runs in the page's context. The OWASP Third Part…
September 11, 2026
A long-running service on a home server exits at 3 a.m. Should the machine leave it down, restart it immediately, or keep trying until morn…
September 10, 2026
A language model can return neat JSON instead of a paragraph. That feels like a decisive step toward reliable automation: the keys are pres…
September 9, 2026
A password alone protects an account only as long as the password remains secret. Reused passwords leak in one breach and are tried elsewhe…
September 8, 2026
A small PHP application eventually needs a database password, an API token, or a key for signing messages. Where should that value live? Pu…
September 7, 2026
A home server can display the right hour and still have an unreliable clock. The timezone may be correct while network synchronization is f…
September 5, 2026
A home server can survive a brief power cut only if something keeps supplying power. But survival is not the most useful question. A better…
