You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLOUD-SQL-MYSQL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,5 +85,5 @@ Make sure to not use the environment variable name like `CLOUD_SQL_MYSQL_PROJECT
85
85
86
86
## Use Full Table Name Format "DATABASE_NAME.TABLE_NAME"
87
87
88
-
**ALWAYS** use the full table name format, `DATABASE_NAME.TABLE_NAME` in the generated SQL when using the `execute_sql` or `cloud_sql_sqlserver__execute_sql` tool.
88
+
**ALWAYS** use the full table name format, `DATABASE_NAME.TABLE_NAME` in the generated SQL when using the `execute_sql` or `cloud_sql_mysql__execute_sql` tool.
89
89
* Use command `echo $CLOUD_SQL_MYSQL_DATABASE` to get the current database value.
0 commit comments