01.
MySql.Data.MySqlClient.MySqlException was unhandled
02.
ErrorCode=-2147467259
03.
Message=
"Access denied for user 'XXXXX'@'223.205.131.77' (using password: YES)"
04.
Number=1045
05.
Source=
"MySql.Data"
06.
StackTrace:
07.
at MySql.Data.MySqlClient.MySqlStream.OpenPacket()
08.
at MySql.Data.MySqlClient.NativeDriver.ReadOk(
Boolean
read)
09.
at MySql.Data.MySqlClient.NativeDriver.Authenticate411()
10.
at MySql.Data.MySqlClient.NativeDriver.Authenticate()
11.
at MySql.Data.MySqlClient.NativeDriver.Open()
12.
at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
13.
at MySql.Data.MySqlClient.MySqlConnection.Open()
14.
at LoginForm.frmMain.LoadInfor() in C:\Documents and Settings\New99\Desktop\LoginForm\LoginForm\frmMain.vb:line 31
15.
at LoginForm.frmLogin.btnLogin_Click(
Object
sender, EventArgs e) in C:\Documents and Settings\New99\Desktop\LoginForm\LoginForm\frmLogin.vb:line 23
16.
at System.Windows.Forms.Control.OnClick(EventArgs e)
17.
at System.Windows.Forms.Button.OnClick(EventArgs e)
18.
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
19.
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
20.
at System.Windows.Forms.Control.WndProc(Message& m)
21.
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
22.
at System.Windows.Forms.Button.WndProc(Message& m)
23.
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
24.
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
25.
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
26.
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
27.
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
28.
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
29.
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
30.
at System.Windows.Forms.Application.Run(ApplicationContext context)
31.
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
32.
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
33.
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(
String
[] commandLine)
34.
at LoginForm.My.MyApplication.Main(
String
[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
35.
at System.AppDomain._nExecuteAssembly(
Assembly
assembly,
String
[] args)
36.
at System.AppDomain.ExecuteAssembly(
String
assemblyFile, Evidence assemblySecurity,
String
[] args)
37.
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
38.
at System.Threading.ThreadHelper.ThreadStart_Context(
Object
state)
39.
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback,
Object
state)
40.
at System.Threading.ThreadHelper.ThreadStart()
41.
InnerException: