![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| mysql> drop database rcgl-petitions; ERROR 1064: You have an error in your SQL syntax near '-petitions' at line 1 mysql> drop database rcgl\-petitions; ERROR: Unknown command '\-'. ERROR 1064: You have an error in your SQL syntax near '\-petitions' at line 1 mysql> drop database 'rcgl\-petitions'; ERROR 1064: You have an error in your SQL syntax near ''rcgl\-petitions'' at line 1 mysql> drop database 'rcgl-petitions'; ERROR 1064: You have an error in your SQL syntax near ''rcgl-petitions'' at line 1 I also tried dropping it in phpMyAdmin 2.8.0.3 It says "Database `rcgl-petitions` has been dropped. (Query took 0.0002 sec)" but the db is still there. MySQL is 3.23.58-9 under Fedora Core 2. -- * John Oliver http://www.john-oliver.net/ * * Reform California gun laws - http://www.reformcagunlaws.com/ * * http://www.gunownersca.com - http://www.crpa.org/ * * San Diego shooters come to http://shooting.forsandiego.com/ * | |||
| | #2 | ||
| John Oliver wrote: > mysql> drop database rcgl-petitions; > ERROR 1064: You have an error in your SQL syntax near '-petitions' at > line 1 > mysql> drop database rcgl\-petitions; > ERROR: > Unknown command '\-'. > ERROR 1064: You have an error in your SQL syntax near '\-petitions' at > line 1 > mysql> drop database 'rcgl\-petitions'; > ERROR 1064: You have an error in your SQL syntax near > ''rcgl\-petitions'' at line 1 > mysql> drop database 'rcgl-petitions'; > ERROR 1064: You have an error in your SQL syntax near ''rcgl-petitions'' > at line 1 > > I also tried dropping it in phpMyAdmin 2.8.0.3 It says "Database > `rcgl-petitions` has been dropped. (Query took 0.0002 sec)" but the db > is still there. > > MySQL is 3.23.58-9 under Fedora Core 2. > http://dev.mysql.com/doc/refman/5.1/en/legal-names.html DROP DATABASE `rcgl-petitions`; Where ` is a backtick. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== | |||
| Featured Websites | ||||
|
![]() |
| Tags: cannot, drop, table |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| drop index gives me a "copy to tmp table" | Ask Josephsen | Database | 0 | 06-10-2007 12:22 AM |
| Drop Shipping Questions | Thomas Lee Buyea Miami Fla USA | Ebay Technical Questions | 1 | 05-31-2007 1:22 PM |
| Drop down list button not working | Phil | Ebay Technical Questions | 1 | 05-31-2007 11:55 AM |
| The Wii and the Xbox 360 Get a $100 Price Drop | Robert P Holley | Computer Consoles | 8 | 05-30-2007 5:43 PM |
| PS3 Hardware sales drop 82% on second week in the UK | AirRaid | Computer Consoles | 18 | 05-30-2007 5:42 PM |
| Featured Websites | ||||
|