Skip to content
View in the app

A better way to browse. Learn more.

GTAGames.nl - De Nederlandse Grand Theft Auto Community!

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MySQL error #1064

Ik probeer dit uitevoeren in phpMyAdmin

CREATE TABLE `woorden` (
 `id` int(11) NOT NULL auto_increment,
 `woord` text collate latin1_general_ci NOT NULL,
 `antwoord` text collate latin1_general_ci NOT NULL,
 PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1685;

#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 'collate latin1_general_ci NOT NULL,

`antwoord` text collate

Ik heb zelf niet zo gek veel verstand van MySQL maar ik geen idee waar te zoeken of wat er mis is.

Featured Replies

CREATE TABLE `woorden` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`woord` text NOT NULL ,
`antwoord` text NOT NULL ,
PRIMARY KEY ( `id` ) 
)

Ik heb het bij mij getest en dit werkt.

Ik zou zeggen probeer het zo nog eens:

CREATE TABLE `woorden` (
 `id` INT NOT NULL auto_increment,
 `woord` TEXT NOT NULL,
 `antwoord` TEXT NOT NULL,
 PRIMARY KEY  (`id`)
) AUTO_INCREMENT=1685;

* EDIT

De post van Juuldr stond er nog niet toen ik bezig was dit bericht te typen.

  • Author
Ik zou zeggen probeer het zo nog eens:

CREATE TABLE `woorden` (
 `id` INT NOT NULL auto_increment,
 `woord` TEXT NOT NULL,
 `antwoord` TEXT NOT NULL,
 PRIMARY KEY  (`id`)
) AUTO_INCREMENT=1685;

* EDIT

De post van Juuldr stond er nog niet toen ik bezig was dit bericht te typen.

bedankt hij doet het nu :*D

Maar bij die van Marius, staat de auto_imcremet erbij. Dus als je wilt dat id begint bij 1685, moet je die van Marius gebruiken.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.