Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien
Toon posts:

MySQL ERROR 1064 (42000):

Pagina: 1
Acties:
  • 259 views

Verwijderd

Topicstarter
Ubuntu geinstalleerd en Apache 2, PHP en MySQL.

Als ik inlog met

mysql -u root -p en een nieuw tabel wil aanmaken; CREAT DATABASE login; krijg ik deze error:

mysql> creat database login;
ERROR 1064 (42000): 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 'creat database login' at line 1

Wat gaat er fout?

  • pdjstorm
  • Registratie: Juli 2004
  • Laatst online: 23-11 12:46
Maak er CREATE DATABASE login; van . Dus met een E achter CREAT

  • Manuel
  • Registratie: Maart 2008
  • Laatst online: 27-11 12:07
Kijk eens naar wat je typt? CREAT DATABASE? :F

Verwijderd

Topicstarter
DOM DOM DOM DOM!

Thanks!

  • Creepy
  • Registratie: Juni 2001
  • Laatst online: 21:55

Creepy

Tactical Espionage Splatterer

En iets wat je met de mysql manual ook direct had kunnen vinden. Volgende keert iets beter opletten ;)

"I had a problem, I solved it with regular expressions. Now I have two problems". That's shows a lack of appreciation for regular expressions: "I know have _star_ problems" --Kevlin Henney


Dit topic is gesloten.