Duplicator warning: uppercase characters in database
-
Hi there
I get this error with Duplicator. It only happened recently.
When preparing for a new package Duplicator gives a notice that uppercase characters are used in my database. I never before had this notice.
I am wondering if this is OK? Or should I do something about is?
It is on my development version of the website. When developement is complete I would like to migrate my new website with Duplicator.
Will it still work, with this error regarding uppercase database characters?
Thanks in advance for your help!
TOTAL SIZE ⇛ Grootte: 60.61MB | Tabellen: 102 | Records: 113,084
Total size and row counts are approximate values. The thresholds that trigger notices are 50MB OR 500,000 records total for the entire database. Larger databases take more time to process. On some budget hosts that have cpu/memory/timeout limits this may cause issues.
TABLE DETAILS:
The notices for tables are 10MB, 100,000 records or names with upper-case characters. Individual tables will not trigger a notice message, but can help narrow down issues if they occur later on.
RECOMMENDATIONS:
1. Voer een repair and optimization op de tabel uit om de algehele omvang en prestatie te verbeteren.
2. Remove post revisions and stale data from tables. Tables such as logs, statistical or other non-critical data should be cleared.
3. Enable mysqldump if this host supports the option.
4. For table name case sensitivity issues either rename the table with lower case characters or be prepared to work with the lower_case_table_names system variable setting.
The topic ‘Duplicator warning: uppercase characters in database’ is closed to new replies.