<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mysql-server &#8211; 這世上 沒有偶然 只有必然</title>
	<atom:link href="https://wordpress.lokidea.com/tag/mysql-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.lokidea.com</link>
	<description>幻幽的小小分享區</description>
	<lastBuildDate>Sat, 10 Dec 2016 15:22:37 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>更新ubuntu14.04 -&#062;16.04遇到的問題【345/366】</title>
		<link>https://wordpress.lokidea.com/1406/%e6%9b%b4%e6%96%b0ubuntu14-04-16-04%e9%81%87%e5%88%b0%e7%9a%84%e5%95%8f%e9%a1%8c%e3%80%90345-366%e3%80%91/</link>
					<comments>https://wordpress.lokidea.com/1406/%e6%9b%b4%e6%96%b0ubuntu14-04-16-04%e9%81%87%e5%88%b0%e7%9a%84%e5%95%8f%e9%a1%8c%e3%80%90345-366%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sat, 10 Dec 2016 15:22:37 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[每日一篇]]></category>
		<category><![CDATA[mysql-server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 16.04]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1406</guid>

					<description><![CDATA[之前剛好有機會使用到ubuntu 16.04 發現PHP7變成預設了 今天剛好下午有時間就更新了一下 沒想到光 &#8230; <a href="https://wordpress.lokidea.com/1406/%e6%9b%b4%e6%96%b0ubuntu14-04-16-04%e9%81%87%e5%88%b0%e7%9a%84%e5%95%8f%e9%a1%8c%e3%80%90345-366%e3%80%91/" class="more-link">閱讀全文 <span class="screen-reader-text">更新ubuntu14.04 -&#62;16.04遇到的問題【345/366】</span></a>]]></description>
										<content:encoded><![CDATA[<p>之前剛好有機會使用到ubuntu 16.04<br />
發現PHP7變成預設了<br />
今天剛好下午有時間就更新了一下<br />
沒想到光是下載更新就花了快兩個小時<br />
<span id="more-1406"></span><br />
更新完比較大的問題只有 mysql-server-5.7沒辦法順利啟動<br />
一開始以為是PHP7沒有支援mysql，結果只是mysql沒有正確啟動<br />
<a href="http://askubuntu.com/questions/777845/mysql-not-working-after-upgrade-from-14-04-to-16-04" target="_blank" rel="noopener noreferrer">MySQL not working after upgrade from 14.04 to 16.04 &#8211; Ask Ubuntu</a><br />
找到這篇<br />
改了my.cnf還是不能啟動<br />
又找了一會就是找不到問題<br />
就重新安裝了mysql-server-5.7<br />
重裝好就跳了訊息說</p>
<blockquote><p>innodb_use_sys_malloc = 1</p></blockquote>
<p>這行設定有問題，砍掉以後就可以正常啟動mysql了<br />
但是&#8230;.<br />
wordpress進來以後<br />
又有一個新問題<br />
就是curl沒有安裝<br />
又跑去google一下<br />
找到兩篇文章</p>
<ul>
<li><a href="http://askubuntu.com/questions/794862/cannot-install-php7-0-curl-on-ubuntu-16-04-php-7" target="_blank" rel="noopener noreferrer">Cannot install php7.0-curl on Ubuntu 16.04 &amp; PHP 7 &#8211; Ask Ubuntu</a></li>
<li><a href="http://askubuntu.com/questions/767551/cannot-install-php-curl-on-ubuntu-16-04-php-7" target="_blank" rel="noopener noreferrer">apache2 &#8211; Cannot install php-curl on Ubuntu 16.04 &amp; PHP 7 &#8211; Ask Ubuntu</a></li>
</ul>
<p>執行了兩個curl的安裝</p>
<blockquote><p>apt-get install php-curl<br />
apt-get install php7.0-curl</p></blockquote>
<p>重啟apache2以後就正常可以使用了</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1406/%e6%9b%b4%e6%96%b0ubuntu14-04-16-04%e9%81%87%e5%88%b0%e7%9a%84%e5%95%8f%e9%a1%8c%e3%80%90345-366%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
