网站/WordPress从虚拟主机搬家到VPS上

拖了一个月终于着手并且完成了。其实没有什么难的。但是因为我对Linux的了解非常局限,还是花了一番功夫,同时学了很多东西,在这里记一下。没有试图写一篇“手把手教你搬WP”,只是记录一些我觉得有帮助的东西,希望做同样的事情的且同样不是那么牛逼的Linux学习者们有用:)

虽说是WordPress搬家,但是任何一个小型网站搬家都差不多这样了吧,嘿嘿。

如果用cPanel和MySQLAdmin之类的东西可能就很傻瓜,但是第一cPanel太贵了(竟然要425多刀一年,我都笑了),第二VPS都买了必须必须要抓住每一个学Linux的机会啊。

过程如下(断断续续弄了好几天…):

环境

虚拟主机和VPS都是host2ez的,最牛逼的主机提供商。系统是CentOS Linux 5.6,apache(现在改名叫httpd)已经装好了,再装

yum php mysql mysql-server

就成。

文件

这个简单,cPanel把虚拟主机上文件打包,VPS上wget下来就好。WP的独立性做的好,文件路径改变不会有什么问题。备份用的插件BackUpWordpress倒因为出问题了,不能识别路径,我直接禁用掉了,VPS嘛马上弄个备份方案还不容易,不需要用WP的插件了。在[wordpress path]/wp_config.php里把信息改一下,数据库部分的怎么改见下面。

数据库

对数据库命令不了解的同学建议先看一下mysql的教程。我不能把所有操作都写出来…这次弄这个还学了不少数据库的东西…tutorial很容易搜到,我觉得有一个比较好的命令列表点 这里,里面包括了所有常用的命令。

在虚拟主机的cPanel – mysqladmin里备份出.sql文件,传上VPS,导入文件的命令是

mysql – u user_name -p database_name < file_name.sql

很多地方写的-p后面跟密码,我用的版本-p后面不跟东西,回车以后才提示输密码,可能是新版本不提倡显式输入密码了吧。非要用的话就–password=”xxxxxx”

如果你导出文件选的是整个mysql,需要打开文件把database”information_schema”部分删掉,否则会失败,这个db貌似是mysql自己的,不能改..不懂

之后要建立一个用户并给此用户分配使用相应db的权限,虽然我们也可以直接把root用户写进wp_config.php但是稍微有点安全意识的程序员都不会想要这么做的…虽然权限没什么大不了的,但是名字叫root就是不行! 所以进数据库:

mysql -u root -p

进去以后添加用户:

mysql> create user 'username'@'localhost' identified by 'mypass';

分配权限:

mysql> grant all privileges on databasename.* to username@localhost;
mysql> flush privileges;

然后就把这个用户甩给Wordpress啦(编辑wp_config.php)

测试的时候有一些问题

上面完了就能http进vps的ip看到博客了,但是不要去点任何东西…因为数据库里“本站”的地址还是原来的域名,这样如果你原来的网站还开着那么随便点个链接就进到原来网站了,如果没开那就can’t find page啦。

而且因为没法进后台改,所以只好进mysql改了

mysql> use viaxlcom_viaxlcom;
mysql> select * from wp_options where option_value rlike "^http";
+-----------+---------+-------------+----------------------------+----------+
| option_id | blog_id | option_name | option_value               | autoload |
+-----------+---------+-------------+----------------------------+----------+
|         2 |       0 | siteurl     | http://axlarts.com/blog      | yes      |
|        39 |       0 | home        | http://axlarts.com           | yes      |
|        41 |       0 | ping_sites  | http://rpc.pingomatic.com/ | yes      | 
+-----------+---------+-------------+----------------------------+----------+
3 rows in set (0.06 sec)
update wp_options set option_value="http://12.34.56.78/blog" where option_id=2;
update wp_options set option_value="http://12.34.56.78" where option_id=39;

这样就把VPS上的网站地址改成本身的IP了。

