Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Authentication with old...

$
0
0

Hi..

I encounter this error when connecting to the database;

ERROR:Authentication with old password no longer supported, use 4.1 style passwords.

Web Site Address:   http://www.caddeworld.net

What is the solution?Waiting foryour helpCry

           MySqlConnection conn;
            string myConnectionString;

            myConnectionString = "server=caddeworld.net;uid=******;" + "pwd=******;database=******;";

            try
            {
                conn = new MySqlConnection(myConnectionString);
                conn.Open();
            }
            catch (MySqlException ex)
            {
                Response.Write(ex.Message);
            }

I connect the form of..


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>