Bilal YILMAZ
New member
- Joined
- Mar 27, 2022
- Messages
- 6
I have a database and a user in a host.
hostname is hostname_db and user is hostname_user
I want to park a domain name on the same host and create a new database using API through my software.
I want the database user to be one. But I want my databases to be multiple.
For example, new databases I will create;
It will proceed as
hostname_db_00001
hostname_db_00002
hostname_db_00003 etc....
and I have to access all of them with my hostname_user.
I was able to do this in cpanel and vestapanel before.
But when using the CMD_API_DATABASES command in your api, it definitely requires user and pass. and creating a new user.
How can I overcome this problem?
hostname is hostname_db and user is hostname_user
I want to park a domain name on the same host and create a new database using API through my software.
I want the database user to be one. But I want my databases to be multiple.
For example, new databases I will create;
It will proceed as
hostname_db_00001
hostname_db_00002
hostname_db_00003 etc....
and I have to access all of them with my hostname_user.
I was able to do this in cpanel and vestapanel before.
But when using the CMD_API_DATABASES command in your api, it definitely requires user and pass. and creating a new user.
How can I overcome this problem?
Last edited: