Introducing G2.ai, the future of software buying.Try now
Verified User
G2
Mobile Developer-Kotlin, Java and Flutter ||GDSC Lead Alumni || Microsoft Certified: Azure

do you have a platform where I can share my database with a number of admins?

Have tried so with mysql admin.
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
KJ
0
Create your admin users and grant all privileges to each of them mysql> GRANT ALL PRIVILEGES ON xyz TO 'admin1@localhost'; (where xyz is the db name) You can then use something like phpMyAdmin or write your own cpanel using PHP.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply