View Single Post
  #14  
Old 01-29-2011, 09:33 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

None of those are errors, they are just informative. When you connect the server doesn't know what client you are using, so it tries to decode your packet with each version until one works. Since you are not using the 6.2 client it figures that out and moves on to titanium and so on.

In general you only need to apply the SQL updates that are newer than your database version. 1711 is a special case though, since the downloaded database has a newer version but doesn't have it applied. Since you're past that you should be fine. Just know that if you update your code you need to apply any required updates that come with it.
Reply With Quote