网站/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是傻瓜操作,没有怎么弄?这个我也弄了好半天最终解决了,马上再写一篇单独说吧

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

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

  1. mostbet_bfmn

    Беттеры, отзовитесь кто откуда. Вечно то лаги на сайте в самый ответственный момент, Нервов потратил на этих конторах — мама не горюй до тех пор, не протестировал единственное место, где реально не кидают с отличной линией на все популярные спортивные события. Вывод честно заработанных денег занимает буквально 5 минут,

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

    Reply
  2. 888starz_emst

    In Egypt, the official 888starz platform unites online casino and sports betting in one place.

    888starz provides more than 5000 titles including slots, roulette and blackjack from leading studios.

    The official site offers competitive odds and live betting with real-time updates.

    The official site offers regular bonuses such as 50% cashback and various insurance deals.

    The official 888starz site supports multiple payment methods including bank cards and e-wallets like Skrill and Neteller.

    888starz 888starz apk

    Reply
  3. 888starz_pcst

    The official website ensures a safe, licensed environment that protects player data and funds.

    The latest slots and most popular titles are featured at the top of the casino page.

    The sportsbook on the official 888starz site covers more than 50 sports from around the world.

    888starz highlights the latest bonuses and promotions available to players in Egypt.

    The official 888starz site supports multiple payment methods including bank cards and e-wallets like Skrill and Neteller.

    888starz 888starz

    Reply
  4. trabajo estudiantes malaga

    Desde la atencion sanitaria hasta los oficios calificados, Espana necesita personas cualificadas en todo el pais — los empleadores buscan contratar constantemente. En nuestro sitio encontraras trabajo urgente, desde grandes corporaciones hasta pequenas empresas locales, para que puedas enviar tu primera solicitud hoy mismo.

    Reply
  5. 888starz_uboi

    888starz 888starz apk

    Users can obtain the apk file and install it on an Android device without hassle.

    Installing the 888starz app on Android requires enabling the unknown sources option in settings.

    The apk ensures smooth performance on both old and new devices alike.

    Updating the app periodically ensures a safer, more stable experience for the user.

    The 888starz app is also available for iPhone on iOS with the same ease of use.

    Reply
  6. mostbet_enor

    Народ, кто реально ставит? А служба поддержки молчит как рыба и не отвечает. Денег слил на всяком говне и нечестных букмекерах пока чисто случайно не наткнулся на сервис, который работает стабильно и честно, и предлагает topoвые условия как для ординаров, так и для экспрессов. Вывод честно заработанных денег занимает буквально 5 минут,

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

    Reply
  7. mostbet_cwkl

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

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

    Reply
  8. 888starz_lhOl

    The apk file is lightweight, making it suitable for a wide range of Android devices.

    The app installs quickly so the user can open it right away.

    The apk ensures smooth performance on both old and new devices alike.

    It is advisable to check the apk permissions during installation to protect data privacy.

    888starz supports iOS devices so iPhone users can install the app easily.

    888starz 888starz

    Reply
  9. 888starz_mgoi

    888starz 888starz

    The apk file can be downloaded directly onto Android devices in a few simple steps.

    Before installing the apk on Android, allow installation from external sources.

    The app runs efficiently even on mid-range devices without lag.

    Updating the apk continuously helps improve security and patch potential vulnerabilities.

    iOS users get the app in an easy and direct way on their device.

    Reply
  10. 888starz_uwml

    888starz apk 888starz

    The platform is licensed internationally, ensuring full protection of player accounts.

    The 888starz casino features more than 5000 games from top providers like Pragmatic Play, NetEnt and Microgaming.

    888starz provides high payout rates and in-play betting during matches.

    All offers and bonuses are clearly displayed on the official site for easy access.

    Registration on the official site takes just minutes via phone, email or one click.

    Reply
  11. 888starz_tast

    The 888starz application has spread quickly among smartphone owners in Uzbekistan.

    After downloading the file, simply tap it and wait for the installation to complete automatically.

    The 888starz app for Android delivers fast performance and a smooth, mobile-optimized interface.

    Updating the apk continuously helps improve security and patch potential vulnerabilities.

    888starz supports iOS devices so iPhone users can install the app easily.

    888starz 888starz

    Reply
  12. 888starz_kaml

    The 888starz application has spread quickly among smartphone owners in Uzbekistan.

    To install the apk on Android, first enable installation from unknown sources.

    The app runs efficiently even on mid-range devices without lag.

    Reviewing the required permissions before installing the app is important.

    The 888starz app is also available for iPhone on iOS with the same ease of use.

    888starz 888starz apk

    Reply
  13. mostbet_raEi

    Слушайте, кто сейчас в теме? То вообще доступ к аккаунту без причин закрывают, Нервов потратил на этих конторах — мама не горюй до тех пор, не протестировал единственное место, где реально не кидают начиная от удобного интерфейса и заканчивая официальной лицензией. Всё летает как часы в любое время суток,

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

    Reply
  14. 888starz_crst

    The official website ensures a safe, licensed environment that protects player data and funds.

    Players can join over 300 live casino tables with real dealers at any time.

    The official site allows betting on more than 50 sports covering major global events.

    888starz highlights the latest bonuses and promotions available to players in Uzbekistan.

    The official 888starz site supports multiple payment methods including bank cards and e-wallets like Skrill and Neteller.

    888starz 888starz apk

    Reply
  15. 888starz_byOl

    The app requires little storage space, making it easy to install on any phone.

    After downloading the file, simply tap it and wait for the installation to complete automatically.

    Updating the apk as soon as a new version is released is recommended for the latest improvements.

    Downloading the apk from the official site is best to avoid untrusted files.

    The iPhone app is known for stable performance and a design tailored to iOS screens.

    888starz 888starz apk

    Reply
  16. 888starz_mzEl

    The official 888starz website in Egypt brings casino games and sports betting together on a single platform.

    888starz provides more than 5000 titles including slots, roulette and blackjack from leading studios.

    Strong odds and live betting come with instant updates on results and statistics.

    888starz offers new players in Egypt a welcome offer reaching 1500 euros and 150 free spins.

    A 24/7 support team is available in English and the local language through live chat and email.

    888starz apk 888starz apk

    Reply
  17. 888starz_nyml

    888starz apk 888starz apk

    The apk file is lightweight, making it suitable for a wide range of Android devices.

    The app installs as soon as the apk file is opened and the steps are confirmed.

    The 888starz app for Android delivers fast performance and a smooth, mobile-optimized interface.

    Updating the apk continuously helps improve security and patch potential vulnerabilities.

    The 888starz app is also available for iPhone on iOS with the same ease of use.

    Reply
  18. 888starz_ryPa

    The app requires little storage space, making it easy to install on any phone.

    Before installing the apk on Android, allow installation from external sources.

    The Android version of the 888starz app stands out for its speed and comfortable design.

    Getting the 888starz apk from a trusted source is preferable to keep the device safe.

    The iOS version offers the same performance as the Android one with an interface refined for Apple devices.

    888starz apk 888starz apk

    Reply
  19. true_tdei

    The official True Fortune casino has built a strong reputation with players across the United Kingdom.

    The live casino section brings authentic tables with professional dealers straight to any device.

    Every wager earns loyalty points that can be exchanged for bonus credit.

    The casino aims to process cashouts fast, especially for verified accounts.

    True Fortune operates under an official licence and uses SSL encryption to protect player data.

    A detailed FAQ and clear terms make it easy for players in the United Kingdom to find answers fast.

    100 bonus code for true fortune casino no deposit bonus 100 bonus code for true fortune casino no deposit bonus

    Reply
  20. 888starz_pnml

    The site is fully localized with an easy interface suited to users in Uzbekistan.

    The official site offers over five thousand casino and slot titles from trusted developers.

    Players can bet on major competitions from the English league to the top tournaments in Uzbekistan.

    888starz offers new players in Uzbekistan a welcome offer reaching 1500 euros and 150 free spins.

    The official site offers fast sign-up via phone number, email or one-click option.

    888starz 888starz

    Reply
  21. true_lipt

    True Fortune casino has become a go-to online casino for many players in the United Kingdom.

    The True Fortune casino features thousands of slots from leading providers like Pragmatic Play, NetEnt and Play’n GO.

    Frequent players climb a VIP ladder that unlocks better rewards and faster withdrawals.

    true fortune no deposit bonus codes 2025 for existing players true fortune no deposit bonus codes 2025 for existing players

    The casino aims to process cashouts fast, especially for verified accounts.

    All games run on certified random number generators for provably fair results.

    Transparent terms and a helpful FAQ section cover deposits, bonuses and withdrawals.

    Reply
  22. 888starz_vooi

    888starz 888starz

    888starz operates under an official license guaranteeing security and fair play for all users.

    Trending slot machines and new releases are highlighted prominently on the official site.

    The sportsbook on the official 888starz site covers more than 50 sports from around the world.

    All offers and bonuses are clearly displayed on the official site for easy access.

    The official site provides continuous support all day in multiple languages across several channels.

    Reply
  23. true_keOi

    True Fortune is tailored to players in the United Kingdom, with familiar payment methods and clear terms.

    Big-money jackpots and trending games are easy to find on the homepage.

    New players in the United Kingdom can claim a generous welcome bonus with free spins on their first deposit.

    True Fortune supports popular payment methods including Visa, Mastercard and e-wallets like Skrill and Neteller.

    Players in the United Kingdom can use built-in tools to keep their gambling under control.

    A detailed FAQ and clear terms make it easy for players in the United Kingdom to find answers fast.

    true fortune true fortune

    Reply
  24. mostbet_wrmn

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

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

    Reply
  25. 888starz_jfEl

    Users can obtain the apk file and install it on an Android device without hassle.

    Installing the 888starz app on Android requires enabling the unknown sources option in settings.

    The app runs efficiently even on mid-range devices without lag.

    Getting the 888starz apk from a trusted source is preferable to keep the device safe.

    888starz supports iOS devices so iPhone users can install the app easily.

    888starz apk 888starz apk

    Reply
  26. 888starz_oePa

    The site is fully localized with an easy interface suited to users in Uzbekistan.

    Trending slot machines and new releases are highlighted prominently on the official site.

    Players can bet on major competitions from the English league to the top tournaments in Uzbekistan.

    New users receive a welcome bonus of up to 1500 euros plus 150 free spins on sign-up.

    Registration on the official site takes just minutes via phone, email or one click.

    888starz apk 888starz apk

    Reply
  27. true_ulei

    The official True Fortune website brings hundreds of games together on a single, easy-to-use platform.

    Progressive jackpots and top-rated new releases are highlighted in the casino lobby.

    Frequent players climb a VIP ladder that unlocks better rewards and faster withdrawals.

    Players can fund their account via cards, digital wallets and modern payment services.

    True Fortune promotes responsible gaming with limits, time-outs and support links.

    The site is fully responsive, adapting to any screen size on the go.

    true fortune free 250 chip no deposit true fortune free 250 chip no deposit

    Reply
  28. 888starz_etoi

    888starz 888starz apk

    The app has a small size that does not take up much phone memory.

    Installing the apk finishes in a short time, making the app ready instantly.

    The 888starz app for Android delivers fast performance and a smooth, mobile-optimized interface.

    Getting the 888starz apk from a trusted source is preferable to keep the device safe.

    Installation on iOS is straightforward and needs no extra settings.

    Reply

Leave a Reply

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