Hi. Is it possible to make a second site by creating a new table in the database or do you have to create another mysql database altogether? If it is possible then what needs to be changed?
Hi. Is it possible to make a second site by creating a new table in the database or do you have to create another mysql database altogether? If it is possible then what needs to be changed?
Last edited by Koll; 10-14-2012 at 06:58 PM.
Depends, if both sites are on the same server then creating a new table and accessing that from the second site will do.
If the sites are on different servers, then you need to give mysql (the one with the original database) the ip/server address port etc so the other site can access its database and proceed as above.
Live Long, watch TV and prosper
Bookmarks