Results 1 to 14 of 14
- 11-18-2011, 01:28 AM #1
Senior Member
- Join Date
- Feb 2011
- Posts
- 235
- Rep Power
- 3
- 11-19-2011, 02:12 PM #2AlphaSupport Guest
Re: trouble installing mysql workbench
I assume that you have a 64-bit windows installed?
If so try downloading & installing the 32-bit MSVC from the microsoft website. MySQL Workbench requires the 32 bit version of the MSVC runtime 2010.
- 11-19-2011, 09:53 PM #3
Senior Member
- Join Date
- Feb 2011
- Posts
- 235
- Rep Power
- 3
Re: trouble installing mysql workbench
wouldn't that automatically have been updated with windows update? i already have several of the 2005 and 2008's.
- 11-20-2011, 03:07 AM #4AlphaSupport Guest
Re: trouble installing mysql workbench
If you have a 64-bit OS, then it will probably only update the 64-bit version. The workbench needs the 32-bit version.
But don't take my word on this, i am not an expert on MS software installs & updates.
- 11-20-2011, 04:07 AM #5
Senior Member
- Join Date
- Feb 2011
- Posts
- 235
- Rep Power
- 3
Re: trouble installing mysql workbench
well, i'll give it a shot since i have no other options :p
works like a charm! :) thanks!Last edited by droidus; 11-20-2011 at 04:09 AM.
- 11-20-2011, 04:38 AM #6
Senior Member
- Join Date
- Feb 2011
- Posts
- 235
- Rep Power
- 3
- 11-21-2011, 06:06 AM #7AlphaSupport Guest
Re: trouble installing mysql workbench
You're welcome, glad it worked for you.
I will need more information to troubleshoot this one.
Where are you running Workbench? (PC, a server?)
Where is MySQL installed? (On the same PC, a server)
Is MySQL running?
Do you have any firewall on your PC, or elsewhere in the connection, that might be blocking port 3306?
- 11-22-2011, 03:54 PM #8
Senior Member
- Join Date
- Feb 2011
- Posts
- 235
- Rep Power
- 3
Re: trouble installing mysql workbench
PC
same pc
the program, mysql? if so, it is. if not, how do i check?
I only use windows 7 firewall. i was able to get it to work before. i had wiped my system clean, and now i seem to be having issues. :p but i did have windows 7 firewall before, so there should be no conflict there.
i think it may be my login credentials... (U: root P: ...) could this be the issue, maybe? i was thinking of trying a password reset...
- 11-22-2011, 09:44 PM #9AlphaSupport Guest
Re: trouble installing mysql workbench
It could be a password issue, but i doubt it. The error message would most likely be different.
Cant you try doing a:
Java Code:telnet localhost 3306
- 11-23-2011, 05:52 PM #10
Senior Member
- Join Date
- Feb 2011
- Posts
- 235
- Rep Power
- 3
Re: trouble installing mysql workbench
sorry, not familiar with this command. what do i do with it?
- 11-23-2011, 06:00 PM #11AlphaSupport Guest
Re: trouble installing mysql workbench
Telnet is a standard Terminal Emulator program that is (was) used to connect to the command line of a server. It takes a hostname (or IP) and optionally a port as parameters
You can not only communicate with a server shell with it (using the default port 23), but also to communicate with for example a mail server or in this case a MySQL server. It will simply send the input you give (keyboard) to the server and echo the responses.
Just open the windows commandline and type that command. You will quickly see if something is blocking the communications and if MySQL is running on that port.
If a MySQL is running you will see a response like:
If you do not get a response like the above, this means that there is no MySQL server running on that port. In this case you will need to troubleshoot your MySQL installation and see if the server is started. It could also mean that a firewall is blocking the access.B
5.1.47-community-log+^60.4ZH☻65IO2Lf?DxSs☺♦
If you do get such a response, it means that the MySQL server is running and basic communication is possible. Next step would be to try to connect with the MySQL client to the server. You can do this again from the windows commandline with the command:
(PS The mysql client might not be in your path. If so either go to the directory where it is installed, or start it from the Windows Start menu -> All Programs -> MySQL -> MySQL Server x.x -> MySQL Command Line Client)Plain Code:mysql -u root -p
- 11-24-2011, 09:28 PM #12
Senior Member
- Join Date
- Feb 2011
- Posts
- 235
- Rep Power
- 3
Re: trouble installing mysql workbench
I don't have server installed. i have workbench and connector.
and when i run the first command, it says that it's not recognized as an internal or external command.
- 11-25-2011, 03:36 AM #13AlphaSupport Guest
Re: trouble installing mysql workbench
Ahh i forgot that with Windows 7 telnet is not installed by default anymore.
Anyway if you do not have a MySQL server to talk to, either on your local PC or on a server, then it makes sense that you can not connect.
Please install a MySQL server.
- 01-06-2012, 08:17 AM #14
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
Similar Threads
-
Trouble Installing JDK in Windows 7
By edenJava in forum New To JavaReplies: 3Last Post: 07-02-2011, 01:48 AM -
Trouble installing JAVA
By ranjiths in forum New To JavaReplies: 3Last Post: 05-07-2011, 03:14 PM -
Trouble using JSP for MySQL database
By killasaurus tex in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 04-13-2011, 06:39 AM -
Why Am I Having Trouble Downloading/Installing Java On Linux?
By Salad Tosser in forum Java AppletsReplies: 2Last Post: 03-19-2011, 05:46 PM -
What is url of my database? MySql WorkBench
By JavaDreams in forum JDBCReplies: 1Last Post: 03-14-2011, 10:28 AM


LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks