how to import database in 173 program

5
HOW TO IMPORT DATABASE IN 173 PROGRAM Create Database first Go to wampserver click phpMyAdmin It will go to phpMyAdmin web page Create new database , input wbts

Upload: yelah-bauyon

Post on 12-Sep-2015

229 views

Category:

Documents


3 download

DESCRIPTION

ytty

TRANSCRIPT

HOW TO IMPORT DATABASE IN 173 PROGRAM

Create Database first

Go to wampserver click phpMyAdmin

It will go to phpMyAdmin web page

Create new database , input wbts

Click create

Import database

Go to F:\backup 173

Select wbts04282015.sql ( or the latest .sql)

Copy to C:\wamp\bin\mysql\mysql5.1.36\bin

Rename wbts04282015.sql as wbts.sql

Then go to Start -> All Programs -> Accessories -> Command Prompt

Input cd .. then enter

Until it go to C:/

Then type cd C:/wamp/bin/mysql/mysql5.1.36/bin then press enter

Then type mysql uroot p wbts < wbts.sql then press enter

Enter password: will appear , just press enter

Wait until C:\wamp\bin\mysql\mysql5.1.36\bin> appear again

To check if the database have imported.

Go to wamp server click phpMyAdmin

Select wbts database

Tables will appear, means database have imported