Switch to full style
Tutorials, source code, tips and tricks related to mysql
Post a reply

import Mysql database

Fri Apr 06, 2007 1:23 pm

If you want to import your database you have two solutions :

1. From the console :

enter the following under /bin/ directory inside the Mysql server in the constol

mysql -u root -p mile < data.sql
"root" is the username
"mile" is the database
"data.sql" is the import from file


2. From PhpmyAdmin :
if you have phpAdmin i will be much easier to import your database using the Graphical user interface of the phpAdmin.
Do the following
    1. Choose database
    2. Press import tag.
    3. Choose file
    4. press ok.

:lol: finish


Attachments
database.GIF
import databases from here .

Post a reply
  Related Posts  to : import Mysql database
 How to import your website dump database script     -  
 dump Mysql database     -  
 Creating a Database in MySQL     -  
 Optimize All Tables In A MySQL Database     -  
 IP Address Lookup in Bulk Using C-Sharp and MySQL Database     -  
 Static Import     -  
 import XSD file in another     -  
 Import text file with ASP.NET     -  
 Import a PowerPoint presentation into Windows Movie Maker     -  
 need help in mysql     -