💻 Software
"login" to phpMyAdmin via different users
Fresh5 days ago
Mar 15, 202618173 viewsConfidence Score0%
0%
Problem
I want a non-techie (marketing/sales) to have access to the data I manage regularly via phpMyAdmin: without any ability to alter/insert/delete without me having to build a special database-viewer-app I have created a new User with limited privileges, but I don't want My non-techie to have to use a …
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: "login" to phpMyAdmin via different users
Low Risk
phpmyadmin is just an interface upon mysql. You can only do what you are allowed to do based on the user you use to login with. In the end phpmyadmin runs queries for you with the user credentials you login with and can't bypass mysql permissions. S…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix