拖了一个月终于着手并且完成了。其实没有什么难的。但是因为我对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是傻瓜操作,没有怎么弄?这个我也弄了好半天最终解决了,马上再写一篇单独说吧
好啦好啦,到此结束,路人有问题可以在下面留言~
Genuine pleasure to read, and that is not something I say often after a casual click through, and a quick visit to growintentionallynow kept the same feeling going across the rest of the site, finding writing that actually feels good to spend time with rather than just functional is increasingly rare on the open web.
Picked this for my morning read because the topic seemed worth the time, and a look at discovernewfocuspoints confirmed the choice was right, my morning reading slot is precious and giving it to this site felt like a good investment rather than a waste which is a higher endorsement than I usually offer for content.
Now appreciating the way the post avoided the temptation to be longer than necessary, and a look at discoverinnovativepaths continued that lean approach, content with the discipline to stop when finished rather than padding for length is content that respects both itself and its readers and this site has that disciplined editorial culture clearly throughout.
Found this really helpful, the explanations are simple but they actually answer the questions a normal reader would have, and after I followed growwithclearstrategy I had a clearer sense of the topic, no extra fluff just useful points laid out in a sensible order that made the time worth it.
Now sitting back and recognising that this was a small but real win in my reading day, and a stop at findgrowthsolutionspath extended that quiet win, the cumulative effect of small reading wins versus the cumulative effect of small reading losses is real over time and this site is contributing to the wins side of that ledger.
More substantial than most of what I find searching for this topic online, and a stop at seometric kept that quality consistent, this is one of those sites where the writing actually rewards careful reading rather than punishing the patient reader with empty filler stretched out across long paragraphs that say very little.
Found this via a link from another piece I was reading and the click was worth it, and a stop at createclaritydrivengrowth extended the value across more material, the open web still rewards clicking through citations when the underlying writers care about each other work and this site clearly belongs to that network.
Чтобы быстро и эффективно узнать местонахождение по номеру телефона, воспользуйтесь платформами которые не врут.
В общем, тема такая, не для паники.
Результаты можно дополнительно фильтровать по дате и источнику.
Да, и ещё момент — без фанатизма.
Чтобы быстро и эффективно узнать местонахождение по номеру телефона, воспользуйтесь нормальными ребята реально помогают.
Слушай, тут главное — без глупостей.
Найдённые ссылки стоит сортировать и фильтровать по времени и ресурсу.
Да, и ещё момент — без фанатизма.
Worth flagging this site to a few specific friends who would appreciate the editorial sensibility, and a look at learnandoptimizepathwaynow added more pages I will mention to them, recommending sites to specific people requires understanding both the site and the person and this site is making those personalised recommendations easy and natural for me.
Слушайте, кому актуально, свежая инфа. Нашел чистый вариант, все работает без проблем здесь: мелбет казино скачать на андроид.
Сам сервис предлагает отличные условия для игроков, выбор спортивных дисциплин впечатляет. К тому же трансляции матчей идут без задержек.
Там сейчас активируется стартовый фрибет, что очень даже кстати. Что думаете?
mel bet mel bet
A satisfying piece in the way that good meals are satisfying rather than just filling, and a look at discovernewdirectionpaths extended that satisfaction, the metaphor between content and meals is one I find useful and this site reads as a satisfying meal rather than the empty calories that most content provides for casual readers.
Felt the post was written for someone like me without explicitly addressing me, and a look at learnandoptimizepath produced the same fit, when content lands on its target without pandering you know the writer has done careful audience thinking rather than relying on demographic targeting or interest signals to do the work of editorial decisions.
Got something practical out of this that I can apply later this week, and a stop at foxarbor added more details to think about, this is exactly the kind of content I bookmark for future reference rather than the throwaway listicles that dominate most search results these days for almost any common topic.
Worth saying that the post fit naturally into a rhythm of careful reading, and a stop at learnandadvancegrowth extended the same rhythm, content that pairs well with how I actually read rather than demanding a different mode is content well calibrated to its likely audience and this site has clearly thought about that consistently.
Most attempts at writing on this topic feel like they are missing something and this post finally identified what was missing, and a look at learnandacceleratesuccess extended that diagnostic clarity, content that names what is wrong with adjacent treatments while doing better itself is content with both critical and constructive value and this site has both.
Now thinking the topic is more interesting than I had given it credit for, and a stop at findyournextbreakpoint continued that elevated interest, content that revives my curiosity about subjects I had set aside is doing genuine work in the structure of my interests and this site is providing that revivifying effect today actually.
Приветствую всех участников. Тема здоровья всегда на первом месте, особенно когда речь идет о близких людях. Когда нужен проверенный и опытный врач для капельницы, то не рискуйте и не доверяйте случайным объявлениям.
Мы в свое время тоже столкнулись с этой бедой, чтобы помощь оказали без лишних хлопот и в спокойной атмосфере. Кому тоже нужны подробности и условия, советую посмотреть официальный источник: выведение из запоя стационар санкт петербург выведение из запоя стационар санкт петербург.
На этом ресурсе действительно дана полная информация, так что найдете ответы на свои вопросы. Надеюсь, эта рекомендация и обращайтесь к настоящим профессионалам. Всем душевного спокойствия!
Took the time to read every paragraph rather than skimming for the punchline, and a quick visit to seospark earned the same careful attention from me, that is the highest signal I can give about content quality because my default mode is rapid scanning rather than deliberate reading on most pages.
Such writing is increasingly rare and worth supporting through attention, and a stop at discoverinnovativegrowthpaths extended that supportive attention across more pages, the conscious choice to spend time on sites that produce careful work rather than convenient consumption is itself a small form of patronage and this site is receiving that conscious patronage from me.
Güvenli bahis deneyimi için 1xbet yeni giriş adresini kullanabilirsiniz.
1xbet platformuna giriş işlemi. Üyelik ve giriş süreci hızlıca tamamlanabilir. Kullanıcılar giriş yapmak için doğru siteyi seçmelidir. Güvenli bağlantı sayesinde bilgileriniz korunur.
1xbet giriş ekranına ulaşmak için sayfanın üst kısmındaki giriş butonuna tıklanmalıdır. Kullanıcı adı ve şifre alanları özenle doldurulmalıdır. Kişisel bilgilerinizi girmeden önce sayfanın orijinalliği onaylanmalıdır.
Eğer henüz üye değilseniz, basit bir formla kayıt olunabilir. Kayıt formunda doğru ve güncel bilgilerin girilmesi tavsiye edilir. Hesap güvenliği için doğrulama zorunlu olabilir.
Siteye giriş sonrası birçok seçenek sizleri bekler. Spor bahisleri ve canlı oyunlar kolaylıkla oynanabilir. Kampanyalar hakkında bilgi alabilir ve fırsatları yakalayabilirsiniz.
Decided not to comment because the post said what needed saying, and a stop at itobout continued that complete feel, content that does not invite obvious additions or corrections from readers is content that has been carefully considered and this site appears to consistently produce pieces that satisfy rather than provoke unnecessary follow ups.
Слушайте, кому актуально, свежая инфа. Многие спрашивали, делюсь полезной ссылкой: melbet скачать на андроид.
Вообще проект радует удобным интерфейсом, выбор спортивных дисциплин впечатляет. Порадовало, что есть нормальные live-ставки.
И еще, при регистрации можно неплохо увеличить первый депозит, так что можно затестить. Всем удачи!
Liked that the post acknowledged complications rather than pretending they did not exist, and a stop at discovernewfocuspoints continued that honest framing, sites that handle complexity with care rather than papering it over with simplifying claims are doing real intellectual work and this one is clearly in that category based on what I have read.
Really nice to see things explained without overcomplicating the topic, the words flow naturally and stay easy to follow, and a short visit to findgrowthsolutionsnow only added to that experience because the same simple approach is used across the rest of the page too without any change in tone.
Picked this site to mention to a colleague who would benefit, and a look at growintentionallynow added more material I will pass along, recommending sites to colleagues is a higher bar than recommending to friends because the professional context demands more careful curation and this site cleared the professional bar without me having to think.
Honestly enjoyed reading this more than I expected to when I first clicked through, and a stop at tennisvortex kept that pleasant surprise going, sometimes you stumble onto a site that just clicks with how you like to read and this is one of those for me right now today which is great.
Halfway through I knew I would finish the post, and a stop at createconsistentdirectionalgrowth also held me through to the end, content that signals its quality early and then sustains it is content with real internal consistency and this site has clearly figured out how to maintain quality from opening sentence through to closing thought.
Reading this gave me the rare experience of fully agreeing with all the conclusions, and a stop at buildsustainablegrowth continued that agreement pattern, content that aligns with my existing views without seeming designed to do so is just content that happens to be reasonable and this site reads as reasonable rather than ideological mostly.
The post made the topic feel approachable without making it feel trivial, that is a fine balance, and a stop at buildsustainabledirection maintained the same balance, finding the middle ground between welcoming and serious is genuinely difficult and the writers here have clearly figured out how to consistently hit it well across many different posts.
Reading this in a quiet coffee shop matched the calm energy of the writing, and a stop at createforwarddirection extended that environmental match, content that has its own ambient quality which can match or clash with surroundings is content with a personality and this site has the kind of personality that suits calm reading.
Güvenli bahis deneyimi için 1xbet güncel adres adresini kullanabilirsiniz.
son derece hızlı ve pratik. Giriş yaparken dikkat edilmesi gereken bazı noktalar vardır. Öncelikle resmi web sitesi ziyaret edilmelidir. Site güvenliğine verilen önem yüksektir.
1xbet giriş ekranına ulaşmak için sayfanın üst kısmındaki giriş butonuna tıklanmalıdır. Hatalı bilgi girişinde erişim sağlanamaz. Sahte sitelere karşı dikkatli olunması önerilir.
Yeni kullanıcılar kolayca siteye kayıt olabilirler. Doğru bilgilerin girilmesi kayıt sonrası işlemleri kolaylaştırır. Hesap güvenliği için doğrulama zorunlu olabilir.
Siteye giriş sonrası birçok seçenek sizleri bekler. Spor bahisleri ve canlı oyunlar kolaylıkla oynanabilir. Bonuslar ve özel tekliflerle kazancınızı artırabilirsiniz.
Top tier post, the kind that makes you want to share the link with friends working in the same area, and a stop at discovernewdirectionpaths only made me more confident in doing that, this site is one of the better resources I have seen on the topic recently across both new and older posts.
Will recommend this to a couple of friends who have been asking about this exact topic, and after learnandoptimizepath I have even more reason to do so, the kind of site that earns word of mouth rather than chasing it through aggressive marketing or paid placements is always a treat to find online.
Reading this on a slow Sunday and finding it perfectly suited to a slow Sunday read, and a quick stop at discovernewangles kept the same gentle pace, content that fits the mood of the moment is something I notice and remember and this site has the kind of pace that suits relaxed reading sessions especially well.
A clear cut above the usual noise on the subject, and a look at dazzquays only made that gap wider in my view, the kind of place that earns its visitors through quality rather than through aggressive marketing or sponsored placements which is increasingly the only way most sites stay afloat across the modern web.
Reading this with my morning coffee turned into reading the related posts with my morning coffee, and a stop at findgrowthsolutionsnow stretched the morning further, content that pulls breakfast into a reading session rather than just accompanying it is content that has earned a higher claim on my attention than the average article does.
A clear case of writing that does not try to do too much in one post, and a look at discovermeaningfulpaths maintained the same scoped discipline, posts that try to cover too much end up covering nothing well and this site has clearly chosen scope discipline as a core editorial principle which shows up clearly in what I read.
Following a few of the internal links revealed more posts of similar quality, and a stop at buildsustainablegrowth added more to that growing pile, sites where internal links lead to more good content rather than to more of the same recycled material are sites with depth and this one has clearly built that depth carefully.
Honestly impressed by how much useful content sits in such a small post, and a stop at buildsustainablegrowthdirection confirmed the rest of the site packs a similar punch, density without confusion is a hard balance to strike and this site has clearly cracked the code on it across many different topic areas covered.
Оформление необходимых документов (12)
A piece that did not try to be timeless and ended up reading as durable anyway, and a look at learnandadvancegrowth 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.
Reading this in the morning set a good tone for the day, and a quick visit to itobout kept that good tone going, content can do that sometimes when it hits the right notes and finding sites that consistently strike that tone is something I have learned to recognise and reward with regular visits.
The whole experience of reading this was pleasant from start to finish, no pop ups and no annoying interruptions, and a look at seotrail continued that clean experience, technical choices about page design matter for the reader and this site clearly cares about the small details that add up to comfort across multiple visits.
Güvenli bahis deneyimi için 1xbet güncel adres adresini kullanabilirsiniz.
1xbet hesabınıza erişim sağlamak. Bu siteye erişim için birkaç adım yeterlidir. İlk olarak doğru adresin kullanılması önemlidir. SSL sertifikası ile güvenliğiniz sağlanır.
1xbet giriş ekranına ulaşmak için sayfanın üst kısmındaki giriş butonuna tıklanmalıdır. Kullanıcı adı ve şifre alanları özenle doldurulmalıdır. Kişisel bilgilerinizi girmeden önce sayfanın orijinalliği onaylanmalıdır.
Üyeliğiniz yoksa, kayıt işlemi birkaç dakika içinde tamamlanabilir. Kayıt formunda doğru ve güncel bilgilerin girilmesi tavsiye edilir. Hesap güvenliği için doğrulama zorunlu olabilir.
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.
Güvenli bahis deneyimi için 1xbet türkiye adresini kullanabilirsiniz.
1xbet hesabınıza erişim sağlamak. Bu siteye erişim için birkaç adım yeterlidir. Öncelikle resmi web sitesi ziyaret edilmelidir. SSL sertifikası ile güvenliğiniz sağlanır.
Kullanıcılar giriş yapmak için ana sayfadaki giriş linkini kullanmalıdır. 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. Hesap güvenliği için doğrulama zorunlu olabilir.
Siteye giriş sonrası birçok seçenek sizleri bekler. Bahisler, canlı casino ve diğer oyunlar gibi aktiviteler erişilebilir hale gelir. Bonuslar ve özel tekliflerle kazancınızı artırabilirsiniz.
Really like that the writer trusts the reader to follow simple logic without restating every previous point, and a stop at startmovingwithpurpose kept that respect going, treating an audience as capable adults rather than as people who need constant hand holding makes a noticeable difference in the reading experience for me.
Appreciated that the writer trusted the reader to follow along without constant restating of earlier points, and a look at growintentionallyahead continued that respect for the reader, treating an audience as capable adults rather than as people to be hand held through every paragraph is something I notice and value highly across the open internet today.
Approaching this with the usual skepticism I bring to new sites and being slowly persuaded, and a stop at buildsustainabledirection continued that gradual persuasion, the careful path from skeptical reader to genuine fan is the only one I trust and this site has walked me along that path through patient consistent quality across pieces.