User Tools

Site Tools


json_calls

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
json_calls [2025/04/22 07:32] kirtisinghjson_calls [2025/04/22 07:34] (current) kirtisingh
Line 101: Line 101:
 mysql_user_name - %%__%%MYSQL%%_%%USER%%_%%NAME%%__%% - The name of the new MySQL User\\ mysql_user_name - %%__%%MYSQL%%_%%USER%%_%%NAME%%__%% - The name of the new MySQL User\\
 mysql_user_pwd - %%__%%MYSQL%%_%%USER%%_%%PWD%%__%% - The password for the new MySQL user. It should be between 8 to 20 characters with a reasonable password strength mysql_user_pwd - %%__%%MYSQL%%_%%USER%%_%%PWD%%__%% - The password for the new MySQL user. It should be between 8 to 20 characters with a reasonable password strength
 +
 +**Pair an existing MySQL DB and a MySQL User**
 +
 +<code>
 +{
 +    "task":"pair_mysql_db_user",
 +    "params":{
 +        "mysql_db_name":"__MYSQL_DB_NAME__",
 +        "mysql_user_name":"__MYSQL_USER_NAME__"
 +    }
 +}
 +</code>
 +
 +mysql_db_name - %%__%%MYSQL%%_%%DB%%_%%NAME%%__%% - The name of an existing MySQL DB\\
 +mysql_user_name - %%__%%MYSQL%%_%%USER%%_%%NAME%%__%% - The name of an existing MySQL User\\
 +
  
json_calls.1745307147.txt.gz · Last modified: 2025/04/22 07:32 by kirtisingh

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki