json_calls
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| json_calls [2025/04/16 09:10] – kirtisingh | json_calls [2025/04/22 07:34] (current) – kirtisingh | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| < | < | ||
| + | { | ||
| " | " | ||
| " | " | ||
| Line 63: | Line 64: | ||
| </ | </ | ||
| - | system_user - %%__%%SYSTEM%%__%%USER%%__%% - The system user to which the DB is mapped. | + | system_user - %%__%%SYSTEM%%__%%USER%%__%% - The system user to which the DB is mapped. |
| mysql_db_name - %%__%%MYSQL%%_%%DB%%_%%NAME%%__%% - The name of the new MySQL DB\\ | mysql_db_name - %%__%%MYSQL%%_%%DB%%_%%NAME%%__%% - The name of the new MySQL DB\\ | ||
| 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 | ||
| + | |||
| + | **Create MySQL DB** | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | system_user - %%__%%SYSTEM%%__%%USER%%__%% - The system user to which the DB is mapped. Referenced only w.r.t. backups\\ | ||
| + | mysql_db_name - %%__%%MYSQL%%_%%DB%%_%%NAME%%__%% - The name of the new MySQL DB\\ | ||
| + | mysql_from_db_name - %%__%%MYSQL%%_%%FROM%%__%%DB%%_%%NAME%%__%% - Optional parameter. The name of an existing database from which new DB should be cloned\\ | ||
| + | |||
| + | **Create 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 | ||
| + | |||
| + | **Pair an existing MySQL DB and a MySQL User** | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | 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.1744794653.txt.gz · Last modified: 2025/04/16 09:10 by kirtisingh
