MySQL Forums
Forum List  »  Newbie

Creating a Read Only Database that reflects new transactions until the session ends
Posted by: Rod LeDieu
Date: May 03, 2017 03:29PM

I have created a PHP / MySQL solution and I want to offer a demo version of the solution such that a user can log in, use the system as if it was "live" but when they log out the database is unchanged or reverts back to its original state. This means that Inserts and Updates will happen during the session but all changes will be lost when the user logs out.

Does anyone know of a way of doing this in MySQL?

Options: ReplyQuote


Subject
Written By
Posted
Creating a Read Only Database that reflects new transactions until the session ends
May 03, 2017 03:29PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.