Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use the ALTER SECRET command to alter the secrets that store sensitive credentials.
ALTER SECRET
ALTER SECRET secret_name WITH ( backend = 'meta' ) AS 'your_new_secret';
secret_name
backend
your_new_secret
ALTER SECRET mysql_pwd WITH ( backend = 'meta' ) AS 'new_password';
Was this page helpful?