Skip to content

Commit

Permalink
MP1-5219: Second attempt to fix Timeout Error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored May 29, 2024
1 parent d5bb483 commit daa4b2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion TvEngine3/TVLibrary/SetupTv/create_mysql_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,23 @@

SET net_write_timeout=99999;
SET net_read_timeout=99999;

#
--
-- Delete schema TvLibrary
--

DROP DATABASE IF EXISTS %TvLibrary%;

--
-- Create schema TvLibrary
--

CREATE DATABASE IF NOT EXISTS %TvLibrary%;
#
--
-- Switch to TVLibrary schema
--

USE %TvLibrary%;
#
--
Expand Down

0 comments on commit daa4b2d

Please sign in to comment.