Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Juancer1123

Pages: [1]
1
CWP API / Adding users to a database
« on: March 10, 2021, 08:08:13 AM »
In the same line of my previuos ticket, I need to associate an user to a database. I'm trying the corresponding way usermysql->add. The user is created but is not asociated to the database, also when that details is sent.
I can login in phpmyadmin but no database is able to use.
Thanks

2
CWP API / Create database and re-use user and password
« on: March 10, 2021, 12:23:47 AM »
Hi,

When I'm creating databases in CWP WEB I can create a BBDD and "add a new user", however, I can use the same details (user and password) then, the user from that moment have permissions over that BBDD.

I don't have that option when I want to use the API because the userdb is not available at databasemysql -> add and usermysql -> add said "the user already exists". I understant the second reply, but, as user (IP:2083), they can create databases and add existing users (i found the value as "userexisting" in the curl request) and set the database user.

Could we have the same option with the API?

This is blocking my developmet because I'm creating databases but I can not use it, only if I use root user to provide permissions, but I don't want to use that option.

If you need addtional information, just let me know.

Regards

Pages: [1]