Added: 'use' sql command to set the good table

This commit is contained in:
acemtp 2010-05-08 17:51:09 +02:00
parent 958a6d22d8
commit f9f4020d4d

View file

@ -6,6 +6,7 @@
# HeidiSQL version: 5.0.0.3272
# Date/time: 2010-05-08 15:31:21
# --------------------------------------------------------
USE `nel`;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
@ -28,6 +29,7 @@ INSERT IGNORE INTO `shard` (`ShardId`, `domain_id`, `WsAddr`, `NbPlayers`, `Name
# HeidiSQL version: 5.0.0.3272
# Date/time: 2010-05-08 15:31:22
# --------------------------------------------------------
USE `ring_open`;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;