1.

How we can change table prefix ( wp_ ) in WordPress?

Answer»

We can do it 2 ways

  • Before INSTALLATION : Go to wp_config.php file and rename $table_prefix = 'wp_'; whatever you want.
  • After installation : Go to PHPMYADMIN -> select your DATABSE -> check all tables -> Add/Update table prefix.


Discussion

No Comment Found