How do I add myself an avatar from the public avatar library?
DBDesigner 4 connection problem with MySQL DB
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > MySQL database development > DBDesigner 4 connection problem with MySQL DB 4 February 2009 03:34:42

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:

DBDesigner 4 connection problem with MySQL DB

Ritu Sinha 20 May 2005 20:34:53
 Hi,

I just downloaded the latest version of DBDesigner 4
from fabFORCE.net (v4.0.5.6) and installed it on
Windows. I already have MySQL server installed and
running on my machine. When I try to connect to MySQL
DB, it asks me for the Username (root) and password. I
use the same root password that I use for the MySQL
Administrator (and it works), however, I keep getting
"dbExpress: Invalid Username/password" message. Can
someone please help??

Thanks,
Ritu



Discover Yahoo!
Find restaurants, movies, travel and more fun for the weekend. Check it out!
http://discover.yah­oo.com/weekend.html


--
MySQL GUI Tools Mailing List
For list archives: http://lists.mysql.­com/gui-tools
To unsubscribe: http://lists.mysql.­com/gui-tools?unsub=­gcdmm-mycc@m.gmane.o­rg


Add comment
Mikhail Berman 20 May 2005 22:00:14 permanent link ]
 Hi Ritu,

The last time, I have solved this problem by converting password for a
user that is used to connect from DBDesigner to MySQL to an old pre-4.0
passwords type. Someone in one of MySQL lists posted solution a few
months ago.
For conversion use, from MySQL manual:

"Reset the password to pre-4.1 style for each user that needs to use a
pre-4.1 client program. This can be done using the SET PASSWORD
statement and the OLD_PASSWORD() function:

mysql> SET PASSWORD FOR
-> 'some_user'@'some_h­ost' = OLD_PASSWORD('newpw­d');

Alternatively, use UPDATE and FLUSH PRIVILEGES:

mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpw­d')
-> WHERE Host = 'some_host' AND User = 'some_user';
mysql> FLUSH PRIVILEGES;"

http://dev.mysql.co­m/doc/mysql/en/old-c­lient.html

Regards,


Mikhail Berman
Ives Inc
(508)476-7007 ext.27
mberman@ivesinc.com­

-----Original Message-----
From: Ritu Sinha [mailto:ritu2p@yahoo.com]
Sent: Friday, May 20, 2005 12:35 PM
To: gui-tools@lists.mys­ql.com
Subject: DBDesigner 4 connection problem with MySQL DB

Hi,

I just downloaded the latest version of DBDesigner 4 from fabFORCE.net
(v4.0.5.6) and installed it on Windows. I already have MySQL server
installed and running on my machine. When I try to connect to MySQL DB,
it asks me for the Username (root) and password. I use the same root
password that I use for the MySQL Administrator (and it works), however,
I keep getting
"dbExpress: Invalid Username/password" message. Can someone please
help??

Thanks,
Ritu



Discover Yahoo!
Find restaurants, movies, travel and more fun for the weekend. Check it
out!
http://discover.yah­oo.com/weekend.html


--
MySQL GUI Tools Mailing List
For list archives: http://lists.mysql.­com/gui-tools
To unsubscribe:
http://lists.mysql.­com/gui-tools?unsub=­mberman@ivesinc.com


--
MySQL GUI Tools Mailing List
For list archives: http://lists.mysql.­com/gui-tools
To unsubscribe: http://lists.mysql.­com/gui-tools?unsub=­gcdmm-mycc@m.gmane.o­rg


Add comment
Ritu Sinha 21 May 2005 01:01:40 permanent link ]
 Hi Mikhail,

Thanks for your help ... it works!

--ritu

--- "Berman, Mikhail" <mberman@ivesinc.co­m> wrote:> Hi Ritu,>
The last time, I have solved this problem by> converting password for a> user that is used to connect from DBDesigner to> MySQL to an old pre-4.0> passwords type. Someone in one of MySQL lists posted> solution a few> months ago.> For conversion use, from MySQL manual:>
"Reset the password to pre-4.1 style for each user> that needs to use a> pre-4.1 client program. This can be done using the> SET PASSWORD> statement and the OLD_PASSWORD() function:>
mysql> SET PASSWORD FOR> -> 'some_user'@'some_h­ost' => OLD_PASSWORD('newpw­d');>
Alternatively, use UPDATE and FLUSH PRIVILEGES:>
mysql> UPDATE mysql.user SET Password => OLD_PASSWORD('newpw­d')> -> WHERE Host = 'some_host' AND User => 'some_user';> mysql> FLUSH PRIVILEGES;">
Regards,>
Mikhail Berman> Ives Inc> (508)476-7007 ext.27> mberman@ivesinc.com­>
-----Original Message-----> From: Ritu Sinha [mailto:ritu2p@yahoo.com] > Sent: Friday, May 20, 2005 12:35 PM> To: gui-tools@lists.mys­ql.com> Subject: DBDesigner 4 connection problem with MySQL> DB>
Hi,>
I just downloaded the latest version of DBDesigner 4> from fabFORCE.net> (v4.0.5.6) and installed it on Windows. I already> have MySQL server> installed and running on my machine. When I try to> connect to MySQL DB,> it asks me for the Username (root) and password. I> use the same root> password that I use for the MySQL Administrator (and> it works), however,> I keep getting> "dbExpress: Invalid Username/password" message. Can> someone please> help??>
Thanks,> Ritu >
Discover Yahoo! > Find restaurants, movies, travel and more fun for> the weekend. Check it> out! > http://discover.yah­oo.com/weekend.html >
--> MySQL GUI Tools Mailing List> For list archives: http://lists.mysql.­com/gui-tools> To unsubscribe:>
http://lists.mysql.­com/gui-tools?unsub=­mberman@ivesinc.com>­



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.ya­hoo.com/mailtour.htm­l


--
MySQL GUI Tools Mailing List
For list archives: http://lists.mysql.­com/gui-tools
To unsubscribe: http://lists.mysql.­com/gui-tools?unsub=­gcdmm-mycc@m.gmane.o­rg


Add comment
Guest 14 June 2005 13:50:25 permanent link ]
 I had the same problem and found the solution here!
Just wanted to say thank you!
Thanks guys!
/Kid
Add comment
Guest 16 August 2005 20:28:44 permanent link ]
 haha, same here, i encounter this problem last time and i had uninstalled this software. today i installed DBdesigner again but that problem still remain. But now i have solved the problem from this thread. thanks lot
Add comment
Guest 7 June 2006 00:21:58 permanent link ]
 Thanks for the info really usefull, I was woundering why it wasn't working. Now it work, hope to found why MySQL Workbench always crash now, so I can transfer my stuff to it.
Thanks again.
Add comment
Guest 29 June 2008 16:56:46 permanent link ]
 couple of days back i came across a cool sqlyog is free & is distributed under open source. believe me you are gonna like it.
Add comment
Guest 4 February 2009 03:34:42 permanent link ]
 Hi Mikhail,

I am brazilian.

Muito obrigado pela sua ajuda. Agora meu DBDesigner4 est funcionando muito bem.

Thanks!
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > MySQL database development > DBDesigner 4 connection problem with MySQL DB 4 February 2009 03:34:42

see also:
[EJB/JBoss] - ejb-local-ref question
[Performance Tuning] - Bad performance…
[Management, JMX/JBoss] - Re…
pass tests:
see also:
Clone2Go releases super DVD…
How to convert DVD video YouTube iTunes…

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .