0

Has anyone successfully deployed WordPress with TiDB in a production environment? Are there known compatibility issues (e.g., unsupported SQL syntax like SQL_CALC_FOUND_ROWS) that should be accounted for?

There is no mention of TiDB at https://wordpress.org/about/stats/#mysql_versions nor at https://wordpress.org/about/requirements/, and various websites/blogs seem like one-off tests.

Otto
  • 444
  • 10

1 Answers1

1

WordPress can run on TiDB, but the plugin must be installed for the functionality that depends on the SQL_CALC_FOUND_ROWS function to work.

Ray Paik
  • 26
  • 2