Mysql 6.1 db error - mysql-workbench

I am using mysql 6.1 workbench and having issues every time I turn on system. I've tried atleast 50 solutions from different sources but it is not getting fixed. Tried to change default port as well re-installed it quite a few times now. Couldn't understand why it's not getting fixed.
Error is: Can't connect to MySQL server on '127.0.0.1' (10061) (2003).
I've seen official documentation in detail and followed each step.
Please help.

I figured this out...actually when WAMP and MySQL Workbench both installed only then it shows this issue. Quitting WAMP closes connection so system shuts services down and workbench fails to start service at it's own. By removing one of both won't show such errors. Problem solved.

Related

Can't connect to databases in DBeaver

I'm having problems trying to connect to databases with DBeaver. I've managed to connect to one database fine with no problems. However, any additional connections is causing issues.
I keep getting the error
SCRAM authentication is not supported by this driver. You need JDK >= 8 and pgjdbc >= 42.2.0 (not ".jre" versions)
I've tried the exact same details in pgadmin, and can get into the database just fine.
I just much prefer DBeaver as pgadmin seems to lack some really basic features like autocompletion.
I've reinstalled postgres and dbeaver multiple times, ensuring that its the latest version of each, still nothing.
Fixed the issue. It appears that DBeaver was holding on to an outdated library, which was being checked first, and therefore failing the test.
Steps to solve issue.
Download latest JDBC and move to \Program Files\DBeaver\shared_drivers
Open DBeaver and click Database -> Driver Manager
Double click on PostgreSQL
Under libraries click Add file and find the new JDBC
Delete any of the previous libraries, so it remains the only one

Mysql connection error

I opened mysql workbench yesterday and it was working fine, but when I tried to open my database in mysql workbench and this error shows up.
I did not change anything on my computer since the last time that I used it but it said that the database was not fully compatible with the supported versions of mysql.
I think you are using XAMPP ( with MariaDB 10.1.25). its a warning ignore it, rest of all works fine

MAMP 4.2 MySQL Server Not Starting

I recently upgraded from MAMP 4.1.1 to MAMP 4.2 on my Mac running MacOS 10.12.6. After upgrading, MAMP 4.2 will not start the MySQL server. Additionally, there is not an option to Stop servers. I see a green box to the right of Apache Server along with the the ability to select Preferences and Start Servers. Open WebStart page is grayed out.
I followed the instructions on MAMP mysql server won't start. No mysql processes are running to delete the ib_logfile0 and ib_logfile1 files from MAMP/db/mysql56, but that did not work. In addition to the ib_logfiles, I also deleted ibdata1 followed by all of the contents of mysql56, but neither of those worked.
Lastly, I do not see a mysqld running in Activity Monitor.
Any help in restoring my MAMP functionality is greatly appreciated. Thank you in advance for any help.
I had the same problem and tried the same things which didn't solved it.
What solved it for me is I tried starting mySQL in terminal manually in Terminal, here:
/Applications/MAMP/bin/startMysql.sh
I saw this error in Terminal prompt:
mysqld_safe error: log-error set to '/Applications/MAMP/logs/mysql_error_log.err', however file don't exists. Create writable for user 'mysql'.
So I manually create a file '/Applications/MAMP/logs/mysql_error_log.err' and retry startMysql.sh, mySQL then started with no problem.
Back to MAMP app console, I can also start/stop servers and 'Open WebStart Page' with no problem now.

PgAdmin 4 does not launch

I just installed PGAdmin 4 on my machine for the sake of upgrading when my PgAdmin 3 is working all fine.
Now, when I launch it, it sounds like it is infinitely stuck on start up screen. I came across many threads and many people have suggested manythings like
Install latest version of Java
Get latest version of PGAdmin(which I was already doing)
Get latest version of postgres
I did all of these but nothing seems to be working.
Any idea on what else can I do to resolve this issue?
Ok I am not sure if this applies to everyone who is facing similar issues. However, in my case it turned out that PGAdmin4 would not load if Fiddler is running on my system. Weird but true.

Eclipse unable to detect that a server has started

I've been trying to solve a mind puzzling problem. I'm currently unable to use any server with eclipse, as they all start correctly but eclipses seems to be unable to see it.
I've tried using sun-java6-jdk instead of openjdk6.
I've tried using the command line given by the debug view and everything went fine
I've successfully reproduced that bug with Glassfish 3.1, JBoss 5.1, Tomcat 6.0
I'm trying to figure out how this is possible. Maybe a network issue?
Has anyone met the same problem ?
I've found a solution, but i'm not sure of what causes the problems. I've entered my computer local IP instead of localhost or 127.0.0.1 and it now detects the server is running.
My educated guess is that our IT proxy scripts do not exclude 127.0.0.1 from the proxified addresses.
Thanks for your time Mike !