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.
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.