Quantcast
Channel: MySQL Forums - MySQL Installer for Windows
Viewing all 1431 articles
Browse latest View live

Unable to install the MySQL Server in my pc (no replies)

$
0
0
Hello,
I am Unable to Install the MySQL Server in my company Sagar Steel Desktop, it showing me failed and try again later from yesterday onwards it showing.
Please Suggest me How do I install.

MySQLinstallerConsole issue (2 replies)

$
0
0
Trying to silently install 8.0.21 server.
For the line
default_authentication_plugin=mysql_native_password
Get message mysql_native_password is not a proper value for type DefaultAuthenticationPlugin

Not sure what the installer is looking for there.

Thanks

Workbench is not opening (no replies)

$
0
0
Hello
I've installed MySql 8.0.27, and after a successful installation process Workbench does't open when I click on it
After googling around I found that in order for Workbench to open it needs:
1-Redistributing Visual C++
2-.Net 4.5 framework

So I downloaded & instaleed Visual Studio 2015, 2017, 2019, and 2022 Redistributing C++ & the required .Net framework, Still The Workbenck app doesn't open

I have restarted my computer & uninstall and reninstall the workbench several times & installed older version of visual studio c++ (like 2013, 2010) but still didn't work

Can Anyone help me in this Problem?!!

Why my laptop become slow after an update, and how can I improve? (no replies)

$
0
0
Hello There,
I am Cris from Nova Steel Corporation. Please provide some solution on how to improve my laptop speed as it is working slow after windows update.

Thank you for your time and I hope to hear from you soon.

install mysql in windows 10 (no replies)

$
0
0
Hey, I am Cris from Nitech Stainless Inc. I'd like to know HOW to install Mysql for windows 10 pro.I'd be delighted if you could help me with my response.

Community installer upgrade fails security check (10 replies)

$
0
0
Hello,
Looking for updates on Community Edition on Windows 10, I launched the installer, then was informed that there was a mandatory update to the installer and when attempting to update the installer, received the message:

MySQL Installer for Windows:
Update download failed security check

Subsequently, no way to proceed with any update.
Checked it on at least 3 different pc's with no more luck.

FWIW

Cheers

Philippe

MY MYSQL SERVER IS SWAPPING FROM TIME TO TIME? (1 reply)

$
0
0
hello, guys I am Using MY MYSQL SERVER IS SWAPPING FROM TIME TO TIME. THIS GIVES HICK-UPS IN MYSQL. HOW CAN I AVOID THIS?
Thanks & regards
https://akaimetal.com/

Installer test (no replies)

$
0
0
Hello,
I have just one question: Does anyone test the installers at all? I'm trying to use the Microsoft Web based installer and I'm encountering several problems. First of all the downloads are failing and I have to press several times the retry button. Maybe you should consider downloading packages on less threads if the server cannot handle all ~10 download threads at the same time.
Then the uninstall procedure doesn't seem to cleanup correctly the folders and on the next install I got a warning about the fact that destination folders already exists.
Then, at some final step I had to fill in the root password and I pressed the "check" button. The UI hanged forever (because the functionality is probably executed on main UI thread). I had to terminate the process and of course I ended up with a corrupt installation.
Right now I'm trying for the 5th time to install and I think the MySQL80 Windows service cannot be installed anymore (for whatever reason).

Access to path ... denied (1 reply)

$
0
0
Hi,

I'm installing MySQL to Windows 10. I have two nvme drives, the main drive C:/ with where windows is installed. On the second drive, I partitioned it into two to get a partition just for db instance to run, which I called E:/.

While installing I selected the custom install and the only thing that I changed was the directory where the instance would be installed, the E:/.

During the final process in MySQL installer, when installer tries to install MYSQL Server, after I input the Root Password I just use the Standard System Account for the "Run Windows Service as..."

I couldn't find any post with this issue.

I thought that I might have to run the installer as Admin because I suspected it isn't being able to access the drive for that reason. That didn't work, even though there is only 1 user, which has admin privileges.


Could someone please advise on the best way to troubleshoot the issue above.

Any suggestions? Thank you for your time.

MySQL Installer - Applying Configuration (may take a long time)... (1 reply)

$
0
0
Whilst upgrading from 8.0.26 to 8.0.27

"Starting the servers and upgrading the system tables (may take a long time)...

I can see from the task manager that absolutely nothing is happening.

The system tables are tiny, why would this ever take a long time? It's been over an hour. As a software engineer, the only way I can envision this taking a "long time" is if they have purposefully coded it to do so. To what end? Upgrade to enterprise and this step takes seconds (as it should)?

How many hours more should I leave it before killing the process, and what state will that leave the upgrade in?

Incredibly poor show.

I could have done a fresh install and re-imported my DB tables in a fraction of the time this is taking. Again, to re-emphasise, it's not using CPU, it's not touching disk, it's not really using any memory, it's is doing NOTHING!

Upgrade 5.7.27 to 8.0.x (no replies)

