Uncomment create database
Permalink
I would like to install concrete5 with a hoster where I do not have the permission to create a table in the database. I can only creat a table by a web backend. So I created the table for the concrete5 installation with the web interface. But when I try to install concrete5 I get this error message: mysql error:
[1064: 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 '-concrete' at line 1] in EXECUTE("show create
database db1081130-concrete")
Is it possible to out comment the code for creating the table, so that the installation creates only the content of the table? Or does someone has a better idea, except changing the hoster. Thx!
[1064: 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 '-concrete' at line 1] in EXECUTE("show create
database db1081130-concrete")
Is it possible to out comment the code for creating the table, so that the installation creates only the content of the table? Or does someone has a better idea, except changing the hoster. Thx!