View Single Post
  #1 (permalink)  
Old 14-12-2004, 11:39 PM
suhazeli's Avatar
suhazeli suhazeli is offline
New kid on the block
 
Join Date: Dec 2004
Location: kuala berang
Posts: 2
Rep Power: 0
suhazeli is on a distinguished road
Unhappy Problem to start/use mysql

Saya try surf laman web ni http://www.kengkawan.com/v1/?php1-6, dan follow dia punya instruction, tapi tak jadi. boleh tolong saya... dia keluar macam ni....


mysql> create database cubaan
-> use cubaan
-> create table pengguna (
-> id int auto_increment primary key,
-> nama varchar (30)
-> );
ERROR 1064: You have an error in your SQL syntax. Check the manual that corres
onds to your MySQL server version for the right syntax to use near 'use cubaan
create table pengguna (
id int auto_increment primar
Reply With Quote