systemadmin.es » DBA » Nuevo banner del cliente de MySQL

Nuevo banner del cliente de MySQL

Hoy instalando un MySQL me he fijado en el nuevo banner con el copyright de Oracle que sale con el cliente de MySQL:

# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.46-log Source distribution

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Esto es a lo que estábamos acostumbrados hasta ahora:

# mysql -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 806317
Server version: 5.1.30 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

De momento me resulta aún extraño conectar a un MySQL y ver pasar la cadena Oracle por pantalla, aunque el SQLPlus es muy diferente:

$ sqlplus "/ as sysdba"

SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 16:55:52 2010

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL>

Relacionados

Imprimir Imprimir

6 comments to “Nuevo banner del cliente de MySQL”

  1. Es que estos de oracle son muy corporativos… no has visto el banner de openoffice 3.2, la que viene por defecto con ubuntu lucid ? Ya te fijaras….

    Y la pagina de java.com ? Y lo más fuerte: teclea www.sun.com en tu navegador y veras que pasa …

    :(

  2. No lo había visto, estos no se andan con tonterías, un redirect a oracle:

    $ curl -I www.sun.com
    HTTP/1.1 301 Moved Permanently
    Location: http://www.oracle.com
    
  3. Que fuerte me parece esto: “This software comes with ABSOLUTELY NO WARRANTY”

    Eso es “ánimar” a utilizar el software, :(

  4. Bueno, esto es típico de todo software con la GPL:

        <one line to give the program's name and a brief idea of what it does.>
        Copyright (C) <year>  <name of author>
    
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
    
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
    
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/&gt;.
    
  5. Aunque son las mismas palabras, las frases que vienen antes y después en cada una de ellas dan un sentido totalmente distinto.

    Por lo menos esa sensación me da a mi.

    NaCl u2

  6. Si que es verdad que puede sonar más “brusco”, supongo que es por ser breves. Personalmente no me gusta nada que hayan agregado el copyright allí.

Deja un comentario:

XHTML - Tags permitidos:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>