Re: [PHP] Database Duplication

2002-04-30 Thread Liam Gibbs
Maybe I should explain myself a little better. Sorry for leaving out what turned out to be crucial details. What is happening is I want to make a test user so that, whenever I log in with that user, I can muck up the database and not worry about what others will see or permanent changes. In the

Re: [PHP] Database Duplication

2002-04-30 Thread Jason Wong
On Tuesday 30 April 2002 21:57, Liam Gibbs wrote: Maybe I should explain myself a little better. Sorry for leaving out what turned out to be crucial details. I think someone asked in response to your original post what db are you using?. You still haven't told us! -- Jason Wong - Gremlins

Re: [PHP] Database Duplication

2002-04-30 Thread Richard Emery
not provide what you needed. What additional functionality are you seeking? - Original Message - From: Liam Gibbs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 8:57 AM Subject: Re: [PHP] Database Duplication Maybe I should explain myself a little better. Sorry for leaving

Re: [PHP] Database Duplication

2002-04-30 Thread Liam Gibbs
I'm going to guess you are using mysql. Dagwood. I always leave details out. Doesn't matter what it is. Yes, it's MySQL, and I'm forwarding this to the list because you're not the only one that caught my oversight. Sorry about that again. Before starting a test, dump your database with the

Re: [PHP] Database Duplication

2002-04-30 Thread Miguel Cruz
On Tue, 30 Apr 2002, Liam Gibbs wrote: Before starting a test, dump your database with the mysqldump command. Edit this file to create/use your test database. Load your test database with this file. Hmm. No I didn't do this. Not too familiar with all the intricacies of MySQL (or SQL).

[PHP] Database Duplication

2002-04-29 Thread Liam Gibbs
I'm not sure if this is possible in PHP (maybe it's even an SQL problem, I dunno), but is there a command that will duplicate a database? I need to make a 'mirror' of it that I can dispose of after my user logs out that won't change the source database at all.

Re: [PHP] Database Duplication

2002-04-29 Thread Miguel Cruz
On Mon, 29 Apr 2002, Liam Gibbs wrote: I'm not sure if this is possible in PHP (maybe it's even an SQL problem, I dunno), but is there a command that will duplicate a database? I need to make a 'mirror' of it that I can dispose of after my user logs out that won't change the source database

Re: [PHP] Database Duplication

2002-04-29 Thread Richard Emery
: Liam Gibbs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 29, 2002 3:21 PM Subject: [PHP] Database Duplication I'm not sure if this is possible in PHP (maybe it's even an SQL problem, I dunno), but is there a command that will duplicate a database? I need to make a 'mirror' of it that I