https://techglimpse.com For all your Tech Needs! Mon, 21 Feb 2022 09:56:19 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.6 Public Key Retrieval is not allowed – WSO2 MySQL Error https://techglimpse.com/public-key-retrieval-is-not-allowed-wso2-mysql-error/ https://techglimpse.com/public-key-retrieval-is-not-allowed-wso2-mysql-error/#respond Mon, 21 Feb 2022 09:56:19 +0000 https://techglimpse.com/?post_type=ht_kb&p=42950 I have been using WSO2 API Manager for almost a year to easily and securely expose APIs to both internal and external consumers. Everything was working fine until the system was taken down for maintenance activity. When the system was resumed back to normal service, WSO2 failed to start with...

The post Public Key Retrieval is not allowed – WSO2 MySQL Error appeared first on Techglimpse.

]]>
0
Error using GRANT with IDENTIFIED by password in MySQL https://techglimpse.com/error-grant-identified-by-password/ https://techglimpse.com/error-grant-identified-by-password/#comments Thu, 17 Feb 2022 09:07:55 +0000 https://techglimpse.com/?post_type=ht_kb&p=42933 Question: I have been using IDENTIFIED BY ‘password’ along with GRANT statement for years in many MySQL versions. However, the same failed in MySQL version 8.0.26 on my new CentOS Stream release 8. Below is the complete error message. What could be the issue? – Tushar. mysql> GRANT ALL PRIVILEGES...

The post Error using GRANT with IDENTIFIED by password in MySQL appeared first on Techglimpse.

]]>
1
Error Access denied need PROCESS privilege [MySQL] https://techglimpse.com/error-access-denied-need-process-privilege-mysql/ https://techglimpse.com/error-access-denied-need-process-privilege-mysql/#comments Tue, 15 Feb 2022 10:07:10 +0000 https://techglimpse.com/?post_type=ht_kb&p=42857 I was trying to back up the database using the MySQL dump command, however, the command failed with an error message ‘Error: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation’. Here’s the complete error message. $ mysqldump -u dbuser -p tg_db > tg_db.sql Enter...

The post Error Access denied need PROCESS privilege [MySQL] appeared first on Techglimpse.

]]>
1
Communications link failure Exception – WSO2 with MySQL [Fix] https://techglimpse.com/communications-link-failure-exception-wso2-mysql/ https://techglimpse.com/communications-link-failure-exception-wso2-mysql/#respond Wed, 29 Sep 2021 11:30:40 +0000 https://techglimpse.com/?post_type=ht_kb&p=42468 In this tutorial, we will discuss how to fix the communication link failure exception that occurs while integrating WSO2 with the MySQL database. If you are new to WSO2, then quickly jump to this guide on the installation and configuration of WSO2 on CentOS. Also if you are using WSO2...

The post Communications link failure Exception – WSO2 with MySQL [Fix] appeared first on Techglimpse.

]]>
0
Configure WSO2 API Manager with MySQL Database https://techglimpse.com/configure-wso2-api-manager-with-mysql-database/ https://techglimpse.com/configure-wso2-api-manager-with-mysql-database/#respond Tue, 28 Sep 2021 12:35:41 +0000 https://techglimpse.com/?post_type=ht_kb&p=42372 In continuation to our previous article on “Installation of WSO2 API Manager on CentOS“, today we will discuss configuring WSO2 with MySQL database. By default, WSO2 API Manager uses the embedded H2 Database for storing data for the functioning of the gateway. However, it’s advised to integrate it with the...

The post Configure WSO2 API Manager with MySQL Database appeared first on Techglimpse.

]]>
0
Access denied for user ‘root’@’localhost’ after installing MySQL [Fix] https://techglimpse.com/mysql-access-denied-root-user/ https://techglimpse.com/mysql-access-denied-root-user/#respond Fri, 02 Nov 2018 07:16:35 +0000 https://techglimpse.com/?post_type=ht_kb&p=41097 I Installed MySQL server (MariaDB 8.0) on my CentOS 7 using yum. Once started the service and when I tried connecting to the database, I got the below error: # mysql -u root ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) MySQL version is as below: #...

The post Access denied for user ‘root’@’localhost’ after installing MySQL [Fix] appeared first on Techglimpse.

]]>
0
Incompatible with sql_mode=only_full_group_by [Fix] https://techglimpse.com/ncompatible-with-sql_modeonly_full_group_by/ https://techglimpse.com/ncompatible-with-sql_modeonly_full_group_by/#comments Tue, 30 Oct 2018 04:48:09 +0000 https://techglimpse.com/?post_type=ht_kb&p=41088 While migrating a client website from one WHM/cPanel to another WHM/cPanel, I got an SQL error “Incompatible with sql_mode=only_full_group_by“. Below is the complete error message. SELECT list is not in GROUP BY clause and contains nonaggregated column 'dbname.p.picfile' which is not functionally dependent on columns in GROUP BY clause; this...

The post Incompatible with sql_mode=only_full_group_by [Fix] appeared first on Techglimpse.

]]>
3
mysqldump error access denied while using LOCK TABLES [Solved] https://techglimpse.com/access-denied-while-using-lock-tables/ https://techglimpse.com/access-denied-while-using-lock-tables/#respond Wed, 05 Sep 2018 01:28:35 +0000 https://techglimpse.com/?post_type=ht_kb&p=41042 Question: I have been using mysqldump to take a backup of my website. Today the command failed to execute with an error message “Access denied while using LOCK TABLES“. However, I’m able to log in to the database using the same username and password, but  mysqldump command fails for some reason. Can...

The post mysqldump error access denied while using LOCK TABLES [Solved] appeared first on Techglimpse.

]]>
0
How to redirect output of MySQL source command to Log file? https://techglimpse.com/redirect-output-of-mysql-source-command-to-log-file/ https://techglimpse.com/redirect-output-of-mysql-source-command-to-log-file/#respond Tue, 02 Jan 2018 00:42:21 +0000 https://techglimpse.com/?post_type=ht_kb&p=40770 Here’s a question from one of our regular reader Mr. Waseem. He wants to know how to redirect output of MySQL source command to log file? I use INTO OUTFILE with SELECT query in MySQL to store the results into a file. However, I’m not able to do the same...

The post How to redirect output of MySQL source command to Log file? appeared first on Techglimpse.

]]>
0
Why mysql user has bash shell in /etc/passwd? https://techglimpse.com/mysql-user-bash-shell-passwd-fix/ https://techglimpse.com/mysql-user-bash-shell-passwd-fix/#respond Wed, 25 Oct 2017 07:25:58 +0000 https://techglimpse.com/?post_type=ht_kb&p=40306 If you install MySQL on Linux, then a new user account called ‘mysql‘ will be created for running mysqld service. But why does the mysql user has bash shell in /etc/passwd? Generally, services are run as nologin user, where the shell will be set to /bin/false or /bin/nologin in /etc/passwd...

The post Why mysql user has bash shell in /etc/passwd? appeared first on Techglimpse.

]]>
0