GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 19-Sep-2007, 04:18
sangeeths sangeeths is offline
New Member
 
Join Date: Aug 2007
Posts: 4
sangeeths is on a distinguished road

sql


i have got an error during creation of tables as 3D000 as NO DATABASE FOUND can any one say what it is and how to solve this and proceed the creation of tables
  #2  
Old 19-Sep-2007, 14:06
TurboPT's Avatar
TurboPT TurboPT is offline
Senior Member
 
Join Date: Feb 2006
Location: Atlanta, GA
Posts: 1,006
TurboPT is a jewel in the roughTurboPT is a jewel in the roughTurboPT is a jewel in the rough

Re: sql


Tables must created WITHIN a database.

At the mysql prompt, if a database you know already exists, then issue the command:
Code:
use your_database
If one needs to be created, then create one first:
Code:
create database you_name_it_here;
Then 'use' the DB as specified above, and create all the tables you need.
__________________
Use the force...read the source!!
WYCIWYG -- what you code is what you get!
 
 

Recent GIDBlogStupid Management Policies by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unlimited Domain Hosting – Reselling with Windows 2003| Linux | CF MX | SQL | ASP.NET JodoHost Web Hosting Advertisements & Offers 0 04-Apr-2007 23:08
getting an error while compiling and running using different IDE. jaro C Programming Language 0 25-Aug-2006 10:14
functions seems not to exit from a certain code block jaro C Programming Language 3 22-Mar-2006 00:08
Microsoft SQL Server :: SQL Server message 241, state 1, severity 16 lyuboe MySQL / PHP Forum 0 11-May-2005 05:31
DiscountASP.NET Launches SQL Reporting Services dasp Web Hosting Advertisements & Offers 0 19-Oct-2004 18:32

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 07:24.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.