MYSQL Notifier: High Severity Error - mysql

Facing the below error:
MYSQL Notifier:
High Severity Error
Error Message:
Loading application settings failed. The application will continue
but may not behave as you would expect.
What could be the cause of this problem ?
Any help would be appreciable.
Thanks in advance.

This Link contains the same question and a answer.
Because it is about loading settings, try this (As mentioned in the above link)
Open a Run command window and type the following (from Windows Vista to Windows 8.1):
%AppData%\Roaming\Oracle\MySQL Notifier\
Delete the settings.config at the mentioned location.

Related

Issues while installing mysql ? the installer does not progress beyond few initial steps?

I am trying to install mysql, & whenever I hit the installer file, it just does few initial steps - and simply does not respond or process furthher. Can someone help finding out, whats the issue ? I've added snaps below.
Also later somehow I did manage to install it, but whenever I am running it. I am getting error as follows
Exactly as the error message tells you it could be a memory issue.
Memory could not be written can be caused by:
1) Defective RAM. Check the RAM with the "Memory" test on the boot screen or with MemTest 86+
2) Bad "third" party device drivers. Try to review and remove "questionable" drivers
3) Too many apps starting up. Try following a "clean boot" set up.
This thread might help http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/the-memory-could-not-be-written/21e2d589-04d7-42bd-9836-d089067edbb2

MySQL Notifier: Error subscribing to WMI Events: RPC_E_CALL_CANCELLED. Exception HRESULT: 0x80010002

At every startup in Windows I get an error message by MySQL Notifier:
Does anybody know how to get rid of this?
If this is because of Firewall, my question is if anybody has a solution, instead of turning Firewall off.
I have the same error on my Windows 7 Professional computer but it does not appear every time I log in.
I saw a hyperlink on a MySQL forum that may help:
https://dev.mysql.com/doc/refman/5.5/en/windows-notifier-installation.html
Check that your MySQL service or daemon is running. In my case I have two versions of MySQL installed on my computer but only one of them is set to start up automatically. This might be why I get the message.

Cannot Connect to Mysql Database From delpi Xe5 TSqlConnection

I am trying to connect to MySQL database using Delphi Xe5 and fire monkey mobile application.
I am using an TSQLConnection to connect to the database but i get an error DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path.
I have read the below articles of which none had a solution that worked.
Articles:
DBX Error: Driver could not be properly initialised
http://wiltonsoftware.com/posts/view/getting-embarcadero-dbexpress-mysql-working-dbx-error-driver-not-initialized
None of their solutions seem to work, i use delphi xe5 on Windows 64x.
I have tried downloading the zip file libmysql.dll and coppied into the following paths mentioned but to no avail.
C:\Users\Public\Documents\RAD Studio\12.0\Bpl
C:\Program Files (x86)\Embarcadero\RAD Studio\12.0\bin
Can anybody please assist me in understanding why i am not able to connect to my MySQL database?
Your error message
DBX Error: Driver could not be properly initialized. Client library may be missing,
not installed properly, of the wrong version, or the driver may be missing from the
system path.
is the standard generic one from DBX and just seems to mean "something went wrong somewhere". Error-reporting doesn't seem to be DBX's strong point; a couple of times recently I've had that error when the problem turned out to be quite different than it might lead you to expect. What's annoying about it is that I only found out because I happened to have "Break on exception" turned on in the IDE and could see that the initial exception came with quite different and more revealing info, but the DBX driver seems to re-raise with that text entirely replaced by its generic, info-free version, at least in the circumstances I ran into.
AS you've subsequently found out, a FireDAC connection may succeed in connecting where a DBX one fails, and even where it fails, its error messages are more specific than DBX's. It's a shame because I find FD more fidly to set up (like I always forget its SqlWait component and it doesn't tell me that I have until r/time). So, I'm not suggesting anyone should switch to FireDAC if they've already got DBX working on a given database, just that FD can be a useful diagnostic tool.

TimeOut Error in Openshift

I want to create application in my local broker with rhc tools and i get this error, any ideas how to fix it :
Unable to complete the requested operation due to: Timed out while trying to fetch
information from the nodes. If the problem persists please contact Red Hat support
Thanks
Wait a few minutes and try again. Worked for me.

MySQL Workbench acquire access for administration?

I run MySQL 5.6 since month and everything went well. Also the MySQL Workbench 6.
I receive two errors if I would like to see the "Server Status".
1st error:
Could not acquire management access for admionistration
RuntimeError: Unable to execute comand chcp. Please make shure that
C:\Windows\System32 directory is in your PATH environment variable.
I checked the windows path variable within Win7 and there exist an entry c:\windows\system32
2nd error:
Unable exception: Current profile has no WMI enable
Any ideas?
To resolve the issue, simply click on Manage Server Instances under Server Administration column and close the screen again.
Now click on the instance again, check if the issue is fixed or report any bug.
I thought your MYSQl Service is not yet start.
Please Follow the below steps It works me like a charm.
windows + R - Type services.msc Press 'Enter' you could see many services . There is a service called MYSQl56 service if it's Disabled please Start that Service then once again restart the workbench.
For those who are still facing issue, add "C:\Windows\System32" in "path" Environmental Variable and make sure "MySQL56" service is running.
I follow those steps:
I started MySQL80 in Services.
Changed Server -> Management Access Settings -> System Profile, from Windows to Linux so then I entered into Server Status and refreshed.
I hope that can to help anybody.
If you got below error when click on Manage Import / Export option
Previously asked question Backup of mysql DB not being created is answered Exception: Current profile has no WMI enabled
I encountered this issue when trying to install my first mySQL server.
When configuring Remote Management, I overlooked the operating system setting for my server. I was using Windows but the default was set to FreeBSD. Once I changed the server OS setting to Windows, the problem went away.
I just encountered exactly the same problem - read lots of suggestions but solutions didn't work for me (I can't un-install MySQL and re-install it on a live server)...
...my resolution, and what worked for me, was to copy chcp.com from C:\Windows\System32\ to C:\Windows\SysWOW64\
I guess it's a path problem between a 32bit version of MySQL/Workbench and the 64bit OS
I got the same problem after restarting my pc and solved it by just starting wampserver!
so the solution is:
1. start wampserver- make sure apache,mysql are running and put all services online.
2.try to reconnect to the database!
Funnily enough, mine didn't work after the solution given by #mohit, and I'd rather not restart the computer as a work around as some has suggested.
After doing some digging around, I found that the mysql server service was not running
Task Manager --> Services --> [mysqlxx] right click and click start if not running. Note that. Note that [mysqlxx] could be a different format or name where xx are numbers