Erro de Servidor no Aplicativo '/produtos'.

ERROR [HY000] [MySQL][ODBC 3.51 Driver]Server is running in --secure-auth mode, but 'jeanbryan01'@'10.19.21.67' has a password in the old format; please change the password to the new format
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Server is running in --secure-auth mode, but 'jeanbryan01'@'10.19.21.67' has a password in the old format; please change the password to the new format

Descrição: Ocorreu uma exceção não tratada durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código.

Detalhes da Exceção: System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 3.51 Driver]Server is running in --secure-auth mode, but 'jeanbryan01'@'10.19.21.67' has a password in the old format; please change the password to the new format
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Server is running in --secure-auth mode, but 'jeanbryan01'@'10.19.21.67' has a password in the old format; please change the password to the new format

Erro de Origem:


Linha 34:         Dim i As Integer = 0
Linha 35: 
Linha 36:         Da.Fill(Ds, "tblprodutos")
Linha 37:         'produto.InnerHtml = "<b>" & Ds.Tables(0).Rows(1).Item("Descricao").ToString & "</b>"
Linha 38:         'div.Text = Ds.Tables(0).Rows(0).Item("NomeProduto").ToString

Arquivo de Origem: d:\web\localuser\jeanbryan\www\produtos\default.vb    Linha: 36

Rastreamento de Pilha:


[OdbcException (0x80131937): ERROR [HY000] [MySQL][ODBC 3.51 Driver]Server is running in --secure-auth mode, but 'jeanbryan01'@'10.19.21.67' has a password in the old format; please change the password to the new format
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Server is running in --secure-auth mode, but 'jeanbryan01'@'10.19.21.67' has a password in the old format; please change the password to the new format]
   System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) +1156850
   System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle) +95
   System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions) +53
   System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +55
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4928220
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.Odbc.OdbcConnection.Open() +40
   System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +31
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +112
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +92
   _Class_ProdutosDefault.Page_Load(Object sender, EventArgs e) in d:\web\localuser\jeanbryan\www\produtos\default.vb:36
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Informações sobre a Versão: Microsoft .NET Framework Versão:2.0.50727.9061; Versão do ASP.NET:2.0.50727.9062