拖了一个月终于着手并且完成了。其实没有什么难的。但是因为我对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是傻瓜操作,没有怎么弄?这个我也弄了好半天最终解决了,马上再写一篇单独说吧
好啦好啦,到此结束,路人有问题可以在下面留言~
мостбет слоты бонус http://www.mostbet34850.help
Skipped lunch to finish reading, which says something, and a stop at fibergrid kept me at my desk longer than planned, when content beats the lunch impulse the writer has done something genuinely impressive in an attention environment full of immediately satisfying alternatives competing for the same finite block of reader time.
Genuinely useful read, the points are practical and easy to apply right away, and a quick look at auroracovecraftcollective confirmed that this site is consistent in that approach, looking forward to digging through the rest of it when I get the chance to sit down properly later in the week or this weekend.
Reading this gave me a small refresher on something I had partially forgotten, and a stop at discoveropportunityflowsnow extended the refresher, content that strengthens existing knowledge rather than just adding new is content with a particular kind of consolidating value and this site is providing that consolidating function across multiple visits.
Знаете, ситуация бывает — человек в ступоре , а тащить в клинику нет сил. Я сам через это прошёл пару лет назад . Руки опускаются, время идёт. Начинаешь обзванивать знакомых , а вокруг бабло тянут. Пока случайно не наткнулся на один нормальный проверенный вариант. Требуется немедленная консультация — а везти самому просто нереально, то нужно вызывать врача на дом. Я про вызвать нарколога на дом . У нас в Самаре, если честно, тоже полно шарлатанов . Вся проверенная информация вот тут : нарколога на дом нарколога на дом Честно скажу , после того как вник в детали, понял, как правильно действовать. И про снятие запоя на дому, и про последующее кодирование. Плюс анонимность — это важно . Рекомендую не откладывать.
However measured this site clears the bar I set for sites I take seriously, and a stop at seacovemerchantgallery 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.
Just dropping by to say thanks for the effort, it does not go unnoticed when a writer cares this much about the reader, and after I went through lacehelm I was certain this is one of the better corners of the internet for this particular kind of content which is genuinely refreshing.
Once you start reading carefully here it is hard to go back to lower quality alternatives, and a stop at elitedawn reinforced that ratchet effect, the way good content raises standards is real over time and this site has clearly contributed to raising my expectations for what is possible in writing on the topic generally.
Really grateful for content like this, it does not waste my time and it does not insult my intelligence either, and a quick look at lacehelms was the same, balanced respectful writing that makes a person feel welcome rather than rushed through pages of forced engagement just to keep clicking around.
Honestly the simplicity is what makes this work, the topic is not buried under filler words or overly complex examples, and a quick look at zencoveartisanexchange showed the same sensible style, I left with what I came for and no headache from over reading which is a real win these days.
bitcoin poker gambling bitcoin poker gambling .
Народ, привет! долго откладывал этот момент до последнего, но на прошлой неделе все-таки зарегился ради интереса в мелбет. Скажу так — залетел нормально и без проблем,. У кого новый айфон — тоже всё без проблем запускается,. Надо мелбет скачать на айфон? В интерфейсе даже ребёнок разберётся.
Короче, вся полезная инфа и актуальный сайт доступны вот тут: . Кстати, кто спрашивал про мелбет приложение — мобильная версия работает без лагов,. И вывод средств действительно быстрый. Я уже выводил пару раз выигранные деньги — никаких косяков с выплатами нет,. Это лучшее, что я пробовал из подобного. Удачи всем!
bitcoin poker canada bitcoin poker canada .
Вот такая тема выматывает , когда близкий просто не может остановиться . Ломаешь голову , а вокруг одна реклама . Моему брату потребовался срочный метод . Пьют успокоительное , но это не помогает . Требуется именно профессиональная помощь . Я перелопатил кучу сайтов , пока понял одну простую вещь: без круглосуточного наблюдения ничего не выйдет . Потому что дома срыв стопроцентный . Если ищешь где сделать экстренного вывода из запоя под капельницами — тогда тебе сюда . В Нижнем , кстати, тоже полно шарлатанов . Лучше сразу перейти на сайт, где нет вранья про кодировку от алкоголя и работу нарколога . Подробности по ссылке: кодирование от алкоголизма кодирование от алкоголизма После прочтения , сам удивился , сколько подводных камней в этой теме. Главное — анонимность и палаты. Для нашего города это проверенный временем вариант.
Reading this gave me confidence to make a decision I had been putting off, and a stop at buildstrategicprogress reinforced that confidence, content that translates into action in my own life rather than just informing it is content with the highest practical value and this site is generating that action level utility for me lately.
Вот такая тема реально бесит , когда человек просто не может остановиться . Ломаешь голову , а вокруг одна реклама . Знакомому потребовался срочный метод . Многие хватаются за таблетки , но это не помогает . Требуется именно врачебное вмешательство . Пролистал пол-интернета , пока понял одну простую вещь: без круглосуточного наблюдения ничего не выйдет . Потому что дома срыв гарантирован . Ищешь нормальный вариант для вывода из запоя в стационаре — тогда тебе сюда . В Нижнем , кстати, тоже полно шарлатанов . Советую перейти на сайт, где реально раскладывают по полочкам про кодирование от алкоголизма и работу нарколога . Подробности по ссылке: наркологические клиники нижний новгород наркологические клиники нижний новгород После прочтения , сам офигел , сколько подводных камней в этой теме. И кстати, цены адекватные. Для Нижнего это реально стоящий вариант.
bitcoin cash poker sites http://www.poker-bitcoin.de .
beste bitcoin poker sites https://poker-bitcoin-deutschland.de/ .
Honestly this hits the sweet spot between detail and brevity, no rambling and no shortcuts, and a quick visit to executeideasbetter 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.
ignition poker bitcoin onlinepoker-bitcoin.de .
Знаете, поиск действительно проверенного медицинского центра — это всегда целая проблема и головная боль. Многие лично сталкивались с такой ситуацией,, когда кому-то из членов семьи внезапно потребовалась экстренная и профессиональная поддержка. И в этот момент обычно начинается паника просто из-за банальной нехватки информации.
Мой коллега по работе долго искал по-настоящему работающий и безопасный выход. Очень сложно с ходу отличить реальные отзывы пациентов от банальной рекламы. Короче говоря, советую присмотреться к одному источнику, там подробно расписаны все важные условия и нюансы про круглосуточную наркологическую поддержку и условия проживания. В такой ситуации лучше один раз внимательно глянуть самостоятельно, чтобы четко во всем разобраться.
Все важные детали и лицензии центра находятся только тут: клиника вывода из запоя со стационаром https://www.narkologicheskij-staczionar-sankt-peterburg-12.ru. Честно говоря, после изучения всех условий, насколько там много полезных нюансов и скрытых факторов, включая комфортные условия содержания, современные палаты и полную анонимность. В Питере это определенно достойный внимания и доверия медицинский центр, который стабильно работает и имеет хорошие отзывы.
Thanks again for the post, I learned a couple of things I can actually use later this week, and after I went over opaldune the rest of the site looked equally promising, definitely going to spend more time here when I get a free moment over the weekend to read more carefully.
crazy time free play demo crazy time free play demo .
Felt slightly impressed without being able to point to one specific reason, and a look at elaniris continued that diffuse positive feeling, when content works at a level you cannot easily articulate the writer is doing something with craft rather than just delivering information and that is something I have learned to recognise.
crazy time today http://www.crazy-timeitalia.com .
Pleasant surprise, the post delivered more than the headline promised, and a stop at cadetarena continued that pattern of under promising and over delivering, the rarest combination on the modern web where most content does the opposite by promising the world and delivering thin recycled summaries instead each time you click on something interesting.
best online poker bitcoin best online poker bitcoin .
Açıkçası ben de bulana kadar çok uğraştım. Kapanan sitelerden gına geldi artık. En sonunda şu linkte karar kıldım.
Spor bahislerinde gözünüz varsa burayı kaçırmayın derim. Gerekli tüm teknik kontrolleri yapıp adımları uyguladıktan sonra erişim açıldı. Giriş adresi tam olarak şurada: 1xbet spor bahislerinin adresi 1xbet spor bahislerinin adresi. Ne diyeyim yani anlayacağınız — 1xbet spor bahislerinin adresi burada işte.
Hiçbir sorun yaşatmadı bugüne kadar. Araştırmayı seven biriyim — pişman olacağınızı sanmıyorum. Umarım işinize yarar…
Reading this on a phone at a coffee shop and finding it perfectly suited to that context, and a stop at discoveropportunityflowsnow continued the comfortable mobile experience, content that works across reading conditions without compromising on substance is increasingly important and this site has clearly thought about the whole reader experience here.
Without overstating it this is a quietly excellent post, and a look at auroracovecraftcollective extended that quiet excellence, content that earns superlatives without demanding them through marketing language is content that has truly earned them through the substance and this site has clearly produced work in that earned excellence category today.
us online poker bitcoin bitcoin-poker-de.de .
Stands out for actually being useful instead of just being long, and a look at irisarbor kept that going, length without value is the default mode of most blogs these days but this site has clearly chosen a different path which I respect a lot as a reader who values careful editing decisions like that.
monopoly big win today result live india https://monopoly-casino-in.com/
Once I had read three posts the editorial pattern was clear, and a look at neatdawn confirmed the pattern from a fourth angle, sites where the underlying approach reveals itself through accumulated reading rather than being announced are sites with real depth and this one has that quality clearly visible across multiple pieces consistently.
bitcoin video poker site bitcoin video poker site .
how to deposit into online poker using bitcoin http://www.poker-bitcoin-deutschland.de .
bitcoin poker review https://onlinepoker-bitcoin.de/ .
Знаете, ситуация бывает — близкий совсем плох, а тащить в клинику нет сил. Я сам через это прошёл недавно. Сидишь, не знаешь что делать . Начинаешь обзванивать знакомых , а вокруг одни обещания . Пока кто-то не подсказал один реально работающий вариант. Требуется немедленная консультация — а везти самому просто нереально, то нужно вызывать врача на дом. Я про круглосуточный выезд нарколога. В Самаре , если честно, тоже полно левых контор без лицензии. Нормальные контакты, кто реально приезжает вот тут : услуги нарколога https://narkolog-na-dom-samara-13.ru Откровенно говоря, после того как прочитал , многое прояснилось . И про снятие запоя на дому, и про последующее кодирование. И цены адекватные, без разводов. Рекомендую не тянуть .
Closed it feeling I had taken something away rather than just consumed something, and a stop at seacovemerchantgallery extended that taking away feeling, the difference between content I extract value from and content I just pass through is something I track informally and this site is consistently in the value extraction column for me.
Worth pointing out that the writer made the topic feel more interesting than I had been expecting, and a look at tealharborcommercegallery continued that elevation effect, content that improves the apparent quality of its subject through skilled treatment is doing something real and this site has clearly developed that kind of editorial alchemy throughout.
Друзья, всем здравствуйте. долго не решался завести аккаунт, но на прошлой неделе все-таки начал пользоваться сервисом в melbet. Скажу так — залетел нормально и без проблем,. У кого новый айфон — тоже всё без проблем запускается,. Надо скачать мелбет на андроид? За пять минут софт поставил на смарт,.
Короче, сами гляньте все условия по ссылке: . Кстати, кто спрашивал про мелбет приложение — всё очень удобно и грамотно сделано. И фрибеты регулярно прилетают на баланс,. Я уже выводил пару раз выигранные деньги — служба поддержки работает норм,. Сам теперь только туда захожу. Пользуйтесь на здоровье, пусть повезет!
Well structured and easy to read, that combination is rarer than people think, and a stop at gladeridgeartisanexchange confirmed the same standard runs across the rest of the site, definitely the kind of place I will be coming back to when this topic comes up in conversation later again over the weeks ahead.
Saving the link for sure, this one is a keeper, and a look at learnandrefinegrowth confirmed I should bookmark the entire site rather than just this page, the consistency across what I have seen so far suggests there is a lot more here worth coming back for soon when I have more time.
best bitcoin poker sites best bitcoin poker sites .
Pleasant surprise, the post delivered more than the headline promised, and a stop at cadetarena continued that pattern of under promising and over delivering, the rarest combination on the modern web where most content does the opposite by promising the world and delivering thin recycled summaries instead each time you click on something interesting.
1win apk download Republica Moldova https://1win5759.help
mostbet пополнение https://www.mostbet30562.online
monopoly big baller live result https://monopoly-casino-in.com/
The examples really helped me grasp the points faster than abstract descriptions would have, and a stop at growwithconfidenceforward added a few more practical illustrations that drove the message home, the kind of writing that knows its readers learn better through concrete situations rather than vague generalities is rare and worth recognising clearly.
ignition poker bitcoin withdrawal ignition poker bitcoin withdrawal .