————————————-
另外我发现一些插件会出现权限问题,比如JW player(放flv视频用的插件),没法启用插件因为提示不能写目录,我整个www目录都是755权限,设置成777以后可以开启了,然后再弄回来。这个问题解决了但是原因一直不知道,直到我因为另一个问题搜了一下才搞明白。

另一个问题是:更新插件update的时候会提示我输入ftp帐号,以前没这事啊,于是我就去装了个vsftpd(ftp的服务端),设置好能更新了,但是为什么?后来搜到这篇文章 <Auto Update WordPress Without FTP> 解决了ftp的问题并且意识到上面的问题也和这个有关系,即因为目录的owner不是httpd,所以网站脚本没有对文件操作的权限。

/var/www目录的owner要设置成httpd的运行者(可以用ps aux或者top命令查看),可能是www,apache或者nobody或者其他的。我的是apache,所以在chown apache:apache /var/www -R之后update就不用输ftp了,我立刻关了vsftpd依然ok,可见之前是绕了弯子了,没权限还用ftp操作文件…

绑域名

进godaddy面板直接改A地址就好了,没有别的要操作的。

但是因为我本来虚拟主机上就放了两个网站,所以怎么在一个VPS上绑定多个域名多个网站?之前用cPanel是傻瓜操作,没有怎么弄?这个我也弄了好半天最终解决了,马上再写一篇单独说吧

好啦好啦,到此结束,路人有问题可以在下面留言~

