Import problem
#1

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 
Reply
#2

You must CREATE TABLE.
Reply
#3

Got it working. Thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)