<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040740" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040740</link>
    <description></description>
    <language>en</language>
          <item>
    <title>check if you might have used</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1285540</link>
    <description> &lt;p&gt;check if you might have used dot anywhere in the database.. be it in the name of table or column...&lt;br /&gt;
I used a dot in &quot;D.O.B&quot; which is the reason for error..&lt;br /&gt;
working fine after i removed the dot&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Jun 2013 08:33:59 +0000</pubDate>
 <dc:creator>harishaero</dc:creator>
 <guid isPermaLink="false">comment 1285540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The directory has been</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228767</link>
    <description> &lt;p&gt;The directory has been deleted, and there seems to be no adverse effects. Thanks for all the help!&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Feb 2008 06:30:07 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1228767 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Plus, unfortunately, I do</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228762</link>
    <description> &lt;blockquote&gt;&lt;p&gt;Plus, unfortunately, I do not have root access to my server, even though it&#039;s a dedicated server.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If what Greg K suggested doesn&#039;t work, you&#039;re probably going to have to raise a support ticket with your hosts. Not having root access is a pain! We have that problem here.&lt;/p&gt;
&lt;p&gt;I gave it a try myself, by manually creating a folder in &lt;code&gt;/var/lib/mysql/borked.name&lt;/code&gt;, then tried to &lt;code&gt;DROP DATABASE&lt;/code&gt; on it. It failed with the usual &#039;incorrect database name&#039; error. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It doesn&#039;t help much, because you don&#039;t have root access, but deleting the database directory didn&#039;t have any nasty side-effects (as far as I could see: your mileage may vary).&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Feb 2008 00:41:17 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1228762 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>try properly calling it&#039;s</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228755</link>
    <description> &lt;p&gt;try properly calling it&#039;s name wrapping it with mySQL&#039;s quoting character, the backtick. ` &amp;lt;- to the left of the 1 key&lt;/p&gt;
&lt;p&gt;SELECT `fieldname` FROM `database`.`table`;&lt;/p&gt;
&lt;p&gt;DROP DATABASE `data.base`;&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 21:10:37 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1228755 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The repercussions are what</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228752</link>
    <description> &lt;p&gt;The repercussions are what worries me. I have over a dozen clients using databases on the same db server, so I need to know that whatever fix I try is not going to screw their stuff up.&lt;/p&gt;
&lt;p&gt;Plus, unfortunately, I do not have root access to my server, even though it&#039;s a dedicated server. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 19:13:30 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1228752 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Do you have root access to</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228751</link>
    <description> &lt;p&gt;Do you have root access to the server? You should be able to go into the mysql data dir and delete the database at a file level. My data dir is /var/lib/mysql. Inside that directory, you will see all your databases (as directories), just remove the directory named after the database.&lt;/p&gt;
&lt;p&gt;It worked for me. I don&#039;t know about the repercussions of doing it though...&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 16:36:32 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1228751 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I actually don&#039;t even need</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228749</link>
    <description> &lt;p&gt;I actually don&#039;t even need the db any more. However, it won&#039;t let me delete or rename it, or even view the tables within it. I&#039;m fine with completely deleting it, as it was just a temporary copy of another table.&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 15:06:17 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1228749 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Urm, I know this sounds</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228747</link>
    <description> &lt;p&gt;Urm, I know this sounds kinda obvious which leaves me thinking it&#039;s not possible or you have already tried it, can&#039;t you rename the DB?&lt;/p&gt;
&lt;p&gt;Or export all the tables, create another DB with the name you want and import the tables into that.&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 09:28:50 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1228747 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yes, I did try that, to no</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228745</link>
    <description> &lt;p&gt;Yes, I did try that, to no avail.&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 07:53:02 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1228745 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Have you tried escaping the</title>
    <link>https://www.webmaster-forums.net/web-database-development/dropping-database-invalid-name#comment-1228743</link>
    <description> &lt;p&gt;Have you tried escaping the dot?  So, if the database was &quot;Some.DB&quot;, type in &quot;Some\.DB&quot;.&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 01:10:43 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1228743 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