8,440 thoughts on “网站/WordPress从虚拟主机搬家到VPS上

  1. Chancebus

    Worth bookmarking and sharing with anyone interested in the topic, that is my honest take, and a stop at buildsmartdirectionalplans reinforces that, the kind of generous resource that makes the open web feel worth defending against the constant pressure to retreat into walled gardens and curated feeds today everywhere I look across all my devices.

    Reply
  2. vivod iz zapoya v stacionare_qnsr

    Приветствую всех участников. Слушайте, вопрос сложный, но многим может помочь, особенно когда речь идет о близких людях. Когда нужен проверенный и опытный врач для капельницы, лучше сразу обращаться к сертифицированным медикам.

    Мы в свое время тоже столкнулись с этой бедой, и в итоге нашли клинику, где врачи работают профессионально. Чтобы узнать точные цены и вызвать специалиста, вся информация есть здесь: вывод из запоя в стационаре спб вывод из запоя в стационаре спб.

    Врачи дежурят круглосуточно во всех районах, реагируют очень быстро, буквально за час. Не теряйте время, кому-то тоже пригодится и спасет здоровье. Всем душевного спокойствия!

    Reply
  3. shkola onlain_mwSt

    Давно присматривался к разным предложениям, где реально дают живые знания. Особенно когда речь про онлайн-школу для детей — тут ведь нужна нормальная подача. У меня племянник как раз начал учиться дистанционно, так что пришлось перебрать кучу вариантов. В общем, вся подробная информация вот тут: online school https://shkola-onlajn-55.ru Я если честно ещё до этого вообще относился скептически к таким форматам. Оказалось — реально работает. У них и домашка без перегруза. Доволен как слон, если честно. Надеюсь, поможет в выборе.

    Reply
  4. KarlFex

    The conclusions felt earned rather than tacked on at the end like an afterthought, and a look at discovernewfocusareas kept that careful structure going, you can tell when a writer has thought about the shape of their post versus just letting it ramble out and hoping for the best at the end which most do.

    Reply
  5. shkola onlain_rvoi

    Честно говоря, долго выбирал, куда поступать, но после советов хороших знакомых наткнулся на один рабочий и проверенный вариант. К слову, вот что я понял: современная школа онлайн — это уровень на порядок выше обычного. Там и домашние задания с подробной индивидуальной проверкой, так что прогресс виден сразу.

    В общем, кому надоело искать среди кучи мусора в теме образовательные онлайн школы — почитайте подробности, вот здесь все выложено без лишней воды: онлайн-школа для детей онлайн-школа для детей.

    Если честно, даже не ожидал такого крутого качества. Потому что без четкой системы в обучении сейчас вообще никуда, а тут организована именно частная школа онлайн. Советую не тянуть и сразу изучить тему.

    Reply
  6. ConnorKnino

    A piece that did not try to be timeless and ended up reading as durable anyway, and a look at startmovingupward extended that durable feel, content that stays useful past its publication date without straining for permanence is content that ages well and this site has the kind of evergreen quality that I value highly today.

    Reply
  7. 1xbet giris_hePt

    Deneyip de begenen cok oldu. Baz? siteler cal?sm?yor. En sonunda guvenilir bir kaynak buldum.

    Ozellikle bahis ve casino sevenler icin. Su an en h?zl? cal?san 1xbet yeni giris adresi tam olarak soyle: 1xbet güncel adres 1xbet güncel adres. Yani k?sacas? — 1xbet guncel adres arayanlar buraya baks?n.

    Site s?k s?k kapan?yor diyenlere inat. Tavsiye eden c?kt? m? emin olun — cekim konusunda s?k?nt? yasamad?m. Baska yerde aramay?n art?k…

    Reply
  8. Terrenceinwam

    Generally I do not leave comments but this post merits a small note, and a stop at explorefreshpossibilities extended that comment worthy quality, the urge to actively contribute to a sites community rather than passively consume from it is something specific content provokes and this site has provoked that engagement urge from me today.

    Reply
  9. LelandDOBBY

    Quietly impressive in a way that does not announce itself, and a stop at startbuildingvision extended that quiet impressiveness, the kind of quality that emerges through sustained attention rather than first impressions is the kind I trust more deeply and this site has been earning that deeper trust across multiple sessions over time consistently.

    Reply
  10. GilbertopEs

    Looking through other posts here the consistency is what makes the site valuable rather than any single piece, and a stop at growwithstrategyfocusnow extended that consistency observation, sites whose value lies in the ongoing pattern rather than in standout posts are sites I trust more deeply and this one has clearly built that kind of trust.

    Reply
  11. Jamarcusses

    Easy to recommend, the content speaks for itself without needing additional praise from me, and a stop at etherledges only adds more reasons to send people this way, the kind of generous resource that benefits its readers without demanding anything in return is increasingly rare and worth recognising clearly today across the broader open internet.

    Reply
  12. Jonathandog

    Now appreciating that the post did not require me to agree with the writer to find it valuable, and a look at findyourcorestrength maintained the same useful regardless of agreement quality, content that informs even when it does not convince is content with broader utility and this site reads as useful even when I disagree.

    Reply
  13. OrlandoNes

    Worth pointing out the careful word choice in this post, no buzzwords and no jargon, and a look at buildsustainableforwardmomentum continued that disciplined vocabulary, sites that resist the pull of trendy language are sites that will read well in five years and this one is clearly built for that kind of long durability.

    Reply
  14. shkola onlain_rlSt

    Давно хотел найти толковое место, где реально не грузят лишней теорией. Особенно когда речь про онлайн-школу для детей — тут ведь важен подход. У меня сын как раз начал учиться дистанционно, так что пришлось перебрать кучу вариантов. В общем, вся подробная информация вот тут: онлайн образование школа онлайн образование школа Я если честно ещё раньше вообще относился скептически к таким форматам. Оказалось — реально работает. У них и домашка без перегруза. Сам теперь советую знакомым. Удачи!

    Reply
  15. Kendrickavelo

    Will share this on a forum I am part of where it will be appreciated by others working in the same area, and a look at growwithconfidencepathway suggests there is more here worth passing along too, definitely a generous resource that deserves a wider audience than it probably has today across the open internet.

    Reply
  16. TaylorSor

    Picked a friend mentally as the audience for this and decided to send the link, and a look at buildactionabledirectionsteps confirmed the send was the right choice, choosing whom to share content with is a small act of curation that I take more seriously than the public sharing most platforms encourage these days online.

    Reply
  17. CadenMop

    Will be coming back to this for sure, too much good content to absorb in one sitting, and a stop at growthwithdiscipline only added more pages I want to dig through, this site is going onto my regular rotation list because it consistently delivers something worth the visit lately rather than empty filler.

    Reply
  18. AriWal

    Time spent here today felt productive in the way that good reading sessions sometimes do, and a stop at buildwithdirection extended that productive feeling across the rest of the morning, the difference between productive reading and merely passing time is real and this site is consistently on the productive side for me lately.

    Reply
  19. shkola onlain_lvoi

    Признаюсь, сначала очень сильно сомневался в этой затее, но после изучения реальных отзывов наткнулся на один рабочий и проверенный вариант. Если кратко, вот что я понял: современная онлайн-школа для детей — это уровень на порядок выше обычного. Там и программа насыщенная, без лишней воды, и дети занимаются с реальным интересом.

    В общем, кому реально нужно нормальное обучение в теме образовательные онлайн школы — посмотрите условия, вот здесь все выложено без лишней воды: online school online school.

    Если честно, даже не ожидал такого крутого качества. Потому что без четкой системы в обучении сейчас вообще никуда, а тут организована именно грамотно выстроенный учебный процесс. Держите этот вариант у себя в закладках.

    Reply
  20. NicholasJoumb

    Bookmark added with a small mental note that this is a site to keep, and a look at buildyournextvision reinforced the keep status, the verb keep rather than visit captures something about how I think about this kind of site and it is a higher tier of relationship than I have with most places online today.

    Reply
  21. Kak_pbkl

    Чтобы быстро и эффективно найти человека по номеру, воспользуйтесь специализированными сервисами.
    Знаете, многие лезут в дебри, а зря.
    Оптимально сначала связаться с человеком напрямую и корректно представиться.
    Надеюсь, понятно объяснил.

    Reply
  22. Rudyriply

    Better than most of the writing I have come across on this topic recently, simpler and more direct, and a look at discoverpowerfuldirections continued in that same way, a real outlier in a crowded space full of repetitive content that says little while taking up a lot of reader time today which is unfortunate.

    Reply
  23. 1xbet_bnOi

    Güvenli bahis deneyimi için 1xbet güncel adres adresini kullanabilirsiniz.
    artık çok kolay. Giriş yaparken dikkat edilmesi gereken bazı noktalar vardır. Öncelikle resmi web sitesi ziyaret edilmelidir. Güvenli bağlantı sayesinde bilgileriniz korunur.

    Kullanıcılar giriş yapmak için ana sayfadaki giriş linkini kullanmalıdır. Doğru kullanıcı adı ve şifre girilmesi çok önemlidir. Her zaman resmi site olduğundan emin olunması gerekir.

    Yeni kullanıcılar kolayca siteye kayıt olabilirler. Kayıt formunda doğru ve güncel bilgilerin girilmesi tavsiye edilir. Doğrulama aşamasında telefon veya e-posta onayı gerekebilir.

    Hesabınız aktif olduktan sonra çeşitli avantajlarınız olur. Çeşitli spor dallarında bahis yapma imkanı sunulur. Kampanyalar hakkında bilgi alabilir ve fırsatları yakalayabilirsiniz.

    Reply
  24. MarcEstaw

    Excellent execution from start to finish, the post never loses its rhythm and the points stay sharp, and a quick stop at sofatavern kept the same level going, consistency like this across a site is the marker of a serious operation rather than a casual side project running on autopilot somewhere else.

    Reply
  25. StuartOxisk

    However measured this site clears the bar I set for sites I take seriously, and a stop at exploreideasdeeplynow continued clearing that bar, the metrics I use for site quality are admittedly informal but they are consistent and this site has cleared them on multiple measurements across multiple visits which is meaningful for my evaluation.

    Reply
  26. EmilianoCrelp

    A piece that did exactly what it promised in the headline without overshooting or underdelivering, and a look at exploreuntappeddirections continued that calibration, alignment between promise and delivery is a basic editorial virtue that many sites fail at and this site has clearly mastered the matching of expectation and substance throughout pieces.

    Reply
  27. shkola_udon

    Я изначально скептически относился ко всей этой дистанционке. Думал, сын просто будет играть в танчики. Но жена настояла, нашли один портал с живыми учителями: lbs . Честно? Зашли просто на пробный урок, а в итоге остались на весь год. Преподаватели не просто читают по бумажке, а реально вовлекают. Ребенок сам ноутбук включает к началу пары. Так что если кому актуально – очень рекомендую хотя бы тест-драйв пройти.

    Reply
  28. Alexlar

    After reading several posts back to back the consistent voice across them is impressive, and a stop at findyournextsignal continued that voice consistency, sites that maintain a single coherent voice across many pieces by potentially many writers represent serious editorial discipline and this one has clearly developed the institutional consistency needed for that.

    Reply
  29. vivod iz zapoya v stacionare_ihsr

    Народ, приветствую. Слушайте, вопрос сложный, но многим может помочь, особенно когда речь идет о близких людях. Если срочно требуется квалифицированная медицинская помощь, то не рискуйте и не доверяйте случайным объявлениям.

    Мы в свое время тоже столкнулись с этой бедой, и в итоге нашли клинику, где врачи работают профессионально. Кому тоже нужны подробности и условия, советую посмотреть официальный источник: запой санкт петербург запой санкт петербург.

    Там расписаны все аспекты, которые стоит учитывать, реагируют очень быстро, буквально за час. Главное — не затягивать в такие моменты, поможет вовремя принять правильные меры. Пусть все будет хорошо!

    Reply
  30. shkola onlain_xeSt

    Давно искал нормальный вариант, где реально дают живые знания. Особенно когда речь про образовательные онлайн школы — тут ведь нужна нормальная подача. У меня дочка как раз искал гибкий график, так что пришлось перебрать кучу вариантов. В общем, вся подробная информация вот тут: lbs https://shkola-onlajn-55.ru Я если честно ещё пару месяцев назад вообще относился скептически к таким форматам. Оказалось — всё гораздо лучше. У них и обратная связь отличная. Сам теперь советую знакомым. Надеюсь, поможет в выборе.

    Reply
  31. Terrenceinwam

    Generally I do not leave comments but this post merits a small note, and a stop at explorefreshpossibilities extended that comment worthy quality, the urge to actively contribute to a sites community rather than passively consume from it is something specific content provokes and this site has provoked that engagement urge from me today.

    Reply
  32. shkola onlain_gcSt

    Давно хотел найти толковое место, где реально учат делу. Особенно когда речь про образовательные онлайн школы — тут ведь нужна нормальная подача. У меня племянник как раз перешел на удаленку, так что намучились мы знатно. В общем, посмотрите по ссылке: онлайн образование школа онлайн образование школа Я кстати ещё до этого вообще не верил в онлайн образование школа. Оказалось — зря сомневался. У них и домашка без перегруза. В общем, рекомендую присмотреться. Надеюсь, поможет в выборе.

    Reply
  33. ConnorKnino

    The tone stayed consistent across the whole post which is harder than it looks for longer pieces, and a look at startmovingupward continued the same voice, this kind of editorial consistency is a sign of either a single careful writer or a tightly run team and either is impressive today across the broader media environment.

    Reply
  34. vivod iz zapoya v stacionare_rksr

    Приветствую всех участников. Тема здоровья всегда на первом месте, потому что в экстренной ситуации трудно сориентироваться. Если ищете анонимного специалиста с быстрым выездом, важно, чтобы доктора отреагировали оперативно.

    Мы в свое время тоже столкнулись с этой бедой, чтобы помощь оказали без лишних хлопот и в спокойной атмосфере. Кому тоже нужны подробности и условия, вся информация есть здесь: лечение запоя в стационаре санкт петербург лечение запоя в стационаре санкт петербург.

    Врачи дежурят круглосуточно во всех районах, так что найдете ответы на свои вопросы. Надеюсь, эта рекомендация и обращайтесь к настоящим профессионалам. Пусть все будет хорошо!

    Reply
  35. HowardTrith

    Saving this link for the next time someone asks me about this topic, and a look at buildsustainablemomentum expanded what I will be sharing with them, this is the kind of resource that makes a real difference when you are trying to point a friend to something useful and reliable rather than generic marketing pages.

    Reply
  36. shkola onlain_vnoi

    Честно говоря, долго выбирал, куда поступать, но после изучения реальных отзывов наткнулся на один нормальный человеческий вариант. Если кратко, вот что я понял: современная онлайн-школа для детей — это серьёзный и комплексный подход. Там и программа насыщенная, без лишней воды, так что прогресс виден сразу.

    В общем, кому понимает толк в теме онлайн образование школа — убедитесь во всём сами, вот здесь все выложено без лишней воды: школа дистанционного обучения школа дистанционного обучения.

    А я пока пойду дальше разбираться с расписанием. Потому что без четкой системы в обучении сейчас вообще никуда, а тут организована именно частная школа онлайн. Держите этот вариант у себя в закладках.

    Reply
  37. shkola onlain_dboi

    Честно говоря, долго выбирал, куда поступать, но после кучи долгих обсуждений наткнулся на один рабочий и проверенный вариант. Если кратко, вот что я понял: современная школа онлайн — это серьёзный и комплексный подход. Там и домашние задания с подробной индивидуальной проверкой, и дети занимаются с реальным интересом.

    В общем, кому реально нужно нормальное обучение в теме онлайн образование школа — посмотрите условия, вот здесь все расписано в деталях: онлайн школа обучение онлайн школа обучение.

    А я пока пойду дальше разбираться с расписанием. Потому что обычная школа часто проигрывает по всем фронтам, а тут организована именно грамотно выстроенный учебный процесс. Пригодится точно, потом еще спасибо скажете.

    Reply
  38. 1xbet_yoOi

    Güvenli bahis deneyimi için 1xbet giriş adresini kullanabilirsiniz.
    son derece hızlı ve pratik. Giriş yaparken dikkat edilmesi gereken bazı noktalar vardır. Kullanıcılar giriş yapmak için doğru siteyi seçmelidir. Site güvenliğine verilen önem yüksektir.

    Giriş sayfasına yönlendirme için ana sayfadan ilgili buton seçilmeli. Hatalı bilgi girişinde erişim sağlanamaz. Her zaman resmi site olduğundan emin olunması gerekir.

    Üyeliğiniz yoksa, kayıt işlemi birkaç dakika içinde tamamlanabilir. Doğru bilgilerin girilmesi kayıt sonrası işlemleri kolaylaştırır. Bazı durumlarda hesabınızı onaylemek için ek adımlar uygulanabilir.

    Hesabınız aktif olduktan sonra çeşitli avantajlarınız olur. Spor bahisleri ve canlı oyunlar kolaylıkla oynanabilir. Ayrıca güncel promosyonlar ve bonuslar takip edilebilir.

    Reply
  39. Jeanarraf

    A piece that handled multiple complications without becoming confused, and a look at coralharborretailgallery continued that organisational clarity, holding multiple threads in a single piece without losing any of them is a sign of skilled writing and this site has clearly developed the editorial discipline to manage complexity without sacrificing readability throughout.

    Reply
  40. Kendrickavelo

    Just nice to read something that does not feel like it was assembled from a content brief, and a stop at growwithconfidencepathway kept that handcrafted feel going, you can tell when a real human with real understanding is behind the words versus a templated piece churned out for an algorithm to find.

    Reply
  41. MicahSes

    Reading more of the archives is now on my plan for the weekend, and a stop at findnewopportunitypaths confirmed the archive worth the time, the rare archive worth a dedicated reading session rather than just casual sampling is the rare archive of serious work and this site has clearly produced enough of that work to warrant the deeper exploration.

    Reply
  42. Jordanembok

    Honestly this hits the sweet spot between detail and brevity, no rambling and no shortcuts, and a quick visit to findyournextfocusarea kept that going across the related pages, the kind of place that respects your attention without trying to grab it through cheap tactics or attention seeking design choices that get tired fast.

    Reply
  43. melbet_nvet

    Слушайте, наконец-то наткнулся на реальный опыт. Всё расписано до мелочей, даже новичок поймет что к чему. Сам долго мучился, пока не нашел этот гайд. Вот мелбет скачать на андроид бесплатно https://howtoairbrush.com — переходите, там вся суть. Если останутся вопросы, пишите прямо там в комментариях, админ отвечает быстро.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *