| Friday 04 August 2006 10:43:53 pm 
                                                                 
Hi Kristof-------------quote--------------
 What result do you get when you run this SQL query on your db?
 SHOW CREATE DATABASE somedbnamethatexists;
 ----------end quote-----------
 
I get the following error when querying database 'crewmark_com_au_-_crewmark':ERROR 1064 (42000): 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 '-_crewmark' at line 1
 Thanks. 
Hi Eckhard,-------------quote--------------
 try to create the database with the following command
 
CREATE DATABASE crewmark_com_au_-_xportal DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;----------end quote-----------
 
I get the following error:ERROR 1064 (42000): 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 '-_xportal' at line 1
 Thanks. I am assuming now that this may be a priviledge problem with mysql... I'm on a shared server and although I can create new databases through the Ensim interface, I don't seem to be able to through phpmyadmin or a command line. What sort of access priviledge is required on mysql to get Exponential working? It's not easy being easy.
                                                                 |