XF 2.2 mysql 8.0.29 warnings

Onlyme

Active member
Licensed customer
Hi,

I'm getting the following warnings when importing sql file. Looking for some advice if possible on what needs to be done.

Warning (Code 1287): 'utf8mb3' is deprecated and will be removed in a future release. Please use utf8mb4 instead
Warning (Code 1681): Specifying number of digits for floating point data types is deprecated and will be removed in a future release.
Warning (Code 1681): UNSIGNED for decimal and floating point data types is deprecated and support for it will be removed in a future release.
Warning (Code 1681): Integer display width is deprecated and will be removed in a future release.
 
given they are warnings, there's nothing to do. After you import it though, you should re-export it in the modern formats so that it is more future-ready if you need the data again.
 
given they are warnings, there's nothing to do. After you import it though, you should re-export it in the modern formats so that it is more future-ready if you need the data again.
Thanks buddy. Could you give me an example? I'm just using the basic mysqldump -u -p command.
 
Back
Top Bottom