Connecting Tech Pros Worldwide Forums | Help | Site Map

Loading Mysql database from file

Konrad
Guest
 
Posts: n/a
#1: Jul 17 '05
Maybe it's not a proper place to ask this question, but maybe someone
could provide me the way to load file with schema and data of mysql
database (created by phpMyAdmin on Windows system), to create a new
database on linux system.


Greetings,

Konrad

2metre
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Loading Mysql database from file


Konrad wrote:[color=blue]
> Maybe it's not a proper place to ask this question, but maybe someone
> could provide me the way to load file with schema and data of mysql
> database (created by phpMyAdmin on Windows system), to create a new
> database on linux system.[/color]
If your familiar with phpMyAdmin - then use it!

Otherwise on the command line:
// after decompressing the dumpfile

mysql -p -u username dbname<dumpfile.sql

e&oe!!
Konrad
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Loading Mysql database from file


Thanks a lot :)

greetings

Konrad
Closed Thread