<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Multiple blank images with no data. New post.]]></title><description><![CDATA[<p dir="auto">Re: [Multiple images with no title](no size)</p>
<p dir="auto">I,m a noob at mysql so I have a question for the community. We are running Fog 1.2.0 on Ubuntu 14.04 LTS.<br />
My question is how do i get to the sql interface to run the command " DELETE FROM fog.images WHERE imageName IN (‘’,NULL);" ?<br />
We also had multiple blank images start populating our database, seems to have stopped at 32,205 count. Any help would be appreciated. Thanks!</p>
]]></description><link>http://forums.fogproject.org/topic/8435/multiple-blank-images-with-no-data-new-post</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 20:38:07 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/8435.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Aug 2016 13:15:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple blank images with no data. New post. on Wed, 24 Aug 2016 14:29:09 GMT]]></title><description><![CDATA[<p dir="auto">Wayne,</p>
<p dir="auto">Thank you so very much that solved our problem!! We are a school district in Texas and this was slowing things down a bit.</p>
]]></description><link>http://forums.fogproject.org/post/77449</link><guid isPermaLink="true">http://forums.fogproject.org/post/77449</guid><dc:creator><![CDATA[RRoss]]></dc:creator><pubDate>Wed, 24 Aug 2016 14:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple blank images with no data. New post. on Wed, 24 Aug 2016 18:51:27 GMT]]></title><description><![CDATA[<p dir="auto">Open terminal.</p>
<p dir="auto">Switch to root properly by typing<br />
<code>sudo -i</code></p>
<p dir="auto">Then, access mysql by first calling MySQL<br />
<code>mysql</code><br />
If MySQL is password protected, it’d instead be<br />
<code>mysql -u root -p</code>  ,press enter, and then supply the password.</p>
<p dir="auto">Then switch to the fog database by typing<br />
<code>use fog;</code></p>
<p dir="auto">Run your commands:<br />
<code>DELETE FROM fog.images WHERE imageName IN (’’,NULL);</code></p>
<p dir="auto">To quit MySQL when you are done, type<br />
<code>quit</code></p>
]]></description><link>http://forums.fogproject.org/post/77430</link><guid isPermaLink="true">http://forums.fogproject.org/post/77430</guid><dc:creator><![CDATA[Wayne Workman]]></dc:creator><pubDate>Wed, 24 Aug 2016 18:51:27 GMT</pubDate></item></channel></rss>