mysql create table syntax needs a change
Posted: Thu Nov 11, 2010 12:36 pm
Hello,
I'm try to install CMSMS 1.8.2 on server with php5.2 and everything that's needed to work is fulfilled. I'm stuck on step 5 because the script cannot create tables in my database. I tried a lot of stuff and I found a solution. In order to create a table on my host I have to use this syntax:
CREATE TABLE user.table_name ...
while CMSMS create it the normal way:
CREATE TABLE able_name ...
Could you tell me which files to change and where to put that addition to make the CMS work? I could add the user manually to stay hard-coded as I will always user the same username. Or, is there any other solution?
Thanks in advance,
DiH
I'm try to install CMSMS 1.8.2 on server with php5.2 and everything that's needed to work is fulfilled. I'm stuck on step 5 because the script cannot create tables in my database. I tried a lot of stuff and I found a solution. In order to create a table on my host I have to use this syntax:
CREATE TABLE user.table_name ...
while CMSMS create it the normal way:
CREATE TABLE able_name ...
Could you tell me which files to change and where to put that addition to make the CMS work? I could add the user manually to stay hard-coded as I will always user the same username. Or, is there any other solution?
Thanks in advance,
DiH