MySQL Forums
Forum List  »  InnoDB

Re: eroor when trying to greate table
Posted by: Amith R
Date: October 29, 2008 03:34AM

Hello,

try the code now. i removed some semicolons and commas.


CREATE DATABASE test;
USE test;


CREATE TABLE users
(
user_name varchar(20),
user_pw varchar(20)
);

Options: ReplyQuote


Subject
Views
Written By
Posted
3761
October 17, 2008 02:45AM
Re: eroor when trying to greate table
2533
October 29, 2008 03:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.