<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for d|b</title>
	
	<link>http://disstress.net</link>
	<description>Sysadmins do it from the command line</description>
	<lastBuildDate>Wed, 08 Jun 2011 18:23:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForDb" /><feedburner:info uri="commentsfordb" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Add Database Users From API by Scot Hacker</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/zD1MThvtfAQ/comment-page-1</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Wed, 08 Jun 2011 18:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=92#comment-476</guid>
		<description>Thanks a bunch Distress. Looks like  I need to rewrite this to work with the  cPanel API. Found a really good tutorial here:

http://www.cpanel.net/blog/integration/2010/05/frequently-asked-scripts-how-do-i-automate-xyz-after-creating-an-account.html</description>
		<content:encoded><![CDATA[<p>Thanks a bunch Distress. Looks like  I need to rewrite this to work with the  cPanel API. Found a really good tutorial here:</p>
<p><a href="http://www.cpanel.net/blog/integration/2010/05/frequently-asked-scripts-how-do-i-automate-xyz-after-creating-an-account.html" rel="nofollow">http://www.cpanel.net/blog/integration/2010/05/frequently-asked-scripts-how-do-i-automate-xyz-after-creating-an-account.html</a></p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/zD1MThvtfAQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/mysql/add-database-users-from-api/comment-page-1#comment-476</feedburner:origLink></item>
	<item>
		<title>Comment on Add Database Users From API by Disstress</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/q9WasxtiMXw/comment-page-1</link>
		<dc:creator>Disstress</dc:creator>
		<pubDate>Wed, 08 Jun 2011 03:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=92#comment-475</guid>
		<description>They introduced db mapping in 11.25 making it optional at that point... come 11.28 it became mandatory: http://www.cpanel.net/blog/integration/2010/05/more-details-about-db-mapping.html

Now if you try to create a database from the command line it will create the DB, but it is not mapped to the user's account. There are some yaml files that the cPanel system uses to keep track of these things now. 

Check out /var/cpanel/databases/ and you will see the database side of the API changes. There are numerous other changes that happened with 11.29, and more still with 11.30.</description>
		<content:encoded><![CDATA[<p>They introduced db mapping in 11.25 making it optional at that point&#8230; come 11.28 it became mandatory: <a href="http://www.cpanel.net/blog/integration/2010/05/more-details-about-db-mapping.html" rel="nofollow">http://www.cpanel.net/blog/integration/2010/05/more-details-about-db-mapping.html</a></p>
<p>Now if you try to create a database from the command line it will create the DB, but it is not mapped to the user&#8217;s account. There are some yaml files that the cPanel system uses to keep track of these things now. </p>
<p>Check out /var/cpanel/databases/ and you will see the database side of the API changes. There are numerous other changes that happened with 11.29, and more still with 11.30.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/q9WasxtiMXw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/mysql/add-database-users-from-api/comment-page-1#comment-475</feedburner:origLink></item>
	<item>
		<title>Comment on Add Database Users From API by Scot Hacker</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/2KOpLthoi50/comment-page-1</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Wed, 08 Jun 2011 02:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=92#comment-474</guid>
		<description>I also maintain a script that generates databases and privileges, which has broken since WHM 11.28. It's here:

https://github.com/shacker/wp-batch-manage

(see wp-create.sh). I'm not using the API - just mysql create and grant statements. Can you provide any other info on what exactly has changed? Thanks.</description>
		<content:encoded><![CDATA[<p>I also maintain a script that generates databases and privileges, which has broken since WHM 11.28. It&#8217;s here:</p>
<p><a href="https://github.com/shacker/wp-batch-manage" rel="nofollow">https://github.com/shacker/wp-batch-manage</a></p>
<p>(see wp-create.sh). I&#8217;m not using the API &#8211; just mysql create and grant statements. Can you provide any other info on what exactly has changed? Thanks.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/2KOpLthoi50" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/mysql/add-database-users-from-api/comment-page-1#comment-474</feedburner:origLink></item>
	<item>
		<title>Comment on cPanel tricks by Carlos Omland</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/NkXZd_STsiE/comment-page-1</link>
		<dc:creator>Carlos Omland</dc:creator>
		<pubDate>Mon, 29 Nov 2010 04:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=1#comment-195</guid>
		<description>Thank you for contributing a best article!</description>
		<content:encoded><![CDATA[<p>Thank you for contributing a best article!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/NkXZd_STsiE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/gen/cpanel-tricks/comment-page-1#comment-195</feedburner:origLink></item>
	<item>
		<title>Comment on cPanel tricks by Sosby9</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/1Ii-HL6SH-8/comment-page-1</link>
		<dc:creator>Sosby9</dc:creator>
		<pubDate>Mon, 29 Nov 2010 03:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=1#comment-194</guid>
		<description>Amazing stuff,Thanks so much for this!This is very useful post for me. This will absolutely going to help me in my projects .</description>
		<content:encoded><![CDATA[<p>Amazing stuff,Thanks so much for this!This is very useful post for me. This will absolutely going to help me in my projects .</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/1Ii-HL6SH-8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/gen/cpanel-tricks/comment-page-1#comment-194</feedburner:origLink></item>
	<item>
		<title>Comment on cPanel tricks by Mi Tweddell</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/WIyonNCEBvM/comment-page-1</link>
		<dc:creator>Mi Tweddell</dc:creator>
		<pubDate>Fri, 26 Nov 2010 18:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=1#comment-190</guid>
		<description>Love your site man keep up the good work</description>
		<content:encoded><![CDATA[<p>Love your site man keep up the good work</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/WIyonNCEBvM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/gen/cpanel-tricks/comment-page-1#comment-190</feedburner:origLink></item>
	<item>
		<title>Comment on cPanel tricks by Jolene Wolzen</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/vl0BE3MDbEI/comment-page-1</link>
		<dc:creator>Jolene Wolzen</dc:creator>
		<pubDate>Fri, 26 Nov 2010 17:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=1#comment-189</guid>
		<description>Nice one dude. Happy Thanksgiving.</description>
		<content:encoded><![CDATA[<p>Nice one dude. Happy Thanksgiving.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/vl0BE3MDbEI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/gen/cpanel-tricks/comment-page-1#comment-189</feedburner:origLink></item>
	<item>
		<title>Comment on cPanel tricks by Alisia Sapienza</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/8-hsBkgKyFw/comment-page-1</link>
		<dc:creator>Alisia Sapienza</dc:creator>
		<pubDate>Fri, 26 Nov 2010 05:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=1#comment-188</guid>
		<description>Thank you very much for contributing a best comment!</description>
		<content:encoded><![CDATA[<p>Thank you very much for contributing a best comment!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/8-hsBkgKyFw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/gen/cpanel-tricks/comment-page-1#comment-188</feedburner:origLink></item>
	<item>
		<title>Comment on cPanel tricks by Bunny Caridine</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/nhZojMJNSQ4/comment-page-1</link>
		<dc:creator>Bunny Caridine</dc:creator>
		<pubDate>Thu, 25 Nov 2010 01:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=1#comment-184</guid>
		<description>Can I just say what a relief to acquire somebody who in reality knows what theyre talking about on the world-wide-web. You without a doubt know how to bring an concern to light and make it essential. Much folks seriously understand this and comprehend this side in the story. I cant think youre not significantly well-known mainly because you absolutely have the gift.</description>
		<content:encoded><![CDATA[<p>Can I just say what a relief to acquire somebody who in reality knows what theyre talking about on the world-wide-web. You without a doubt know how to bring an concern to light and make it essential. Much folks seriously understand this and comprehend this side in the story. I cant think youre not significantly well-known mainly because you absolutely have the gift.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/nhZojMJNSQ4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/gen/cpanel-tricks/comment-page-1#comment-184</feedburner:origLink></item>
	<item>
		<title>Comment on cPanel tricks by Harpster</title>
		<link>http://feedproxy.google.com/~r/CommentsForDb/~3/GWzGfKrhXdc/comment-page-1</link>
		<dc:creator>Harpster</dc:creator>
		<pubDate>Sat, 20 Nov 2010 17:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://disstress.net/?p=1#comment-176</guid>
		<description>Bookmarked, I love your blog! :)</description>
		<content:encoded><![CDATA[<p>Bookmarked, I love your blog! <img src='http://disstress.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/CommentsForDb/~4/GWzGfKrhXdc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://disstress.net/gen/cpanel-tricks/comment-page-1#comment-176</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.264 seconds. --><!-- Cached page generated by WP-Super-Cache on 2011-11-18 08:19:22 -->

