This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 024ce6e28 [improve] mysql-data.sql optimization (#1616)
024ce6e28 is described below
commit 024ce6e28c9ef29f365b0273267983b131945bd4
Author: Gerry <[email protected]>
AuthorDate: Fri Sep 16 12:01:49 2022 +0800
[improve] mysql-data.sql optimization (#1616)
add 'use streampark' statement in mysql-data.sql
---
.../streampark-console-service/src/assembly/script/data/mysql-data.sql | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/streampark-console/streampark-console-service/src/assembly/script/data/mysql-data.sql
b/streampark-console/streampark-console-service/src/assembly/script/data/mysql-data.sql
index cf0c532a4..0997c0242 100644
---
a/streampark-console/streampark-console-service/src/assembly/script/data/mysql-data.sql
+++
b/streampark-console/streampark-console-service/src/assembly/script/data/mysql-data.sql
@@ -15,6 +15,8 @@
* limitations under the License.
*/
+use streampark;
+
set names utf8mb4;
set foreign_key_checks = 0;