Hi.
I want to backup one table from a database, where one of the columns saves the passwords. If I use mysqldump I got the value in encrypted format, but I need to backup the table to load the table in mysql 4.1. The original table is a mysql 3.23 database. Iago.