John Bevan wrote:
> Greetings all!
>
> I am very much a green newbie in the world of MySQL and thus I have what
> I expect is a simple question but have looked to find an answer without
> success. The question is, Once a person "uses" a database, how does he
> close that database without exiting MySQL or issuing another "use"
> command? Is there something like a "close" or "unuse" command? I have
> not been able to find an answer to this anywhere.
>
> Thanks in advance for the help!
>
> --John
>
No, but unless you're using transactions, just using a database doesn't
hold anyone else up. It's not really the same as opening a file - more
like setting a directory to use for file operations.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================