What is the best way to change database table prefix in WPMS
-
Hello,
What is the best way to change database table prefix en WPMS, I know there are some possibilities… I’d like to know your opinion.
1. A WordPress Table Prefix Rename Plugin. (Have you used one?)
2. Downloading a database dump, replace the string”new_prefix” for “old_prefix”, and replacing database with this new one db dump. (Dangerous in a prod environment!)
3. Construct a sql statment and exectute it at mysql. (That’s easy… if works)Of course, later I should change in $table_prefix var (wp-config.php).
Thanks!!!
- The topic ‘What is the best way to change database table prefix in WPMS’ is closed to new replies.