Thread: Hey guys
View Single Post
  #9  
Old 03-15-2004, 03:47 PM
Tulladar
Sarnak
 
Join Date: Feb 2004
Posts: 30
Default

ok yea.....i got it redownloaded..


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Rick>cd\mysql\bin

C:\mysql\bin>mysql -u root mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.0.18-nt

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

mysql> grant all privileges on *.* to ohdb_18@localhost identified by 'oharadb'
with grant option;
Query OK, 0 rows affected (0.16 sec)

mysql> create database eq;
ERROR 1007: Can't create database 'eq'. Database exists
mysql>


WTF does that mean???