We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ae1f8 commit b4cdd98Copy full SHA for b4cdd98
bash/ss-sync-staging.txt
@@ -78,7 +78,7 @@ ss_echo "${COLOR_INFO}Running ss-sync-staging... ${COLOR_RESET}"
78
## check if SlickStack dashboard staging.wp_options has paused sync-staging before proceeding
79
80
# select EmployeeName from DemoTable where isMarried=true;
81
-# ss_options_staging_sync_status=$(ss_mysql_root -BNe "USE staging; SELECT EmployeeName FROM DemoTable WHERE id=1")
+# ss_options_staging_sync_status=$(ss_mysql_user -BNe "USE staging; SELECT EmployeeName FROM DemoTable WHERE id=1")
82
# $sql = "SELECT 'id' FROM Users WHERE username='$name'";
83
84
####################################################################################################
0 commit comments