Quantcast
Viewing all 1430 articles
Browse latest View live

How To install Mysql in Window 10: Supportbuddy (4 replies)

Hi
When we are installing MYSql 5.6 in WINDOW 10, it fails to install on my computer screen. Please provide me the proper response for this issue.

Regards,
Supportbuddy

MySQL Server 5.7/Uploads - default location? (1 reply)

When installing MySQL 5.7 using windows installer I was able to change default data location from "C:\ProgramData" to some other partition.

The problem is that "C:\ProgramData\MySQL\MySQL Server 5.7\Uploads" folder is still here. Did I forget to set it during installation or its supposed to be in "C:\ProgramData" by default?

Invalid character in folder path while installing MySQL for Visual Studio 1.2.6 (2 replies)

Not sure if this is a windows error or related to mySQL (have installed other products with no problem).

Error message is The folder path Program files (x86) containa an ivalid character

Any help?

Best regards

Ulf Holt

MySQL Environment Path Variable Not Working (1 reply)

Hello ladies & gents,

MySQL Environment Path Variable Not Working. I have manually set it to "‪C:\Program Files\MySQL\MySQL Server 5.7\bin" and tried running mysql server using all these commands: "mysqld","mysqld.exe","mysql", I have tried many, I have ran Windows CMD ad Admin, and also have set my environment variable to this twice, and restarted my PC after setting the environment variable, but every time I try running the above commands in Windows CMD I receive the error message "'mysqld' is not recognized as an internal or external command, operable program or batch file.". I have no idea what else to do, I have googled many times and found no answer to this. :( I'd really appreciate if someone can help me overcome this issue. Thanks :)

MySql 5.7.12 Windows msi install never completed (1 reply)

This morning MySql 5.6.22 would not startup. Since it had been about a month since I last started it, I decided to upgrade to the latest version in the hopes it would clean up whatever was preventing it was running.

During the upgrade to 5.7.12 using the msi, the upgrade for the VB.Net component stopped at 50%. I waited about 15 minutes for it complete but it never did. I then terminated the processing through Task Manager.

So now when I try to restart the MSI, a message indicates that something is already being installed and try again later.

How can I get this msi to restart?

cannot download product catalog (no replies)

The background task which runs at midnight to download the product catalog has been failing for the past several nights. I have fired up the MySQL Installer in order to update the catalog manually, but it comes up with the following message:

Downloading of updated product catalog has failed with the error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 2.21.189.182:443

I am running Windows 7. I have a laptop running Windows 10 on the same home network, but this can download the catalog without any error.

MySQL installer fails Connector/NET 6.9.9 on Windows 7 64 bit (no replies)

Hi,

I cannot install the 6.9.9 connector on windows 7. Any help appreciated. I do have the log and could email it. No attach feature from post

Mysql installation on windows 10 not complete (1 reply)

The installation starts and the following message appears:

Mysql installer was not launched properly. Try re-installing an installer bundle.

Windows installer does not list version 5.6 (1 reply)

Hello,

I need to install and configure MySQL 5.6 on a Windows 2012 R2 server.

However, the MySQL windows installer only offers MySQL 5.7. (I have tried both, mysql-installer-web-community-5.6.36.0.msi and -5.7.18.1.msi.)

My steps are: running the msi file --> "cancel" when it offers to upgrade other software --> "Add" --> "Select Products and Features" --> MySql Servers

In the meantime, I have installed MySQL 5.6.36 manually, but it still does not show up in the installer. (Mysql tests seemed ok.)

The catalogue is up to date as well.

Can anyone please help? I need the installer to reconfigure MySQL for Atlassian software.

Thanks for your time!

Installation problems (no replies)

I install mysql workbench 5.7.18 and had no problems with all the defaults.

I had to install it because it was conflicting with another program.

I am trying to install it again
and its giving a lot of problems.

I suspect that the first installation left a lot of stuff on the machine hence the reason for the problems.

Is there a way to completing install. or install again on windows

MySQL Installer - Internal Error (no replies)

We are trying to upgrade from Mysql Server 5.6.34 to 5.6.36 on a Windows 2012 Server.
After launching MySQL installer (1.4), whilst still on the black launch screen displaying the message "Finding all installed packages" we then get an error dialogue box which says "Internal error. (Error retrieving product version) The installer will now close."
Have tried downloading the full (non-web) version of the installer and running as administrator but still get the same error.
Can't find anyone else who has posted with his error.
Is anyone able to help ??

Thanks in advance,
Pete

Forgot root password and deleted mysqld. What do I do? (1 reply)

I forgot my root password and thought deleting all the files of mySQL and then reinstalling would solve my problem. I've tried several different article walk-throughs and videos but nothing seems to work for me. What should I try next?

How to apply settings from "Server Instance Configuration Wizard" in newer versions of MYSQL (no replies)

Hi again!

I am currently trying to configure a mysql server for Atlassian software. However, I think the instructions on their manual page (see below) are meant for the Server Instance Configuration Wizard, as I can't find most of the required settings anywhere under the current Windows installer.

If I understand correctly, the SICW has been replaced by WI, right? So, could somebody tell me how to implement these settings on newer mysql versions - either through Windows installer or via option files (or anything else that comes to mind)?

Thanks in advance!

The steps described in the Atlassian manual (original link: https://confluence.atlassian.com/doc/database-setup-for-mysql-128747.html) are pasted below. Specifically, steps 4,5,6,8, and 10 do not seem possible via Windows installer.

------------------------------------------------------------------
------------------------------------------------------------------
Run the MySQL installation wizard:
1. If you are connecting Confluence to your existing MySQL server, choose Reconfigure Instance.
2. Choose Advanced Configuration.
3. Choose the type of MySQL Server that best suits your hardware requirements. This will affect the MySQL Server's usage of memory, disk and CPU resources. Refer to the MySQL documentation for further information.
4. Choose Transactional Database Only to ensure that your MySQL database will use InnoDB as its default storage engine.
It is highly recommended that you only use the InnoDB storage engine with Confluence. Avoid using the MyISAM storage engine as this can lead to data corruption.
5. Set the InnoDB Tablespace settings to your requirements. (The default settings are acceptable.)
6. Set the approximate number of concurrent connections permitted to suit your Confluence usage requirements. You can use one of the presets or enter a number manually. Refer to the MySQL documentation for further information.
7. For the networking options, ensure the Enable TCP/IP Networking and Enable Strict Mode options are selected (default). Refer to the MySQL documentation on setting the networking and server SQL modes for further information.
8. For the MySQL server's default character set, choose Best Support For Multilingualism (in other words, UTF-8). This will ensure Confluence's support for internationalization. For more information, see Configuring Database Character Encoding.
9. For the Windows configuration option, choose whether or not to install the MySQL Server as a Windows service. If your hardware is going to be used as a dedicated MySQL Server, you may wish to choose the options to Install As Windows Service (and Launch the MySQL Server automatically). Refer to the MySQL documentation for further information.
Note: If you choose not to install the MySQL Server as a Windows Service, you will need to ensure that the database service has been started before running Confluence.
10. Select Modify Security Settings to enter and set your MySQL Server (root) access password.

New MySQL version requires Visual Studio??? (no replies)

My project had been using MySQL 5.6.36 up until I saw that 5.6.37 was available a few days ago.

When I try to install 5.6.37, I get a message saying that I need to install Visual Studio 2010 x64 Redistributable in order to install MySQL. I have searched for the Visual Studio 2010 x64 Redistributable to download on the Visual Studio website but it is not available.

Does anyone have a link to download what is needed for MySQL 5.6.36 to be installed?

Thank you.

Where to find 64bit (!) Installer for Windows MySQL? (no replies)


Installer for 5.7.19 stuck (2 replies)

My OS is Win10 pro 64bit. I tried to install MySQL Community server using MSI. When the install get to "Type and Networking" page, it got stuck. It has been sitting on this page (default as Standalone MySQL Server/Classic MySQL Replication) for more than 1 hour. I initially used the smaller MSI (15MB) version and tried to install on the fly. I was stuck at the above situation. I uninstalled MySQL, rebooted and download the 350MB full version MSI. I got stuck exactly at the same location.

Can someone please tell me what I should do to get unstuck?

I have a screen capture to show where I get stuck but I cannot upload the image here. BTW, the install screen is not frozen, I can click on the InnoDB Cluster option (which I don't want to install) install is still not moving forward with this choice. I can click on the "Here" for more information for this option and redirected to the info page. So the install screen is not frozen, just the install is stuck.

MySQL 5.7.19 install fail because of Visual Studio 2013 Redistributable (no replies)

I try to install MySQL 5.7.2 with installer 5.7.19. but I fail to install because of absence of visual studio 2013 re-distributable.

I check installed program list of control panel, confirm that it was installed.

after uninstall and re-install, result was same.
please...

error message
---------------------
1: Action 13:23:11: INSTALL.
1: 1: MySQL Server 5.7 2: {F08E9C75-A42E-4962-8760-4CBD9CF35D7A}
1: Action 13:23:12: FindRelatedProducts. Searching for related applications
1: Action 13:23:12: AppSearch. Searching for installed applications
1: Action 13:23:12: LaunchConditions. Evaluating launch conditions
1: This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again.
1: 1: MySQL Server 5.7 2: {F08E9C75-A42E-4962-8760-4CBD9CF35D7A} 3: 3
1: The action 'Install' for product 'MySQL Server 5.7.19' failed.

Moving database to another drive -- Windows 10 (no replies)

I'm sure this has been asked and answered many times, but it's not working for me. I detail what I'm doing below. What am I doing wrong?

The problem:
After I move the database to drive, and restart the server, Mysql does not find the database.

Platform: Windows 10: MySql 5.7, Installed used: mysql-installer-community-5.7.19.0.msi

Steps taken:
1. Use Mysql Notifier to stop MySQL57
2. Using file manager, copy "C:\ProgramData\MySQL\MySQL Server 5.7\Data" to E:\MySql\Data
3. Use MySQL Workbench -- Run as Administrator -- Open Local Instance MySQL57
4. Select Server -> Options File
5. Change datadir from C:/ProgramData/MySQL/MySQL Server 5.7/Data to "E:/MYSQL/Data" and apply changes.
6. Close MySQL Workbench and use Use Mysql Notifier to Start MySQL57

Results:
MySQL notifier starts but turns yellow.
MySQL Workbench shows no tables and the server will not start.

Could Not Retrieve Transaction read-only server (no replies)

Hi,

I was getting the following error for MySQL DB where we are using DB through talend.
Could you please help me on this.



Fatal -java.sql.SQLException:Could not retrieve transation read-only status server

Thanks,
Bharath.

Recover the database from a failed disk (no replies)

Good evening:
I had a problem on a disk that has the database in the C: \ ProgramData \ MySQL \ MySQL Server 5.7 \ Data \ folder.
I have been able to recover all the contents of the folder.

Now how do I move the database from this folder to the new disk?

I have already tried to create the database on the new disk and then copy the old folder to the new one and it does not.
I have also tried copying the tables from the old folder to the new one and neither does it.
Copying is done but access to the database is not achieved neither by the application that uses it nor by the MySql Workbench.

Can someone help me?

Best Regards
Viewing all 1430 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>