SA-MP Forums Archive
Import problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Import problem (/showthread.php?tid=624602)



Import problem - Micko123 - 19.12.2016

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 (11482.19, -1785.4815.3504178.96200),
 (
21458.27, -1011.2926.84381.9732800),
 (
31232.43, -1415.5213.3656179.92600),
 (
41731.45, -174213.5469178.67200),
 (
51203.43, -927.00442.937612.313300);
MySQL saidDocumentation
#1932 - Table 'server.atms' doesn't exist in engine 



Re: Import problem - OneDay - 19.12.2016

You must CREATE TABLE.


Re: Import problem - Micko123 - 19.12.2016

Got it working. Thx