You may also get asked for a username/password and when you put in the cPanel account information you get the Fatal error.
From the looks of it the cPanel accounts user has lost connection to the MySQL or be it that it does not know what the username/password is for the account to access MySQL. There is a simple fix.
Log into WHM
SQL Services
Change MySQL DB Owner Password
Select the User from the drop down list
Either put in the cPanel User’s password or Generate a new one
Change Password.
Done.
Log back in as the cPanel User and you should have access via phpMyAdmin again.
Comments and feed back welcome
Saturday, December 11, 2010
Thursday, December 9, 2010
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessa
Fix for infinite loops
An error message related to this isRequest exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.or you may seeRequest exceeded the limit,probable configuration error,Use 'LogLevel debug' to get a backtrace, orUse 'LimitInternalRecursion' to increase the limit if necessary
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule .* - [L]
An error message related to this isRequest exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.or you may seeRequest exceeded the limit,probable configuration error,Use 'LogLevel debug' to get a backtrace, orUse 'LimitInternalRecursion' to increase the limit if necessary
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule .* - [L]
Wednesday, December 1, 2010
Plesk failed to start due to drwebd service
service psa stopall
service psa start
OR
Running plesk without drweb.
In /etc/init.d/psa
comment out the line,
service_after_psa="drwebd"
then service psa stopall
service psa start
it should start without drweb
service psa start
OR
Running plesk without drweb.
In /etc/init.d/psa
comment out the line,
service_after_psa="drwebd"
then service psa stopall
service psa start
it should start without drweb
Subscribe to:
Posts (Atom)