We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$table_prefix
1 parent 36f6f64 commit e9bb88dCopy full SHA for e9bb88d
wp-config-sample.php
@@ -64,6 +64,12 @@
64
*
65
* You can have multiple installations in one database if you give each
66
* a unique prefix. Only numbers, letters, and underscores please!
67
+ *
68
+ * At the installation time, DB tables names with $table_prefix are created.
69
+ * Changing this value after WordPress is installed will make your site think
70
+ * it has not been installed.
71
72
+ * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
73
*/
74
$table_prefix = 'wp_';
75
0 commit comments