[Solar-tecnica] problema al instalar DRUPAL

Daniel Olivera daniel en ututo.org
Vie Nov 18 16:17:08 CET 2005


On Fri, 18 Nov 2005 12:07:41 -0300
Marco Antonio de Hoyos <mhoyos en gmail.com> wrote:

> El 18/11/05, Fernando Toledo<ftoledo en docksud.com.ar> escribió:
> > aparentemente no te quedo bien la estructura de la base de datos
> > (por el error digo, porque el drupal no lo uso)
> > desdes tu maquina hace
> > mysql
> > use base_deL_drupal;
> > show tables;
> > y fijate si existe
> >
> 

Aca la info que viene en el paquete Drupal para UTUTO
Asumo que son todos iguales.


-----
2. CREATE THE DRUPAL DATABASE

   This step is only necessary if you don't already have a database
   set-up (e.g. by your host). If you control your databases through a
   web-based control panel, check its documentation for creating
databases, as the following instructions are for the command-line only.

   These instructions are for MySQL. If you are using another database,
   check the database documentation. In the following examples,
   'dba_user' is an example MySQL user which has the CREATE and GRANT
   privileges. Use the appropriate user name for your system.

   First, you must create a new database for your Drupal site
   (here, 'drupal' is the name of the new database):

     mysqladmin -u dba_user -p create drupal

   MySQL will prompt for the 'dba_user' database password and then
create the initial database files. Next you must login and set the
access database rights:

     mysql -u dba_user -p

   Again, you will be asked for the 'dba_user' database password.
   At the MySQL prompt, enter following command:

     GRANT ALL PRIVILEGES ON drupal.*
        TO nobody en localhost IDENTIFIED BY 'password';

   where

    'drupal' is the name of your database
    'nobody en localhost' is the username of your webserver MySQL account
    'password' is the password required to log in as the MySQL user

   If successful, MySQL will reply with:

     Query OK, 0 rows affected

   To activate the new permissions you must enter the command:

     flush privileges;

   and then enter '\q' to exit MySQL.
--------------------



happy hacking!!
-- 
Daniel Olivera (Mate.Cosido) - UTUTO

ICQ: 8368437 - Jabber: dolivera en jabber.org
IPv4/IPv6 site: www.ututo.org
UTUTO XS 2005.1 - Linux 2.6.13-U5
------------ próxima parte ------------
Se ha borrado un mensaje que no está en formato texto plano...
Nombre     : no disponible
Tipo       : application/pgp-signature
Tamaño     : 189 bytes
Descripción: no disponible
Url        : /pipermail/solar-tecnica/attachments/20051118/45aa6fe9/attachment.pgp


Más información sobre la lista de distribución Solar-tecnica