|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
gzip database
hello:
i am moving servers, can someone please tell me or show me how to use gzip to copy an entire database? i have looked in the manual and i cant really figure it all out. thanks |
|
#2
|
|||
|
|||
|
RE: gzip database
|
|
#3
|
|||
|
|||
|
RE: gzip database
hi, i was thinking something alongs the line of mysqldump it to a gzip file. but i cant figure that out
|
|
#4
|
|||
|
|||
|
RE: gzip database
$data = mysqldumb();
|
|
#5
|
||||
|
||||
|
RE: gzip database
If you had access to the command line :
/mysql-dir/bin/mysqldump -u DBUSERNAME -pDBPASSWORD myDatabase > myDatabase.db gzip -9 myDatabase.db -Tim |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > gzip database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|