![]() |
Wordpress/MySQL gurus...I need some help please
Hey there. I want to copy my entire list of links from one Wordpress blog to another without having to sit and copy/paste each link individually. I know that I would need to copy (part) of one of my MySQL databases...but I have no clue how to copy it, what I need to copy, what settings I need to do from the control panel, or how to paste them to the other server. Damn, I'm dumber than I thought. lol. Anyway, could someone please tell me how to do this? Thanks!
|
if you have phpAdmin youcan export those tables then run quary on the new one with those tables.
sometimes easier to do than to say how.... |
same versions and everything ? something like this should work
insert into newdb.newtable select * from olddb.oldtable; |
You could cheat around your problem viewing the source of your blog's links and copy and pasting it in the other blog's template.
Not a good solution, though. |
| All times are GMT -7. The time now is 08:24 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123