<?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>Sand2Silicon &#187; phpMyAdmin</title>
	<atom:link href="http://guardiansrealm.net/sand2silicon/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://guardiansrealm.net/sand2silicon</link>
	<description>Hacking the world, one line at a time!</description>
	<lastBuildDate>Wed, 02 Mar 2011 18:02:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Configuring OpenSolaris: Webstack phpMyAdmin</title>
		<link>http://guardiansrealm.net/sand2silicon/2009/06/configuring-opensolaris-webstack-phpmyadmin/</link>
		<comments>http://guardiansrealm.net/sand2silicon/2009/06/configuring-opensolaris-webstack-phpmyadmin/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:00:43 +0000</pubDate>
		<dc:creator>RavenSlay3r</dc:creator>
				<category><![CDATA[2009.06]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Webstack]]></category>

		<guid isPermaLink="false">http://guardiansrealm.net/sand2silicon/?p=96</guid>
		<description><![CDATA[Getting <em>phpMyAdmin</em> running is deceptively simple, unless like me, your utterly clueless and expect it to "just work". Once again, here's the instructions I wish I'd had...]]></description>
			<content:encoded><![CDATA[<p>Getting <em>phpMyAdmin</em> running is deceptively simple, unless like me, your utterly clueless and expect it to &#8220;just work&#8221;.</p>
<ol>
<li> Change your MySQL <em>ROOT</em> password!<br />
<code>$ /usr/mysql/5.1/bin/mysqladmin -u root password {{'NewPassword'}}<br />
$ mysql -u root -p<br />
</code></li>
<li>Install <em>phpMyAdmin</em><br />
<code>$ pfexec pkg set-authority -O http://pkg.opensolaris.org/webstack Webstack<br />
$ pfexec pkg refresh<br />
$ pfexec pkg install pkg://webstack/phpmyadmin<br />
$ man phpmyadmin<br />
$ /usr/bin/phpmyadmin_evaluation_init<br />
</code></li>
</ol>
<p>Final Configuration of phpMyAdmin:</p>
<ol>
<li>As root:<br />
<code># vi /etc/phpmyadmin/config.inc.php<br />
/blowfish_secret</code></li>
<li> In the empty <strong>&#8216; &#8216;</strong> after the <strong>=</strong> type any random string under 46 chars. Doesn&#8217;t matter what (AFAIK) and you won&#8217;t be asked again (AFAIK).</li>
<li><code>:wq</code></li>
</ol>
<p>Point your webbrowser at http://127.0.0.1/phpmyadmin/ and you should be ready to rock &amp; roll. If you have any trouble go back to the <em>origianl</em> <a title="Updated phpMyAdmin package" href="http://blogs.sun.com/jyrivirkki/entry/updated_phpmyadmin_package" target="_blank">Maintainer&#8217;s Blogpost</a> and also read the MAN pages more carefully.</p>
<p>You should also familiarize yourself with Sun&#8217;s: <a title="Sun: Webstack Getting Started Guide" href="http://wikis.sun.com/display/WebStack/Web+Stack+Getting+Started+Guide" target="_blank">Web Stack Getting Started Guide</a></p>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://guardiansrealm.net/sand2silicon/2009/06/configuring-opensolaris-webstack-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