$
0
0
Im getting ready to upgrade mysql. im running 5.7.27. do i need to upgrade this further or could i go right to the lastest 8.0 version?

MySQL installing issue facing (no replies)

$
0
0
Hey,
For office work, I'm installing MySQL on a Windows 10 PC for my company Sanjay Metal India https://sanjaymetalindia.com/. The problem with MySQL installation is that it failed and I have to try it again, and it shows me continuously like this.
So how can I solve the installation issue?

MySQL works slow in my pc (no replies)

$
0
0
Hey,
In our company pc, when I run MySQL application it works slow, and sometimes it hangs also. I tried to get it faster but could see any difference. Can anyone suggest to me how I can get it faster?

want Help with mysql download (2 replies)

$
0
0
Hello Guys, Due to the current pandemic situation across the globe, I am working from home. currently, I am working with Kanakmetal so for that, Depending on the installer version, it seems you need visual c++ redistributable 2015, 2017, or 2019. I think it's a documentation/UI bug---the error message needs to be more informative, consider reporting it to b ugs.mysql.com/

Error 1242 Subquery returns more than 1 row .....But...there is no subquery? (3 replies)

$
0
0
Hello There,

I have been using MySQL forever and a day...and I have never run into this issue before...I believe it is a table issue, but cannot seem to figure out why it is happening...so I have a very simple insert...

insert into reg_swap_history (`ca_id`, `imaw_num`, `phone_id`, `Remarks`, `switch_date`, `switch_by`) VALUES ('161111193', '56754000180690', '72', '56754000180690 is no longer valid', '2020-08-04', 'admin');

it errors out with a 1242 Subquery returns more than one 1 row...but the weird thing is there is no subquery??? it only seems to be happening to this one table. If I Insert a record via the GUI window display it displays the query it is about to run (I copied that) and then hit apply...goes in fine. I try to run the query the system showed before the system inserted the record:

INSERT INTO `registration`.`reg_swap_history` (`ca_id`, `imaw_num`, `phone_id`, `Remarks`, `switch_date`, `switch_by`) VALUES ('161111193', '56754000180690', '72', '56754000180690 is no longer valid', '2020-08-04', 'admin');

and it again gives me the same subquery error...using the same statement that it itself used...I dont think it is MySQL workbench, as this is affecting my php sql query as well....it looks to be the table itself.

Has anyone ever seen anything like this before? any help would be greatly appreciated.
https://amtexenterprises.net/
Thanks:

I cannot uninstall MySQL for Visual Studio 1.2.9 (1 reply)

$
0
0
Good afternoon,

Trying to uninstall MySQL for Visual Studio 1.2.9 from the Windows control panel or even manually running the .msi. The error the seems to prompt the rollback says "The specified account already exists.".

Thanks,
Justin

win10 mysql slow down the software? (1 reply)

$
0
0
a till software runing on windows 10, and it is using mysql,

does the buffer size causing problem, the my.ini content is below

the till software stuck for 10 seconds sometimes, then it back to working,

it does not crash.

the computer has 10GB RAM, the CPU is slow one: celeron 2957u (1.4Ghz),

The CPU usage is about 15% when it is idle, the RAM 2.8/9.9 GB (28% in use)

the mysql my.ini config:


[mysqldump]
quick
max_allowed_packet = 128M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[myisamchk]
key_buffer_size = 128M
sort_buffer_size = 128M
read_buffer = 10M
write_buffer = 10M

[mysqlhotcopy]
interactive-timeout

The older verion of Mysqk installer - community cannot be removed. Contach technical support" (no replies)

$
0
0
Getting error message: "The older verion of Mysqk installer - community cannot be removed. Contach technical support"

Trying to install mysql. Getin error message:

1) I got a new PC
2) I used PcMover to transfer appicaltions and file
3) Mysql server was not working. start up and imediately stopped
4) I tried some things and then gave up and decided to reinstall

Now:
1) I have gone to "add and remove programs, and removed all mysql programs
2) I have deleted the c:\program files\mysql and a few other mysl direcoties
3) i have deleted the mysql under \Users
4) I have searched c drive for *.mysql* found logs of csv and a pdf from pcmover
5) Running mysql installer community 8.0.27.1 msi
get the above error mesage

Now what??

Installation Problem (1 reply)

$
0
0
Hello I am a part time lecturer and the topic for my student is MySQL. I had this student before from Dubai. He tried to install MySQL in his laptop. His installation either fails or freezes. Not sure what happened as I was able to install on my own laptop,

AOL🤡GOLD DESKTOP AOL*NuMbEr💚+l-(866)-407-0171💚 AOL🤡 (no replies)

$
0
0
aol help toll free
aol helpline
aol contact number
aol mail
aol com
aol customer service
aol mail sign
aol download
aol com mail
aol
aol mail toll free phone number
aol helpline toll free
aol help support phone
aol email
aol.com mail
aol uk
Viewing all 1431 articles
Browse latest View live


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