+ All Categories
Home > Documents > How to Import Database in 173 Program

How to Import Database in 173 Program

Date post: 12-Sep-2015
Category:
Upload: yelah-bauyon
View: 224 times
Download: 3 times
Share this document with a friend
Description:
ytty
Popular Tags:
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
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


Recommended