拖了一个月终于着手并且完成了。其实没有什么难的。但是因为我对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是傻瓜操作,没有怎么弄?这个我也弄了好半天最终解决了,马上再写一篇单独说吧
好啦好啦,到此结束,路人有问题可以在下面留言~
A welcome contrast to the loud takes that have dominated my feed lately, and a look at zingtorch extended that calm voice, content that arrives without yelling has become unusual in the modern attention economy and this site is one of the few places I have found that consistently delivers without raising its voice.
Refreshing to find writing that does not try to manipulate the reader into clicking onto the next page through cliffhangers and forced engagement, and a stop at portguild continued in the same respectful way, this is what reader first design actually looks like in practice rather than just in marketing copy that sounds nice.
Worth pointing out the careful word choice in this post, no buzzwords and no jargon, and a look at lobbydawn 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.
Если честно, сам перерыл кучу форумов в поисках нормальной ткани для мебели. Оказалось, что выбрать подходящий вариант реальная проблема. В общем, смотрите, вот здесь реально толково расписано про плотность, ворс и износостойкость для диванов и кресел, а главное — показаны варианты, которые легко чистить. Вся полезная информация доступна здесь: ткань для обшивки мебели купить ткань для обшивки мебели купить Дальше сами гляньте примеры в интерьере. Да, и не берите первое, что попалось — я уже поплатился кошельком, когда брал мебельную ткань купить с рук. Эта тема реально вывозит по соотношению цена-качество. Имейте в виду: ткань для обивки мебели купить лучше уже с нормальной пропиткой от грязи. Да и рвётся такое полотно гораздо меньше. Не поленитесь, откройте.
Now feeling slightly more committed to my own careful reading practices having read this, and a stop at curiopacts reinforced that commitment, content that models the kind of attention it deserves is content that calibrates the reader and this site has clearly raised my own bar for what to bring to good writing today.
Планируете выездное мероприятие? кейтеринговая компания профессиональная организация выездного питания для свадеб, корпоративов, конференций и частных мероприятий. Разработка меню, приготовление блюд, доставка, сервировка и обслуживание гостей. Полный комплекс услуг для событий любого масштаба.
Top notch writing, every paragraph carries weight and nothing feels like filler, and a stop at draftport reflected that same care, a rare thing on the open web these days where most pages exist for clicks rather than actual reader value or anything close to that which is honestly a real shame.
Skipped past the first paragraph thinking it was setup and had to come back when the rest referenced it, and a stop at buildforwardthinkingmomentum similarly rewarded careful reading from the start, content where every paragraph carries weight is content I now know to read from the beginning rather than skipping ahead.
Слушайте, наконец-то разобрался с этой проблемой. Авторы реально шарят в вопросе, никаких банальных советов из интернета. Рекомендую заглянуть, чтобы не совершать глупых ошибок, как я в прошлый раз. Вот скачать мелбет на андроид скачать мелбет на андроид — сохраняйте себе в закладки, пригодится. Если останутся вопросы, пишите прямо там в комментариях, админ отвечает быстро.
Such writing is increasingly rare and worth supporting through attention, and a stop at findgrowthdirections 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.
Came across this through a roundabout path and now it is on my regular rotation, and a stop at micapacts sealed that decision, the open web still produces serendipitous discoveries when you let the citations and references guide you rather than relying purely on algorithmic feeds for new content recommendations always.
Closed the tab and immediately reopened it ten minutes later because I wanted to reread a part, and a stop at findyourwinningdirection drew the same return, content that pulls you back after closing it is doing something well beyond the average and worth marking as exceptional in my mental catalogue of reliable sites.
Ребята, выручайте! Решил обновить кухонный уголок, а старую обивку уже не найти. Посоветуйте нормальную мебельную ткань для частого использования. где можно купить мебельную ткань вао москва розница где можно купить мебельную ткань вао москва розница Интересно про ткань для обивки мебели — какой вариант самый практичный для дивана, где постоянно лежат с чипсами. Буду благодарен за любые советы, особенно от тех, кто сам перетягивал.
Denemek isteyenler çok soruyor. Bazı adresler çalışmıyor. En sonunda her derde deva bir kaynak keşfettim.
Casino sevenler bilir. Uyarıları dikkate alarak sistemi kurun. Giriş adresi aynen şu şekilde: 1xbet yeni giriş 1xbet yeni giriş. Özetle — 1xbet spor bahislerinin adresi değişti.
Canlı destek anında yardımcı oluyor. Kendi tecrübemi aktarayım — pişman eden bir yer değil. Selametle…
Долго рылся в интернете на разных форумах, Ситуация дурацкая, потерял контакт со старым хорошим другом. Стало дико интересно,. И знаете что? Тут главное знать, куда именно смотреть и какие базы юзать.
Короче, если вас сейчас волнует тот же самый вопрос — как вычислить анонимного абонента, то есть один проверенный временем вариант. Конкретно про то, как узнать по мобильному кто именно звонил — вот здесь всё максимально норм расписано: посмотреть где находится человек по номеру телефона посмотреть где находится человек по номеру телефона.
Проверил лично на себе — тема реально работает. Потому что а тут выложена конкретная и структурированная информация. В общем, кому надо — тот точно воспользуется. Надеюсь, кому-то тоже упростит жизнь.
Случайно наткнулся на один гайд, Ситуация дурацкая, постоянно звонят с незнакомого телефона, а кто — вообще непонятно. Стало дико интересно,. И знаете что? Не всё так сложно в этом плане, как кажется.
Короче, если вас сейчас волнует тот же самый вопрос — пробить странный входящий звонок, то есть один реально работающий и живой сервис. Конкретно про то, как найти человека по номеру телефона — вот здесь всё максимально норм расписано: узнать где человек по номеру телефона узнать где человек по номеру телефона.
Я сам сначала вообще не верил во всё это. Потому что обычный поиск гуглит только рекламный спам. В общем, не теряйте свое время зря на разводняк. Надеюсь, кому-то тоже упростит жизнь.
Коллеги, всем привет! Организуем встречу с дилерами, хочется сделать им приятные и полезные презенты. Интересует надежный поставщик корпоративных подарков с логотипом компании, который не подведет со сроками. корпоративные подарки корпоративные подарки Где сейчас лучше заказывать корпоративные подарки сувениры — в России или все-таки из Китая везти. Может, есть проверенные фабрики, которые работают напрямую, без посредников. А то маркетинговые агентства такой ценник лупят — закачаешься.
Давно искал инфу и наконец-то разобрался с этой проблемой. Там всё разложено по полочкам, без лишней воды и тупых SEO-текстов. Многие на форумах спорят, а ответ лежал на поверхности. Вот мелбет мелбет — советую изучить на досуге. Мне лично это сэкономило кучу времени и нервов, так что делюсь от души.
Such writing is increasingly rare and worth supporting through attention, and a stop at ideaswithtraction 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.
Well crafted post, the structure flows naturally from one point to the next without forcing transitions, and a stop at createforwardexecutionsteps kept the same flow going, you can tell when a writer has thought about how their content reads rather than just what it contains and this is one of those examples.
Denemek isteyenler çok soruyor. Birçok site denedim ama. En sonunda sağlam bir link buldum.
Spor bahislerinde iddialı olanlar buraya. Uyarıları dikkate alarak sistemi kurun. Giriş adresi aynen şu şekilde: 1xbet spor bahislerinin adresi 1xbet spor bahislerinin adresi. Velhasıl kelam — 1xbet türkiye için tek doğru adres bu.
Canlı destek anında yardımcı oluyor. Dost meclisinde öğrendim — pişman eden bir yer değil. Şimdiden bol şans…
Even from a single post the editorial care is clear, and a stop at momentumbymindset extended that care across more pages, the kind of attention to quality that shows up in every paragraph is what separates serious sites from the rest and this one has clearly invested in that paragraph level attention across what I have read.
Skipped the related links section thinking I had read enough and then came back to it later when curiosity got the better of me, and a stop at startsmartgrowth confirmed I should have just read it first, every section of this site appears to deserve careful attention rather than skipping past lazily.
Uzun zamandır böyle bir yer arıyordum valla. Herkes farklı bir şey anlatıyor kafam allak bullak oldu. Adımları doğru sırayla uyguladıktan sonra bağlantı hatasız açıldı. Güvenilir bir kaynak bulmanın ne kadar zor olduğunu hepimiz biliyoruz işte size o adres: 1xbet giriş 1xbet giriş. Yani demem o ki şöyle söyleyeyim — canlı bahis kısmı bile yeterli aslında.
para çekme işlemleri de sorunsuz yani rahat olun. Birçok yeri denedim ama burada karar kıldım — kesinlikle pişman olacağınızı sanmıyorum deneyin. Umarım siz de memnun kalırsınız…
Granted I am giving this site more credit than I usually give new finds, and a look at buildsmartprogress continued earning that credit, the calibration of how much trust to extend after limited exposure is something I do carefully and this site has earned more trust on shorter exposure than most due to consistent quality across.
Açıkçası ben de merak ediyordum. Sürekli engellenen sitelerden bıktım. En sonunda her derde deva bir kaynak keşfettim.
Bahisle ilgilenen arkadaşlara duyurulur. Uyarıları dikkate alarak sistemi kurun. Giriş adresi aynen şu şekilde: 1xbet giriş 1xbet giriş. Velhasıl kelam — 1xbet türkiye için tek doğru adres bu.
Para çekme işlemleri sorunsuz. Dost meclisinde öğrendim — başka yerde aramaya gerek yok. Şimdiden bol şans…
Denemek isteyenler çok soruyor. Birçok site denedim ama. En sonunda güvenilir adrese ulaştım.
Casino sevenler bilir. Uyarıları dikkate alarak sistemi kurun. Giriş adresi aynen şu şekilde: 1xbet spor bahislerinin adresi 1xbet spor bahislerinin adresi. Velhasıl kelam — 1xbet güncel adres arayanlar buraya baksın.
Para çekme işlemleri sorunsuz. Kimseye zararım dokunmaz — deneyen memnun kalmış. Selametle…
Kendi başıma araştırırken buldum. Kapanan siteler yüzünden güvenim sarsılmıştı. Ama sonunda sağlam bir kaynağa denk geldim.
Bilenler zaten anlar. Sistem ayarlarını doğru yaptıktan sonra süreç çok basit. Giriş adresi tam olarak şurada: 1xbet giriş 1xbet giriş. Yani demem o ki — 1xbet güncel adres arayanlar işte karşınızda.
İşlemler hızlı mı derseniz evet. Kendi adıma konuşmam gerekirse — her şey düşünülmüş. Şimdiden keyifli oyunlar…
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 domelegends 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.
Really like that the writer trusts the reader to follow simple logic without restating every previous point, and a stop at edendomes 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.
Reading this in the gap between work projects was a small but meaningful break, and a stop at mochamarket extended that gentle reset, content that provides genuine refreshment rather than just distraction during work breaks is content with a particular kind of utility and this site fits that role for me reliably during work days.
Коллеги, всем привет! Срочно нужна консультация тех, кто уже заказывал мерч для бизнеса. Посоветуйте нормальное изготовление корпоративных сувениров — чтобы и кружки не облазили, и ручки писали. заказать сувенирную продукцию с логотипом заказать сувенирную продукцию с логотипом Кто недавно брал подарки с логотипом под новогодние корпоративы, поделитесь контактами. Может, есть проверенные фабрики, которые работают напрямую, без посредников. Киньте ссылки или названия компаний, буду очень благодарен.
Started reading expecting to disagree and ended mostly nodding along, and a look at frostcoasts continued the pattern, content that wins agreement through evidence and reasoning rather than rhetorical force is the kind that actually shifts minds and this site clearly knows how to do that across what I have read so far.
Pass this along to colleagues if the topic comes up, the framing here is sensible, and a stop at startsmartgrowth adds more useful angles to share, the kind of content that improves conversations rather than just feeding them is what makes a resource genuinely valuable in professional contexts going forward over time and across project boundaries too.
Thank you for the genuine effort here, it shows in every paragraph and not just the headline, and after my visit to portguild I was sure this site cares about getting things right rather than chasing clicks, which is the main reason I will come back later this week to read more.
Liked that the post acknowledged complications rather than pretending they did not exist, and a stop at grippalace 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.
Considered against the flood of similar content this one stands apart in important ways, and a stop at lobbydawn extended that distinctive feel, sites that find their own corner of a crowded topic and stay there are sites worth following and this one has clearly carved out its own space and committed to defending it carefully.
Thanks for the clean writing, no broken sentences and no awkward translations like some other sites have, and a quick stop at ideasintoexecution kept that polish going nicely, it really does make a difference when a reader can move through a page without tripping on every line or going back to reread.
Признаюсь, сначала очень сильно сомневался в этой затее, но после советов хороших знакомых наткнулся на один действительно толковый вариант. Короче, вот что я понял: современная школа онлайн — это не просто унылые вебинарчики. Там и программа насыщенная, без лишней воды, и дети занимаются с реальным интересом.
В общем, кому реально нужно нормальное обучение в теме онлайн образование школа — посмотрите условия, вот здесь все разжевано до мелочей: образовательные онлайн школы образовательные онлайн школы.
Думаю, это как раз то, что сейчас нужно многим родителям. Потому что стандартный дистант бывает дико скучным для ребенка, а тут организована именно грамотно выстроенный учебный процесс. Держите этот вариант у себя в закладках.
The clarity here is something I really appreciate, especially compared to sites that pile on jargon for no reason, and a look at momentumbymindset was the same, simple direct sentences that actually deliver information instead of dancing around the point for paragraphs at a time which wastes reader patience.
Reading this on a difficult day was a small bright spot, and a stop at findyourclearpath extended that brightness, content that improves a hard day is content that has earned a particular kind of place in my reading habits and this site is occupying that uplifting role for me today which I appreciate clearly.
Generally I bookmark sparingly to avoid building up a bookmark graveyard but this one earned a permanent slot, and a stop at zingtorch extended that permanence designation, the few sites I keep permanent bookmarks for are sites I expect to use repeatedly and this one has clearly cleared that expectation bar today.
Quality you can feel from the first paragraph, the writer clearly knows the topic and how to share it, and a quick look at fernbureaus confirmed the same depth runs throughout the rest of the site as well which is rare and worth pointing out when it happens online for any reader passing through.
Now noticing the post fit a particular gap in my reading without my having articulated the gap before, and a look at buildsmartprogress extended that gap filling effect, content that meets needs I had not consciously formulated is content with reader insight and this site has clearly developed that anticipatory editorial sense across many pieces.
Açıkçası ben de önceden çok zorlanıyordum. Sürekli adres değişimi can sıkıyor. Ama sonunda şu linki keşfettim.
Spor bahisleriyle aranız iyiyse burayı kesinlikle tavsiye ederim. Güncel sistem ayarlarını kontrol ettikten sonra erişim sağlamak en mantıklısı. Giriş adresi tam olarak şu şekilde: 1xbet güncel adres 1xbet güncel adres. Özetle anlatmam gerekirse — 1xbet türkiye için doğru adres burası.
Çekimler konusunda hiç sıkıntı yaşamadım. Çevremdekilere de söyledim — başka yerde aramaya gerek yok. Şimdiden bol kazançlar…
Признаюсь, сначала очень сильно сомневался в этой затее, но после советов хороших знакомых наткнулся на один нормальный человеческий вариант. Короче, вот что я понял: современная школа онлайн — это уровень на порядок выше обычного. Там и преподаватели живые и вовлеченные, и дети занимаются с реальным интересом.
В общем, кому реально нужно нормальное обучение в теме онлайн образование школа — почитайте подробности, вот здесь все разжевано до мелочей: онлайн школа 11 класс онлайн школа 11 класс.
А я пока пойду дальше разбираться с расписанием. Потому что без четкой системы в обучении сейчас вообще никуда, а тут организована именно живое регулярное общение с кураторами. Пригодится точно, потом еще спасибо скажете.
After reading several posts back to back the consistent voice across them is impressive, and a stop at domelegends 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.
Коллеги, всем привет! Срочно нужна консультация тех, кто уже заказывал мерч для бизнеса. Посоветуйте нормальное изготовление корпоративных сувениров — чтобы и кружки не облазили, и ручки писали. брендированные подарки клиентам брендированные подарки клиентам Кто недавно брал подарки с логотипом под новогодние корпоративы, поделитесь контактами. Может, есть проверенные фабрики, которые работают напрямую, без посредников. А то маркетинговые агентства такой ценник лупят — закачаешься.
Such writing is increasingly rare and worth supporting through attention, and a stop at createactionforward 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.
Коллеги, всем привет! Встала задача обновить ассортимент брендированной атрибуки для отдела продаж. Посоветуйте нормальное изготовление корпоративных сувениров — чтобы и кружки не облазили, и ручки писали. сувениры и подарки с логотипом https://suvenirnaya-produkcziya-s-logotipom-11.ru А то насчитали мне за брендированные блокноты космос, хотя заказывали всего 50 позиций. Бюджет пока не утвержден, поэтому хочу понять рыночные цены. А то маркетинговые агентства такой ценник лупят — закачаешься.