How to Optimize Aggregate Queries in MySQL? (no replies)
Hello, I'm experiencing performance issues with an aggregate query on a large table called sales. The table has over two million rows and includes columns sale_id, product_id, store_id, sale_date, and...
View ArticleSELECT user, authentication_string FROM mysql.user returns a bad field (no...
Hi, folks, I'm getting an unreasonable failure to authenticate. The username and password in the URL are correct--I've checked them multiple times. However, when I SELECT user, authentication_string...
View ArticleData source from another server for MySQL (Both Debian) (no replies)
I have installed full MySQL Server 8.0.37 on a "Server A" (Debian 12.5). However, the data source is on another "Server B" (Debian 11.9), from what I understand, on the latter I need to open port...
View ArticleMySQL 8.4.1 and 9.0 cannot be clean installed on macOS 14.5 (2 replies)
MySQL does not have a version upgrade function, so I always reinstall a new version. MySQL 8.3 and 8.4 cannot be clean installed on macOS 14.4 : https://forums.mysql.com/read.php?11,723964 This time...
View ArticleIssues with MySQL Installation on Windows 10 - MySQL Service Not Starting (no...
Hi everyone, I hope someone here can help me out. I'm a new user trying to install MySQL on my Windows 10 machine, and I've run into a frustrating problem. I've followed the installation guide...
View ArticleMySQL 9.0 (MacOS) failed to initialize database after installation (1 reply)
I had 8.3 installed before on the Mac. It was uninstalled before I install the 9.0 version. I also deleted _mysql user from 'Directory Utility'. I don't know if this would cause any problem...
View ArticleIssues with installation on Debian alongside mailutils (no replies)
I'm working on Debian 12. I have MySQL 8.4.1 community installed. I also want to use mailutils. When installing mailutils some additional mariadb related dependencies are installed with it. After...
View ArticleERROR 1045 (28000): Access denied for user 'root'@'localhost' (using...
Hi, I installed MySQL via homebrew in my Apple silicon & then gave the following command "mysql_secure_installation" to create the password. After entering the password I got the following message...
View ArticleOptimizing MySQL Performance for Video Data Management (no replies)
Hi everyone, I'm working on a project that involves managing large video files, and I've been facing performance issues with my MySQL database. The database often slows down significantly during heavy...
View ArticleMySQL Workbench missing from APT and YUM repos (3 replies)
According to the documentation on the web-site (https://dev.mysql.com/doc/workbench/en/wb-installing-linux.html), installing MySQL Workbench is possible from the official YUM and APT repos. However,...
View ArticleCMake Error at /usr/local/src/mysql-8.4.2/mysys/verify_build_id.cmake:41...
Hello. I am trying to install mysql8.4.2 on RHEL9.4 from source, but I got following error during make phase. Do you have any ideas? CMake Error at...
View ArticleMySQL error (no replies)
Error: MySQL shutdown unexpectedly. 3:20:48 PM [mysql] This may be due to a blocked port, missing dependencies, 3:20:48 PM [mysql] improper privileges, a crash, or a shutdown by another method....
View Article8.0.39 not available from 8.036 after RHEL 7 -> 8 upgrade (no replies)
Sorry if this is a repeat; I couldn't find it through search. I had 8.0.36 installed on a RHEL 7 server. yum info mysql-community-server showed 8.0.39 was an available package. Then I upgraded to RHEL...
View Articleunable to start mysqld.service but command line works (6 replies)
I have been beating my head against this problem and can't find the solution. When I run systemctl start mysqld.service the mysql server fails to start with the following from journalctl -xeu...
View Articlemysql 5.7.16-10 compatible Linux redhat 8.6? (no replies)
We are currently using OS: Linux redhat 6.8 Mysql 5.7.16-10 We want to upgrade OS from Redhat 6.8 to Redhat 8.6, can we upgrade MYSQL without upgrading?
View ArticleInitializing database error (no replies)
Hi, I have a problem when trying to install MySQL 9.1. When using MySQL Configurator, at the section of Apply Configuration, Initializing database (may take a long time) always fails. The relevant...
View ArticleInitializing database error (no replies)
Hi, I have a problem when trying to install MySQL 9.1. When using MySQL Configurator, at the section of Apply Configuration, Initializing database (may take a long time) always fails. The relevant...
View Article/etc/mysql/mysql.conf.d/ not included in /etc/mysql/my.conf (no replies)
On every Debian installation I see that /etc/mysql/mysql.conf.d/ directory isn't included into /etc/mysql/my.cnf Why does the installation procedure create this folder if it is not included? This...
View ArticleMultiple Server on one Windows machine (no replies)
Hello all, I wanted to install 2 MySQL servers on one windows machine. One on port 3306 and the other on 3307. This also worked with an older version of the MySQL Installer. But with 8.0.20 if I run...
View ArticleNew Install Problem - Please help (no replies)
i have run into a problem when trying to install MySQL 9.1. When using MySQL Configurator, at the section of Apply Configuration, Initializing database (may take a long time) always fails. The...
View ArticleMoving the MySQL 8.4 LTS database to external drive (MacOS) (no replies)
I am trying to archive email into a MySQL database using MailSteward (mailsteward.com). Since the database is likely to be large, and the main hard drive on my Macintosh is small, I would like the...
View ArticleCan't Start MySQL (no replies)
Hello, Trying to migrate an ACCESS DB to MySQL. I use upper and lower case in naming conventions like fkNameID or FirstName. Since I am on windows I want to change lower_case_table_names=1 to...
View ArticleRPM's for MYSQL (no replies)
Hello, We have Mysql 8.0.41 and like to upgrade to 8.4.4 (LTS). I'm finding difficulty in getting the rpm's for this release. These are the rpm's currently we have on our system. Please suggest. mysql...
View Articlecmake error regarding openssl (no replies)
When running cmake on mysql source, it fails with the last few lines saying this: -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR...
View ArticleInconsistent SRPM index from certain edge servers (no replies)
## What I wanted to achieve I need to fetch the latest version of the RPM packages provided by repo.mysql.com. In other words, I want a reliable method to retrieve up‑to‑date package information...
View ArticleI can't change the place of binlog. (no replies)
Hi, I can't chenge the place of binlog. I did this congirugarations. # Bin Logs log-bin=/devsqllog/databin log-bin-index=/devsqllog/databin/binlog.index I did shutdown in mysql than cp...
View ArticleBash automation for MySQL (high-availability) (no replies)
I developed a Bash script to automate the installation and configuration of open-source software (i.e., launchpad.net/linuxha). I want to make sure the syntax of this script is perfect so I can use it...
View ArticleBash automation for MySQL (small office/home office) (no replies)
I developed a Bash script to automate the installation and configuration of open-source software (i.e., launchpad.net/linuxsoho). I want to make sure the syntax of this script is perfect so I can use...
View Articlelog-bin configiration (no replies)
Hi, I have the follow configuration. # Logs Bin log-bin = /devsqllog/binlog binlog-format = MIXED binlog_expire_logs_seconds = 3456000 # 40 dias em segundos max_binlog_size = 5368709120 # 5GB em Bytes...
View ArticleEnterprise MySQL 5.7 to 8.4 Upgrade (no replies)
how can we upgrade the Enterprise MySQL database from MySQL 5.7 (keyring file) to 8.4 (component keyring)?
View Article