[MOBY] [MOBY-dev] bug(s) in method DUMP
Mark Wilkinson
markw at illuminae.com
Fri Oct 17 19:11:58 EDT 2003
On Fri, 2003-10-17 at 18:06, Martin Senger wrote:
> I am still lost (please be patient).
:-)
I think we have argued with each other enough to last a lifetime ;-)
> Let's try another way: let's
> assume that you have a dump in a file 'dump.moby'. Could you write me the
> command line that would restore moby central from this file please?
okay... first let's be clear that a single dump wont suffice - MOBY
Central makes 5 different dumps, one for each database... so you will
have to do 5 "restorations" under any circumstance.
But, let's say that you have saved one of these 5 dumps to a file called
dump.moby, and that file represents the dump of the mobycentral
database.
mysql> create database mobycentral
mysql> grant all on mobycentral.* to MyName@'localhost' identified by
'blah'
mysql> exit
senger> mysql -u MyName --password=blah mobycentral < ./dump.moby
Done.
M
--
Mark Wilkinson <markw at illuminae.com>
Illuminae
More information about the MOBY-dev
mailing list