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

Pages: [1] 2
1
MySQL / MySQL - BAD CONFIGURATION DETECTED
« on: November 15, 2022, 08:36:24 PM »
I notice when I log in as an administrator I am getting this error:

Code: [Select]
Danger: MySQL - BAD CONFIGURATION DETECTED
MySQL bad configuration detected, check from the console by using mysql command !!!

This is my MySQL configuration file contents:

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd

[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid

#
# include all files from the config directory
#
!includedir /etc/my.cnf.d

2
MySQL / Error while trying to restore WordPress website
« on: August 31, 2022, 09:49:09 PM »
I am trying to retrieve an old WordPress site to a new domain using the WordPress Duplicator Plugin. I am getting these error messages

SQL ERROR: Access denied; you need (at least one of) the SUPER privilege(s) for this operation

[PHP ERR][ISSUE] MSG:Return type of IgnorantRecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

What does that mean and how can I grant super privileges to an account user and or a database user?

3
MySQL / MySQL Configuration File
« on: August 23, 2022, 07:41:10 PM »
I notice that something isn't right about my MYSQL configuration file located at /etc/my.cnf. It looks incomplete.

#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
max_connections = 500000
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d

4
CentOS 7 Problems / Root directory at 100 percent
« on: August 23, 2022, 03:21:29 PM »
The root directory, /dev/sda1, keeps filling up to 100 percent which means I don't have access to my websites, email, and the Centos Control Web Panel. Additionally, I have 40 GB of extra space I purchase, but I don't know how to add that space to my server. Please help!

5
MySQL / Bad MYSQL Configuration
« on: August 23, 2022, 03:17:49 PM »
I got a notice on the Centos Control Panel that there's a bad configuration with MYSQL. I am not sure what the problem is. I have no problems accessing MYSQL, but I cannot update MariaDB because the repository cannot be found. Any assistance will be greatly appreciated.

6
CentOS 7 Problems / Re: Disk Space Upgrade
« on: April 06, 2022, 08:44:14 PM »
I now have more disk space on my server by creating a cron job to delete clogged files. I still need to allocate the upgraded disk space, but I don't want to repartition the root directory. Is it possible to create a new partition and then allocate the disk space to the new partition? I tried using the resize method and it didn't work for me.

7
CentOS 7 Problems / Re: Issue with total disk space
« on: April 06, 2022, 08:41:10 PM »
I tried to use the resize2fs for dev/sda1 and it didn't work for me.

8
CentOS 7 Problems / Re: Issue with total disk space
« on: March 29, 2022, 08:38:12 PM »
I have a CentOS 7 VPS with 40GB of SSD space, I recently upgraded it to 80GB. How do extend the / partition? I don't want to reinstall Centos 7 and the Centos Web Panel as it was suggested to me that I do. I only want to extend the disk size.

Here is the necessary information:

$ df -h

Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        1.8G     0  1.8G   0% /dev
tmpfs           1.9G     0  1.9G   0% /dev/shm
tmpfs           1.9G  187M  1.7G  11% /run
tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
/dev/sda1        40G   15G   24G  39% /
tmpfs           370M     0  370M   0% /run/user/0
$ fdisk -l

Disk /dev/sda: 85.9 GB, 85899345920 bytes, 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00098c9e

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048    83886046    41941999+  83  Linux

I restarted the Centos Web Panel and it still shows that I have 40G of disk space.

9
CentOS 7 Problems / Disk Space Upgrade
« on: March 29, 2022, 04:55:41 PM »
Some time ago, I increase the disk space on my virtual private server from 40G to 80G, but it's not reflecting on the server itself. I was told that I had to expand the partition. In order to do that, I have to back up my data. I cannot do that because the server is full. Can I order a one-time support ticket and allow them to do it? What other options are available for me so I don't lose my data?

10
CentOS 7 Problems / Issue with total disk space
« on: March 15, 2022, 03:52:46 PM »
I have a virtual private server that was recently upgraded from 40G to 80G. However, on the Centos Web Panel, it only shows 40G. How can that be fixed?

11
CentOS 7 Problems / Re: No Access to Centos Web Panel
« on: March 15, 2022, 03:49:02 PM »
Problem solved. Thank you!

12
CentOS 7 Problems / Re: No Access to Centos Web Panel
« on: March 15, 2022, 03:09:07 PM »
Furthermore, the backup directory is too high. How do I delete backup files?

13
CentOS 7 Problems / Re: No Access to Centos Web Panel
« on: March 15, 2022, 03:04:55 PM »
The following directories are causing the problem home, usr, backup, and var

14
CentOS 7 Problems / Re: No Access to Centos Web Panel
« on: March 10, 2022, 10:30:30 PM »
I check the disk space of my virtual private server and I notice that dev/vda1 is 100% full. How do I clear about space because I don't know what clogging the system?

15
CentOS 7 Problems / Re: No Access to Centos Web Panel
« on: March 10, 2022, 09:58:12 PM »
Quote
DISK FULL: Can't start MySQL!

Log into your server:

cd /var/log
rm -rf *.1
rm -rf *.gz


Free up some space, then start mysqld service

Are those the commands I used to free up some space?

Pages: [1] 2