Ashraf Sharif
- Total activity 325
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 120
Comments
Recent activity by Ashraf Sharif Sort by recent activity-
Hi, I don't see any error on the Apache log you've sent. However, I do find a problem with the configuration file where it doesn't have any "Listen" definition line. Inside /etc/httpd/conf.d/ssl.co...
-
Hi, What Apache version you are running on? Please try add the following line: SSLSessionCache shmcb:/etc/httpd/ssl_scache(512000) Inside /etc/httpd/conf.d/ssl.conf after the following line: </Virt...
-
Hi, We haven't had any luck to reproduce this problem with Overview page but we got the idea on why the metadata lock happens when truncating the PS table. Purging PS will be optional via a purge b...
-
Hi Guido, Did you follow the instructions as described in this page: https://severalnines.com/blog/how-configure-clustercontrol-run-nginx ? It's a bit outdated but some parts are still relevant lik...
-
Hi, Can you run the following statement on one of the DB node? SELECT COUNT(schema_name) AS Rows FROM performance_schema.events_statements_summary_by_digest WHERE SCHEMA_NAME NOT IN ('information_s...
-
Hi Ted, Looking at the error lines: Couldn't determine the datadir on '192.168.10.62:3306' connect (from 10.0.0.10), failed for user 'cmon': Access denied for user 'cmon'@'192.168.24.28' (using pas...
-
Official comment Hi Jared, Really appreciate for sharing this. I'll make sure the fixes go into the installer script. Regards,Ashraf
-
Hi Olof, Anyway, there was a typo suggested by Bart. It should be "[xtrabackup]" and not "[xtradbbackup]". I just also find it strange that the setting is not taken from my.cnf [xtrabackup] group. ...
-
Official comment Hi there, This is a known issue and it has been fixed in the latest version of ClusterControl (controller build 2390). Please upgrade ClusterControl to the latest version to get rid off this line i...
-
Hi, It sounds like phpMyAdmin is running in a remote host without the MySQL socket file. Inside config.ini.php, you have to make sure you specify the correct IP address of the target database node:...