danfbach
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 16
Comments
Recent activity by danfbach-
interesting that they suggest enabling service subdomains because my servers already have that enabled and was enabled at the time the update ran and they still crashed... anyway, not really a prob...
-
yes, i suppose that would be easiest. thanks for the tip
-
As you all know, It's looking for the variable "cpanel_service_subdomain." It looks like the variable is being declared here ./nginx/ea-nginx/server.conf.tt: set $CPANEL_SERVICE_SUBDOMAIN 1; So...
-
Yes, also have multiple crashed servers. I do not work for cpanel but I'm working on a temporary fix. I'll post here when i figure something out to get things moving again.
-
Okay so that is it. Opening phpMyAdmin through whm fails to copy database permissions and does not show the database in either cpanel or whm after copying completes. Opening phpMyAdmin through cpan...
-
See, that is exactly the steps I followed - and have multiple times with the same result. I was copying "leecom_xcart" => "leecom_xcart_dev" The cpanel user is leecom. The database did copy all the...
-
Okay, so I created the database in cpanel. Then when I try to use the database copy operation from phpMyAdmin I get the error: #1007 - Can't create database 'leecom_xcart_dev_3'; database exists ...
-
How have you copied the database exactly? Was this from WHM - PHPMyAdmin - Operations or from cPanel - PHPMyAdmin - Operations? If this was done from WHM directly that is not the right way to do. ...
-
I did already try restart mariadb using systemctl restart mariadb No change. However, it looks like phpMyAdmin failed to copy the grants/privileges on the database so manually updating them through...
-
That's all that I thought that I needed to do, but hey, having the article there to verify that assumption is helpful. Thanks!