Initial commit
This commit is contained in:
9
#pma/test/test_data/server_import.sql
Normal file
9
#pma/test/test_data/server_import.sql
Normal file
@ -0,0 +1,9 @@
|
||||
--
|
||||
-- Database: `test_import1`
|
||||
--
|
||||
CREATE DATABASE IF NOT EXISTS `test_import1` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
|
||||
--
|
||||
-- Database: `test_import1`
|
||||
--
|
||||
CREATE DATABASE IF NOT EXISTS `test_import2` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
|
||||
|
Reference in New Issue
Block a user