Problems & solutions

Posts under the "Problems & solutions" category

InnoDB #rows estimation

If you start the Data Explorer from the WP Data Access menu, you'll see the list of tables in your WordPress database. The column #Rows shows the number of rows in the corresponding table. This number is a rough estimate of the number of rows (records) for InnoDB...

Import file too large

PROBLEMThe message "ERROR: File upload failed" usually means that you are trying to import a file which is too large. Although the plugin checks the file size against your "upload_max_size" settings there are other settings which might cause problemsEASY SOLUTIONSThe...

Transfer to other WP DB

Attended as well as scheduled unattended exports to SQL allow plugin users to exchange tables between WordPress databases that use different table prefixes. The WordPress table prefix of the WordPress source database is replaced during export by environment variable...