So I have deleted my old DB but I saved tables in .sql and in .xml extension.. Now I can't import them in DB. When I try to import .xml I get this
PHP код:
Error
SQL query:
INSERT INTO `server`.`atms` (`ID`, `PosX`, `PosY`, `PosZ`, `Angle`, `VW`, `Interior`) VALUES (1, 1482.19, -1785.48, 15.3504, 178.962, 0, 0),
(2, 1458.27, -1011.29, 26.8438, 1.97328, 0, 0),
(3, 1232.43, -1415.52, 13.3656, 179.926, 0, 0),
(4, 1731.45, -1742, 13.5469, 178.672, 0, 0),
(5, 1203.43, -927.004, 42.9376, 12.3133, 0, 0);
MySQL said: Documentation
#1932 - Table 'server.atms' doesn't exist in engine
Got it working. Thx