Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - intramanga

Pages: [1]
1
Updates / Re: MariaDB update failed
« on: December 01, 2020, 11:09:15 AM »
Here is the solution I found:

First step to save your database (I didn't do it!)

Code: [Select]
mysqldump --all-databases > /home/fullbackup.sql.gz
Uninstall MariaDB client:

Code: [Select]
yum remove MariaDB-server MariaDB-client -y
Now install MariaDB, it will automatically install MariaDB 10.2 (10.2.36):

Code: [Select]
yum install MariaDB-server MariaDB-client -y
Then to finish:

Code: [Select]
mysql_upgrade

well , this worked fine for me .. thanks ..  ;)

2
CentOS-WebPanel GUI / Re: Client Portal Goaccess statistics
« on: January 29, 2020, 09:02:45 PM »
After the last update it works ..  :) 8)

3
Updates / Re: Goaccess stats not working
« on: January 27, 2020, 09:47:28 PM »
I cannot click the Generate button .. any idea why ?  :(

4
CentOS-WebPanel GUI / Client Portal Goaccess statistics
« on: January 27, 2020, 09:42:54 PM »
In the Client Portal Goaccess statistics I cannot click the Generate button .. anybody an idea why that is ?  ::)

Thanks ..
Ed,

Pages: [1]