LOCK TABLES records WRITE;
INSERT INTO records VALUES
(2,'Steve','McGarrett','
[email protected]'),
(3,'Danny','Williams','
[email protected]'),
(4,'Kamekona','','
[email protected]'),(5,'Chin
Ho','Kelly','
[email protected]'),
(6,'Kono','Kalakaua','
[email protected]'),
(7,'Lou','Grover','
[email protected]'),
(8,'Duke','Lukela','
[email protected]'),
(9,'Max','Bergman','
[email protected]'),
(10,'Jerry','Ortega','
[email protected]'),
(11,'Adam','Noshimuri','
[email protected]');
UNLOCK TABLES;
dump.sql