Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/08/2009, 10:43
tirengarfio
 
Fecha de Ingreso: septiembre-2008
Mensajes: 146
Antigüedad: 15 años, 7 meses
Puntos: 1
BD de que no existe dice que existe

Hola,

estoy intentando crear una base de datos llamada "rs". Pero cuando la creo me dice que ya existe, aunque parace que no existe...

Código:
t@t-laptop:/home/aplis_sf/rs/config$ mysqladmin -uroot -p create rs
Enter password: 
mysqladmin: CREATE DATABASE failed; error: 'Can't create database 'rs'; database exists'
t@t-laptop:/home/aplis_sf/rs/config$ mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 367
Server version: 5.0.51a-3ubuntu5.4 (Ubuntu)

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

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema | 
+--------------------+
1 row in set (0.02 sec)

mysql>
Alguna idea?

Ciao