Admin controls User

debweb

Verified User
Joined
Jun 15, 2007
Messages
10
Hello Everybody,

I use this API and i want to know if an Admin cans view, create and delete Databases of one of his user. With wich is written on http://www.directadmin.com/api.html, we know that user's password is required to manage user's databases, but i haven't this one.

How can i do that ?

Thanks a lot ;)
Debweb
 
Last edited:
You should be able to manage any database of any user with your master mysql username and password.

Unless you've changed it you can find the username and password in /usr/local/directadmin/conf/mysql.conf

Jeff
 
Thanks but...

Yes, i know that, but, i want to know if i can do that with DirectAdmin's API,

Thanks
Debweb
 
I found. You have to set "admin|the.name.of.the.user.account" and admin's password for login connection.
 
Back
Top