That entirely depends on your requirement, if you need it to be
accessible with the same username and password, then configure it with
the same username and password.
thanks Andy.
Quoting Uwe Brauer :
On Mon, 20 Sep 2010 12:14:06 +0200, Johan De Meersman
wrote:
> He did suggest doin
On Mon, Sep 20, 2010 at 12:48 PM, Uwe Brauer wrote:
> > On Mon, 20 Sep 2010 12:14:06 +0200, Johan De Meersman <
> vegiv...@tuxera.be> wrote:
>
> > He did suggest doing mysqladmin create :-p
>
> The only thing which is not clear to me is whether
> db_org and db_clone
> should have the same u
> On Mon, 20 Sep 2010 12:14:06 +0200, Johan De Meersman
> wrote:
> He did suggest doing mysqladmin create :-p
The only thing which is not clear to me is whether
db_org and db_clone
should have the same user (and maybe the same password.)
Uwe Brauer
--
MySQL General Mailing Li
oopss...sorry...i did not see that line
On Mon, Sep 20, 2010 at 3:44 PM, Johan De Meersman wrote:
> He did suggest doing mysqladmin create :-p
>
>
> On Mon, Sep 20, 2010 at 11:58 AM, Ananda Kumar wrote:
>
>> With the method you mentioned, you need to have the new db name already
>> present.
He did suggest doing mysqladmin create :-p
On Mon, Sep 20, 2010 at 11:58 AM, Ananda Kumar wrote:
> With the method you mentioned, you need to have the new db name already
> present.
> You can do it this way or the edit dump file way.
>
> regards
> anandkl
>
> On Mon, Sep 20, 2010 at 3:19 PM, Joh
With the method you mentioned, you need to have the new db name already
present.
You can do it this way or the edit dump file way.
regards
anandkl
On Mon, Sep 20, 2010 at 3:19 PM, Johan De Meersman wrote:
> Not the way he does it :-)
>
> If you use "--databases", mysqldump will add "create datab
Not the way he does it :-)
If you use "--databases", mysqldump will add "create database" and "use
database" statements. if you specify the db without that parameter, it
won't.
On Mon, Sep 20, 2010 at 11:34 AM, Ananda Kumar wrote:
> The dump file has to be edited to replace old db name to the n
The dump file has to be edited to replace old db name to the new db name.
regards
anandkl
On Mon, Sep 20, 2010 at 3:00 PM, Uwe Brauer wrote:
> Hello
>
> I would like to clone a database db_org to db_clone on the same machine.
> Could
> I use the dump command for this? Should the user of both db