Re: one step up ...

2002-09-27 Thread Clayburn W. Juniel, III
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

Re: one step up ...

2002-09-27 Thread Clive Smart
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"

one step up ...

2002-09-27 Thread hans schneidhofer
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