Database required (mysql, version >= 5.0) (not available, please check domain or client limits)

Re: Can’t install Wordpres, Joomal or other Database Application

The error message “Database required (mysql, version >= 5.0) (not available, please check domain or client limits)” is usually returned when there are no spare databases left to install the application.

To resolve, try the following:

  • 1) Within Plesk, Database, delete any unwanted databases to free up your allocation
  • 2) Upgrade your Hosting account so that you have a greater database allocation

 

How do I get rid of the Plesk Default Page?

Re: Plesk default page, remove default index page

By default, before you upload any files, you will see the Plesk Default Page. When you create your website be sure to delete this page (or overwrite it).

You must ensure that your home page is named index.htmlindex.htm or index.php. The default sample index page in your web space is named index.htmlso do ensure you delete / overwrite this sample file.

Categories FTP

Change PHP max_execution_time and max_input_time using .htaccess

Re: Changing max_execution_time and max_input_time in .htaccess for a single domain

Sometimes you need more time for your script or upload to complete however you want to avoid changing these setting for the entire server, so the option to change for a single domain is there when running PHP as Apache.

To change max_execution_time and max_input_time from the 60 second default add the following lines to the top of your .htaccess:

php_value max_execution_time 600
php_value max_input_time 600

The change is instantly active and affects only the virtual host in question.