is there a way how to give my clients sql databases? i was trying to use phpmyadmin and they can easily view my databases
i would like to create sql users with there own databases and not showing the root users databases or not other sql users
Create a mysql user in phpMyAdmin and give it access to some databases. Create a separate installation of phpMyAdmin and in the configuration provide that mysql user and password. It will display only allowed databases in phpmyadmin. In this way, you have to create a separate installation for each user.