On Friday, September 27, 2002, at 12:56 PM, hans schneidhofer wrote:
> hi list,
> have a simple newbie-question
> was looking for a possibility to go back one step after do a "use
> sample_db"
> but cannot find anything in the doc-files.
>
> what I mean is this :
> logging into mysql with using
Hi there
Just type in: "show databases;", which will list all databases,
then type in: "use mysql;" or whichever database you require
Simple
Clive
hans schneidhofer wrote:
> hi list,
> have a simple newbie-question
> was looking for a possibility to go back one step after do a "use sample_db"
hi list,
have a simple newbie-question
was looking for a possibility to go back one step after do a "use sample_db"
but cannot find anything in the doc-files.
what I mean is this :
logging into mysql with using :
mysql -u root -p
then I get :
mysql >
now I'm using "use sample_db"
and can do some