Re: Unable to install mysql

2005-06-26 Thread Sergey Spivak
Hi! > I'm not sure you understand the issue. I have the root in linux > but not in mysql! All I want is to install mysql on my linux suse > 9.0. Of course, I have the root access one the server! As > discussed below, I can not add any password on my sql. > All I want is to know how to do it ! I've

Re: ORDER by Question

2005-06-27 Thread Sergey Spivak
Hi > this,among other answers, can be done : > > mysql> select * from names; > +--+ > | name | > +--+ > | | > | The | > | | > | The | > | | > +--+ > 5 rows in set (0.02 sec) > > mysql> select * from names order by replace(name,'The