The Complete Project Source Code Platform

Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up

Open Trading Account

database problem

  barai95    2017-08-09 06:16:34

0

1

CREATE TABLE `allegati` ( `id` int(11) NOT NULL auto_increment, `idp` int(11) NOT NULL default '0', `percorso` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=5 MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=5' at line 6

Answers

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:15:26

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:08:22

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:08:12

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:06:42

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:06:34

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:05:48

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:05:46

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:05:18

replace the following TYPE=MyISAM AUTO_INCREMENT=5 with ENGINE=MyISAM AUTO_INCREMENT=5 and you need to replace everywhere in SQL file

2020-06-13 19:05:05

Post Your answer