New interface for MYSQL

Windows specific questions.
bob2
Posts: 40
Joined: Sep 27, 2012 18:29

Re: New interface for MYSQL

Post by bob2 »

Hello,
I tried KiwiMysql1-5, but I have an error message:

"Can't open to the mysql server localhost on port 3306
Access denied for user 'root' 'localhost' (using password YES)"

However, Mysql works (with WampServer).
Should I change the user and password ?
Thank you.
bob2
Posts: 40
Joined: Sep 27, 2012 18:29

Re: New interface for MYSQL

Post by bob2 »

However, the port "3306" is a good one because in another programming language, this is what is used. So come blocking of MySql? :

con.Server = "localhost"
con.Port = MYSQL_PORT
con.Database= "test"
con.Username = "root"
con.Password = "123456"
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

I use Mysql 5.5 . The host, port , user and password are the defined ones in your system. Be sure that the database also exists.

Sorry for the delay answering your post, there is no very movement here :)
Post Reply