Re:I need help with replicating a master site 15 Years, 4 Months ago
|
Karma: 0
|
Thanks a lot. My Hoster do not allow this. I must create a new database with my serveradministration. Can JMS use an existing database? I am not using JMS on frontend, i am creating all multisites on j!administration. So if I put an existing database can use JMS this one instead of creating a new one?
|
|
|
|
|
Re:I need help with replicating a master site 15 Years, 4 Months ago
|
Karma: 54
|
YES you can create several website into the same DB.
You just have to provide specific table prefix for each slave site.
|
|
|
|
|
Re:I need help with replicating a master site 15 Years, 4 Months ago
|
Karma: 0
|
Yes, at this moment i am using one databse with several sites but I will use vor every slave site an own database .. but an existing! database. but allways jms will create a new one (look at the error some postings before). Or am I doing something wrong?
|
|
|
|
|
Re:I need help with replicating a master site 15 Years, 4 Months ago
|
Karma: 54
|
If you want to replicate a slave site into the samve DB than the one that you replicate then you just have to provide the new table prefix.
When you provide the DB host, name, user and psw then JMS try to create the DB when it does not exists.
|
|
|
|
|
Re:I need help with replicating a master site 15 Years, 4 Months ago
|
Karma: 0
|
edwin2win wrote:
When you provide the DB host, name, user and psw then JMS try to create the DB when it does not exists.
But the database exists and anyway i think jms is trying to create it again because of the Create DB error [1044].
|
|
|
|
|
Re:I need help with replicating a master site 15 Years, 4 Months ago
|
Karma: 54
|
The error 1044 is access denied to the user.
So if this error is related to a CREATE DB then this mean that you try create a new DB and it does NOT already exists.
Perhaps you make an error in one parameter.
When you replicate a website in the same DB, you can let ALL the parameters empty except the table prefix.
|
|
|
|
|
|