![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi all, i have a table that contains aes_encrypted data. is there a STANDARD way to backup restore it or should i write some php (or perl or whatelse) for doing this ? I've tried export/import (via phpmyadmin) and sqldump, but the restored data is corrupted. Thank you ! :-) Three ways have worked for me. |
#3
| |||
| |||
|
|
cb wrote: i have a table that contains aes_encrypted data. is there a STANDARD way to backup restore it or should i write some php (or perl or whatelse) for doing this ? I've tried export/import (via phpmyadmin) and sqldump, but the restored data is corrupted. Three ways have worked for me. .... There may be others. |
#4
| |||
| |||
|
|
i have a table that contains aes_encrypted data. is there a STANDARD way to backup restore it or should i write some php (or perl or whatelse) for doing this ? I've tried export/import (via phpmyadmin) and sqldump, but the restored data is corrupted. |
#5
| |||
| |||
|
|
I don't think there's a special column type for encrypted data. I presume you have a BLOB or BINARY column and your backup software does |
#6
| |||
| |||
|
|
On Nov 2, 1:20 pm, "Álvaro G. Vicario" alvaro.NOSPAMTH... (AT) demogracia (DOT) com.invalid> wrote: I don't think there's a special column type for encrypted data. I presume you have a BLOB or BINARY column and your backup software does that's the point : my aes_encrypted field is "text" |
![]() |
| Thread Tools | |
| Display Modes | |
| |