<div class="Ih2E3d"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
After the upgrade, I had the problems described in UPGRADING.mysql:<br>
- multiple login requests<br>
- corrupt binaries<br>
<br></blockquote></div><br></div>hi andré<br><br>I had the same problem with corrupted attachments after a 3.8.1 upgrade, <br>I solved this problem yesterday by adding the paramater  "--default-character-set=<div id=":7a" class="ArwC7c ckChnd">
binary" when I dump the old database and when I import the dump into the new one.<br>
<br>here is the whole upgrade produre i've done :<br><br>oldserver# mysqldump --default-character-set=binary -u root -p $rtdb> dump.sql<br><br>newserver# mysql  --default-character-set=binary -u root -p $rtdb < dump.sql<br>

<br>newserver# rt-setup-database -dba root --prompt-for-dba-password --action upgrade<br>(from 3.6.0 -> 3.8.0)<br><br>newserver# perl /etc/request-tracker3.8/upgrade/<a href="http://schema.mysql-4.0-4.1.pl/" target="_blank">schema.mysql-4.0-4.1.pl</a> $rtdb $rtuser $rtuser_passwd > sql.queries<br>

<br>newserver# mysql -u root -p $rtdb< sql.queries<br><br>newserver# rt-setup-database -dba root --prompt-for-dba-password --action upgrade<br>(from 3.8.0 -> 3.8.1)<font color="#888888"><br><br>Rémi<br></font></div>