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

Pages: [1]
1
How to / Re: how to check my current MySQL root password
« on: March 26, 2017, 09:10:48 PM »
I reset my mysql password and set it in the config files and it's still not letting me in CentOS WebPanel...



Warning: [obfuscated](): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES) in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: service cwpsrv restart

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf


Warning: [obfuscated]() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:


SSH command >

root@windburn home]# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")
[root@windburn home]#

2
Installation / Connection to storage server failed
« on: March 26, 2017, 08:22:42 PM »
When trying to check email via RoundCube it returns the following error

Connection to storage server failed.

Tried searching and couldn't find anything that worked. This is a fresh instal of CentOS WebPanel.

3
Installation / Re: Quotas Not working
« on: March 25, 2017, 09:56:26 PM »
Yes, I clicked the link. I now need to figure out how to add it to /home2 as well. Or can you not do it for /home2?

It said the following and /etc/fstab looks like this.

You should setup quota for the /home partition.
/dev/mapper/cl-home /home xfs rw,relatime,attr2,inode64,noquota 0 0


Does that mean it's enabled?

4
PHP Selector / Re: Uninstall PHP 5.6
« on: March 25, 2017, 09:51:47 PM »
Thanks! That solved the problem.

5
PHP Selector / Uninstall PHP 5.6
« on: March 25, 2017, 02:02:15 PM »
Under the CWP PHP Selector how do I remove PHP 5.6 so it just uses PHP 7.0? I don't see an option to uninstall it.

6
Installation / Quotas Not working
« on: March 25, 2017, 02:41:36 AM »
For some reason my quotas aren't working. My /etc/fstab looks like the following. What do I need to change it to to make it work? Thanks.

/dev/mapper/cl-root     /                       xfs     defaults        0 0
UUID=24124099-2448-418a-96fe-5c0a2aa74cb4 /boot                   xfs     defaults        0 0
/dev/mapper/cl-home /home xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/cl-var      /var                    xfs     defaults        0 0
/dev/mapper/cl-swap     swap                    swap    defaults        0 0

Pages: [1]