Hi Guys,
I'm making bash scripts to make managing database by SSH faster.
I'm using the UAPI and it's Mysql module.
I can't see a command to just list the databases of a user:
UAPI Modules - Mysql - Developer Documentation - cPanel Documentation
I know cpapi2 could with:
cpapi2 --user=$user MysqlFE listdbs
Is there a UAPI command for it?
I'm making bash scripts to make managing database by SSH faster.
I'm using the UAPI and it's Mysql module.
I can't see a command to just list the databases of a user:
UAPI Modules - Mysql - Developer Documentation - cPanel Documentation
I know cpapi2 could with:
cpapi2 --user=$user MysqlFE listdbs
Is there a UAPI command for it?