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/22 07:31] – kirtisingh | json_calls [2025/04/22 07:34] (current) – kirtisingh | ||
---|---|---|---|
Line 86: | Line 86: | ||
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_from_db_name - %%__%%MYSQL%%_%%FROM%%__%%DB%%_%%NAME%%__%% - Optional parameter. The name of an existing database from which new DB should be cloned\\ | 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.1745307082.txt.gz · Last modified: 2025/04/22 07:31 by kirtisingh