It is actually difficult to do what you have seen. The hardest part is assigning permissions for a user. You can skip that if you are testing with root.<br><br># mysqladmin create newdb<br># mysql<br>mysql> GRANT ALL ON newdb.* to someuser@localhost IDENTIFIED BY 'somepass';<br>
^D<br># mysqldump olddb | mysql newdb<br><br>That is it.<br><br><div class="gmail_quote">On Tue, Aug 25, 2009 at 4:31 PM, Robert P. J. Day <span dir="ltr"><<a href="mailto:rpjday@crashcourse.ca">rpjday@crashcourse.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
  i just want to make another "test" copy of a mysql database on the<br>
same system, to mess with while leaving the original alone.  the<br>
solution i've seen is to use mysqldump to dump it, then restore it<br>
under another name.  that, of course, works but is there an internal<br>
mysql command that will do that?  i didn't notice one.<br>
<br>
rday<br>
--<br>
<br>
=======================================================================<br>
Robert P. J. Day                               Waterloo, Ontario, CANADA<br>
<br>
        Linux Consulting, Training and Annoying Kernel Pedantry.<br>
<br>
Web page:                                          <a href="http://crashcourse.ca" target="_blank">http://crashcourse.ca</a><br>
Twitter:                                       <a href="http://twitter.com/rpjday" target="_blank">http://twitter.com/rpjday</a><br>
========================================================================<br>
<br>
_______________________________________________<br>
<a href="http://kwlug-disc_kwlug.org" target="_blank">kwlug-disc_kwlug.org</a> mailing list<br>
<a href="http://kwlug-disc_kwlug.org" target="_blank">kwlug-disc_kwlug.org</a>@<a href="http://kwlug.org" target="_blank">kwlug.org</a><br>
<a href="http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br><a href="http://2bits.com">http://2bits.com</a><br>Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>