Title: database name cannot contain &#8211;
Last modified: August 22, 2016

---

# database name cannot contain –

 *  Resolved [cdeniro](https://wordpress.org/support/users/cdeniro/)
 * (@cdeniro)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/database-name-cannot-contain/)
 * this plugin doesnt work with a db name containing a –
    Fatal Error (600)
 * You have an error in your SQL syntax; check the manual that corresponds to your
   MySQL server version for the right syntax to use near ‘-cases’ at line 1
    I verified
   everything works using another db name which doesnt contain a –
 * I saw in another post backticks can be used but i have tried and it doesnt resolve
   the issue
    Where should they be placed?
 * [https://wordpress.org/plugins/abase/](https://wordpress.org/plugins/abase/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [cdeniro](https://wordpress.org/support/users/cdeniro/)
 * (@cdeniro)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/database-name-cannot-contain/#post-5490523)
 * I solved this by adding backticks on line 598 of abase.php
    $sqlTables2 = mysql_query(“
   SHOW TABLES FROM `$sqlDatabase`“, $abase_conn)

Viewing 1 replies (of 1 total)

The topic ‘database name cannot contain –’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/abase.svg)
 * [ABASE](https://wordpress.org/plugins/abase/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/abase/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/abase/)
 * [Active Topics](https://wordpress.org/support/plugin/abase/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/abase/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/abase/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [cdeniro](https://wordpress.org/support/users/cdeniro/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/database-name-cannot-contain/#post-5490523)
 * Status: resolved