Settings and activity
26 results found
-
1 vote
Anonymous
shared this idea
·
-
0 votes
Anonymous
shared this idea
·
-
0 votes
Anonymous
shared this idea
·
-
0 votes
Anonymous
shared this idea
·
-
0 votes
Anonymous
shared this idea
·
-
3 votes
AdminDevart
(_, Devart)
responded
This can be workarounded by using the MySQL command “SOURCE”. For example, in the new SQL file, you can type the following:
SOURCE .\sqlfile1.sql;
SOURCE .\sqlfile2.sql;
…
SOURCE .\sqlfileN.sql;Here, instead of the local path .\ you can specify it explicitly as follows:
d:\folder\sqlfile.sql
An error occurred while saving the comment
Anonymous
shared this idea
·
I'm running updates for a game server consisting of 20-30 files which need to be imported sequentially. It's takes too long to run the files one by one.