Hi im quite new to coding just over a year. i have a website that has a phpmyadmin, mysql Database. Is it possible to clone the database so i can create another website from the same database.
Will the database EVER change? If so, HOW do plan on keeping BOTH databases in sync with each other? If the database is not static, why don't you use the same database for BOTH websites?
Hi yes after looking around it seams pointing both websites to one database is the solution. I wasnt sure if the database could be cloned? just like your web files so creating two websites with two databases. The first website is a directory for tradesmen. I wanted to clone that site so we could then create another website for engineers. thanks for your reply
If content of both websites is different, then best is to create a new database, with same table "structure" only, and "new"data entries. However, if raw data is same for both, only output style is changing, then use the same database. Saves a lot of updating troubles...