upload the mysql database

Status
Not open for further replies.

crazyworld

New Member
Messages
5
Reaction score
0
Points
0
how to upload upload the mysql database in database folder plz help me out
 

adrenlinerush

New Member
Messages
379
Reaction score
1
Points
0
are you referring to copying one mysql database to another?
probably the easiest way here is to do a mysql dump and then import the dump although you will probably have to do some refactoring due to the prefixes that are automatically applied on x10.

here is the mysql reference for the dump command: http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html

as far as importing into x10's database you could use a crontab script since you don't have access to ssh or use the web interface to import the file...
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
If you r looking to restore a databse from your sytem to X10 server you can use IMPORT/ Export option.......
 
Status
Not open for further replies.
Top