Thread: mySQL Help!
View Single Post
  #6 (permalink)  
Old 07-09-2007, 09:32 PM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
Quote:
I just installed MySQL. Here is what I did:

create database mytest;

use mytest;

create table Member
(
username varchar(32),
pass varchar(32)
);
as expected, I realized that there's nothing that let the query know which table to use. But I set the default schema to my database name though... It did works well.. Thanx a lot

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote