MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old January 30th, 2000, 01:37 PM
Pat Pat is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2000
Location: Aylesbury
Posts: 1 Pat User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi,
I am completely new to mysql and have a few questions,

1. My database comes installed with my webspace , is there anyway I can buils the database offline or do I have to be logged on while I work on it, (UK metered calls
2. Can mmsql import other databases such as access 2000.

Thanks in advance

Reply With Quote
  #2  
Old February 1st, 2000, 06:26 AM
timbo timbo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 1999
Location: London
Posts: 110 timbo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 m 26 sec
Reputation Power: 0
1. if you install MySQL on your own computer, you can build at home do a dump of the db and then place that in your webspace.
Or if you cant do that you can make the tables at home as they are 'only' text files see below
---------------------------------------------

# MySQL dump 5.10
#
# Host: localhost Database: <db name>
#--------------------------------------------------------
# Server version 3.22.12-beta

#
# Table structure for table 'survey'
#
CREATE TABLE survey (
id int(10) DEFAULT '0' NOT NULL auto_increment,
ques1 text,
ques2 text,
email text,
gender text,
age text,
PRIMARY KEY (id)
);

#
# Dumping data for table 'survey'
#

INSERT INTO survey VALUES ('1','Y','N','bob@bob.com','MALE','30');

---------------------------------------------

and yes you can import other db's try
http://www.mysql.net/links.html

for a load of links etc that should get you going

------------------
cheers


[This message has been edited by timbo (edited February 01, 2000).]

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > New to mysql


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway