This topic is locked

how do i import data

8/13/2008 9:44:53 AM
PHPRunner General questions
O
obiekwe author

i have database called xxxxx with Mysql 5. already
and want to transfer my data to database- yyyyy on www.inspirunner.com:8443/localhost /phpadmin 2.10.1

how will i do it.

is it possible? beacause the later need it imported in text file

or does that mean i have to start create on the later from the begining

thanks

J
Jane 8/14/2008

Here is a step-by-step instruction:

  1. create a backup of your database locally (use Export in the phpMyAdmin for this purpose).
  2. create new yyyyy database on the server.
  3. execute database creation script (your backup) on the server in phpMyAdmin.