[ junior95 @ 04.02.2014. 13:11 ] @
Pozdrav, nadam se da sam postavio temu na pravo mjesto.
Prilikom uploada baze jednog wordpress site na server na internetu dobijem poruku:
Code:
Pogreška
SQL upit: Dokumentacija

--
-- Baza podataka: `test`
--
DELIMITER $$--
-- Postupci
--
DROP PROCEDURE IF EXISTS  `test_multi_sets` $$ CREATE DEFINER =  `root`@`localhost` PROCEDURE  `test_multi_sets` ( ) DETERMINISTIC BEGIN SELECT USER( ) AS first_col;


MySQL je poručio:  Dokumentacija

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER $$
DROP PROCEDURE IF EXISTS `test_multi_sets`$$
CREATE DEFINER=`root`@' at line 1 


Da li bih mogao ispraviti sintaxu da uploadam ovu bazu na server.
Hvala.