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?
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?