If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > databasedump.sql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-02-04, 01:59
whothought whothought is offline
Registered User
 
Join Date: Jan 2004
Posts: 1
databasedump.sql

hello world

well i know nothing about MySQL except that its powerfull.
Any and all help would be way cool.

what is and how do i

1. Setup a database and insert databasedump.sql
A tool like phpMyAdmin is helpful

i have phpMyAdmin installed but not sure how to use it
the docs are alot to understand

mike
Reply With Quote
  #2 (permalink)  
Old 01-02-04, 16:50
roga roga is offline
Registered User
 
Join Date: Jan 2004
Location: Germany
Posts: 17
In phpMyAdmin click on SQL and use the "choose file" option to import your sql-file. Check whether the file contains a "CREATE DATABASE" line. If not you'll have to create a database first. This can be done from the phpMyAdmin start page.
Reply With Quote
  #3 (permalink)  
Old 01-02-04, 17:31
noamkrief noamkrief is offline
Registered User
 
Join Date: Dec 2003
Posts: 61
php myadmin is a bit hard to understand.
It took me a while of looking for the exe file or the setup file to understand that it was just a website....

1. Run a webserver on your localcomputer (try aprelium.com)
2. configure it for php
Point the webserver to look for the root of the website at the place where you put the phpmyadmin files in...


then open up a browser, and in the addressbar type:
http://localhost/phpmyadmin


hope this helps
Noam
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On