<?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>BigSmallThings &#187; mysql</title>
	<atom:link href="http://www.bigsmallthings.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigsmallthings.com</link>
	<description>Блог за нас, Дара и приятели</description>
	<lastBuildDate>Wed, 18 Jan 2012 11:48:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Leopard + mysql</title>
		<link>http://www.bigsmallthings.com/2008/04/20/leopard-mysql/</link>
		<comments>http://www.bigsmallthings.com/2008/04/20/leopard-mysql/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 21:00:32 +0000</pubDate>
		<dc:creator>todor.dragnev</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.bigsmallthings.com/?p=38</guid>
		<description><![CDATA[Инсталирах си mysql през macports, но само с инсталиране нещата не работят  . Ето какво трябва да се пипне за да тръгне сървъра:

sudo /opt/local/lib/mysql5/bin/mysql_install_db &#8211;user=mysql    

sudo mkdir /opt/local/var/run

sudo launchctl load -w \

/Library/LaunchDaemons/org.darwinports.mysql5.plist   

Добавете alias в .profile или .bash_profile:

alias mysqlstart=&#8217;sudo /opt/local/bin/mysqld_safe5&#8242;         

alias mysqlstop=&#8217;/opt/local/bin/mysqladmin5 -u root -p shutdown&#8217;

 

 
]]></description>
			<content:encoded><![CDATA[<p>Инсталирах си <a href="http://www.mysql.com/" title="mysql">mysql</a> през <a href="http://www.macports.org/" title="macports">macports</a>, но само с инсталиране нещата не работят <img src='http://BigSmallThings.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Ето какво трябва да се пипне за да тръгне сървъра:</p>

<blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px">sudo /opt/local/lib/mysql5/bin/mysql_install_db &#8211;user=mysql    </blockquote>

<blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px">sudo mkdir /opt/local/var/run</blockquote>

<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote">sudo launchctl load -w \</blockquote>

<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote"><blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote">/Library/LaunchDaemons/org.darwinports.mysql5.plist   </blockquote></blockquote>

<p>Добавете alias в .profile или .bash_profile:</p>

<blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px">alias mysqlstart=&#8217;sudo /opt/local/bin/mysqld_safe5&#8242;         </blockquote>

<blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px">alias mysqlstop=&#8217;/opt/local/bin/mysqladmin5 -u root -p shutdown&#8217;</blockquote>

<blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px"> </blockquote>

<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigsmallthings.com/2008/04/20/leopard-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

