Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. `url` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  2. `link_id` int(20) unsigned NOT NULL AUTO_INCREMENT,
  3. CREATE TABLE IF NOT EXISTS `0EPn8T9j_blc_links` (
  4. PHP message: WordPress-Datenbank-Fehler COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4' für Abfrage
  5. ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8_general_ci von require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, blc_init, blcDatabas...
  6. KEY `parser_type` (`parser_type`)
  7. KEY `source_id` (`container_type`, `container_id`),
  8. KEY `link_id` (`link_id`),
  9. PRIMARY KEY (`instance_id`),
  10. `raw_url` text NOT NULL,
  11. `link_context` varchar(250) NOT NULL DEFAULT '',
  12. `container_field` varchar(250) NOT NULL DEFAULT '',
  13. `parser_type` varchar(40) NOT NULL DEFAULT 'link',
  14. `link_text` text NOT NULL DEFAULT '',
  15. `container_type` varchar(40) NOT NULL DEFAULT 'post',
  16. `container_id` int(10) unsigned NOT NULL,
  17. `link_id` int(10) unsigned NOT NULL,
  18. `instance_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  19. CREATE TABLE IF NOT EXISTS `0EPn8T9j_blc_instances` (
  20. PHP message: WordPress-Datenbank-Fehler COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4' für Abfrage
  21. ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8_general_ci von require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, blc_init, blcDatabaseUpgrader::upgrade_database, blcDatabaseUpgrader::make_schema_current, blcTableDelta::delta
  22. PRIMARY KEY (`id`)
  23. `params` text NOT NULL,
  24. `name` varchar(100) NOT NULL,
  25. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  26. CREATE TABLE IF NOT EXISTS `0EPn8T9j_blc_filters` (
  27. 2020/02/26 14:01:48 [error] 4288#4288: *14057 FastCGI sent in stderr: "PHP message: WordPress-Datenbank-Fehler COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4' für Abfrage
  28. `url` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  29. `link_id` int(20) unsigned NOT NULL AUTO_INCREMENT,
  30. CREATE TABLE IF NOT EXISTS `0EPn8T9j_blc_links` (
  31. PHP message: WordPress-Datenbank-Fehler COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4' für Abfrage
  32. ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8_general_ci von require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, blc_init, blcDatabas...
  33. KEY `parser_type` (`parser_type`)
  34. KEY `source_id` (`container_type`, `container_id`),
  35. KEY `link_id` (`link_id`),
  36. PRIMARY KEY (`instance_id`),
  37. `raw_url` text NOT NULL,
  38. `link_context` varchar(250) NOT NULL DEFAULT '',
  39. `container_field` varchar(250) NOT NULL DEFAULT '',
  40. `parser_type` varchar(40) NOT NULL DEFAULT 'link',
  41. `link_text` text NOT NULL DEFAULT '',
  42. `container_type` varchar(40) NOT NULL DEFAULT 'post',
  43. `container_id` int(10) unsigned NOT NULL,
  44. `link_id` int(10) unsigned NOT NULL,
  45. `instance_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  46. CREATE TABLE IF NOT EXISTS `0EPn8T9j_blc_instances` (
  47. PHP message: WordPress-Datenbank-Fehler COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4' für Abfrage
  48. ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8_general_ci von require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, blc_init, blcDatabaseUpgrader::upgrade_database, blcDatabaseUpgrader::make_schema_current, blcTableDelta::delta
  49. PRIMARY KEY (`id`)
  50. `params` text NOT NULL,
  51. `name` varchar(100) NOT NULL,
  52. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  53. CREATE TABLE IF NOT EXISTS `0EPn8T9j_blc_filters` (
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement