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 - diegoigr

Pages: [1]
1
Same question here, and also with the last update my server get overloaded at mysql and crashed all sites. Anyone know how to revert an update?

2
Hello people, I have a strange problem, after a setup of a new panel in a brand new server (AlmaLinux migrated then to Cloudlinux) everything (almost) is working correctly except that at the Yum Manager that alwais keep showing:

Package Name | Version | Repository | Action
This               | system | is             | Update

Have this ever happened to any of you?
Thanks a lot for any help.

3
MySQL / Re: Unable to login to phpmyadmin from cwp admin
« on: July 20, 2021, 11:07:15 PM »
I can fix it checking the phpMyAdmin config file at "/usr/local/cwpsrv/var/services/pma/config.inc.php" (In my case the root password is empty)

Code: [Select]
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'TypeHereYourMysqlRootPassword';

If you dont know your mysql root password you can get it at "/root/.my.cnf" or "/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php"

Good luck!

4
MySQL / Re: Unable to login to phpmyadmin from cwp admin
« on: July 20, 2021, 10:29:48 PM »
I have exactly the same problem and still cant solve.
From PRO support even no replyes  :(

Pages: [1]