MySQL – PHP-MyAdmin advanced questions
-
I’m working on taking my site to a new level, and I need some expert MySQL help please. I want to copy an entire WP 2.2.2 database, and do some search-replace, and then install it as a new database (or better: a new table in the old database).
(1) Is there a better tool than PHP-MyAdmin? This is what my host provides, web-based, and it is the only way I have ever “seen” my WP database. I know almost nothing about databases. I have heard that I should use a desktop MySQL editor, to make Search-Replace easier. Is there a desktop program for this, how about a free one?
(2) Any tips for how to do a search-and-replace? I want this to apply to pretty-much the whole WP database, not just the post content. The database isn’t huge, it’s pretty much the default freshly installed WP. I realize search-replace can have false positives so I want to approve, next, approve, next, and so on.
(3) Is it easy to change the table-prefix (from wp_ to wp2_, for example) and copy-paste the modified database as a new table (new blog)?
- The topic ‘MySQL – PHP-MyAdmin advanced questions’ is closed to new replies.