This is a discussion on how to get shell promt for Mysql in linux server within the MySQL Database forums, part of the Database Forums category; I can't find mysql shell. mysql version is 5.0.33.plz help me about the this matter....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
jatrojoomla wrote:
> I can't find mysql shell. mysql version is 5.0.33.plz help me about > the this matter. You have to install all the mysql packages that comes for your distribution, as it seems to divide it into two packages, one for the server itself and another with the client tools. -- //Aho |
|
|||
|
On Jul 22, 12:04 am, "J.O. Aho" <u...@example.net> wrote:
> jatrojoomla wrote: > > I can't find mysql shell. mysql version is 5.0.33.plz help me about > > the this matter. > > You have to install all the mysql packages that comes for your distribution, > as it seems to divide it into two packages, one for the server itself and > another with the client tools. > > -- > > //Aho I had install mysql-5.0.33 from source code. now I am trying to install MySQL GUI client for linux. but yet I am able to track CUI client, Looks Like: shell> or, MySQL> from where that is avaliable I dont know. |
|
|||
|
jatrojoomla wrote:
> On Jul 22, 12:04 am, "J.O. Aho" <u...@example.net> wrote: >> jatrojoomla wrote: >>> I can't find mysql shell. mysql version is 5.0.33.plz help me about >>> the this matter. >> You have to install all the mysql packages that comes for your distribution, >> as it seems to divide it into two packages, one for the server itself and >> another with the client tools. > I had install mysql-5.0.33 from source code. If you built it from source, then you missed to enable the build of the front end. Check your options used in configure with all the options available. As you have compiled it yourself, keep in mind that you will break things with the package manager of your distribution. > now I am trying to > install MySQL GUI client for linux. I suggest you compile it from source, as you already left the package manager system behind you. but yet I am able to track CUI > client, > Looks Like: shell> > or, MySQL> > from where that is avaliable I dont know. No, it's not the GUI version you got, thats the console client, go to www.mysql.com and download the source for "mysql query browser". And please fix your newsreader, it's rude to include footers when you reply. -- //Aho |
|
|||
|
jatrojoomla wrote:
> On Jul 22, 12:04 am, "J.O. Aho" <u...@example.net> wrote: >> jatrojoomla wrote: >>> I can't find mysql shell. mysql version is 5.0.33.plz help me about >>> the this matter. >> You have to install all the mysql packages that comes for your distribution, >> as it seems to divide it into two packages, one for the server itself and >> another with the client tools. >> >> -- >> >> //Aho > > I had install mysql-5.0.33 from source code. now I am trying to > install MySQL GUI client for linux. but yet I am able to track CUI > client, > Looks Like: shell> > or, MySQL> > from where that is avaliable I dont know. > > > try this: /usr/local/mysql/bin/mysql -p -u root |