Marty,
I've copied the list on this reply. I hope you don't mind. It's a good
idea to keep the discussion on the list. There are a lot of experts
there, so the speed and quality of your answers is improved when you
send to the list rather than to an individual. Plus, others may benefit
fro
mysql wrote:
HI everyone:
I am using a dual 800 MHz power mac G4 in which I have installed MySQL.
When ever I try to create a new database in MySQL, I receive the
following error
"mysql> create database dogs;
ERROR 1044 (42000): Access denied for user: ''@'localhost' to database
'dogs'"
You a
Make sure that you have persmission to create database.
Check MySQL manual:
http://www.mysql.com/doc/en/index.html
From: mysql <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Error creating database
Date: Sat, 7 Feb 2004 19:00:54 -0500
HI everyone:
I am using a dual 800 MHz power mac
HI everyone:
I am using a dual 800 MHz power mac G4 in which I have installed MySQL.
When ever I try to create a new database in MySQL, I receive the
following error
"mysql> create database dogs;
ERROR 1044 (42000): Access denied for user: ''@'localhost' to database
'dogs'"
Can anyone assist
lol mysqladmin -u root -p create database desenv ??
> Hi,
>
> I was received a error when I was trying to create a new database on
> freebsd 5.1, mysql 4.0.14. The "test" database is working well.
>
> COMMAND:
> mysqladmin create desenv
> or
> mysql
> create database desenv;
>
> ERROR:
> mysqladmi
"Paulo Fonseca Jr." <[EMAIL PROTECTED]> wrote:
>
> I was received a error when I was trying to create a new database on freebsd
> 5.1, mysql 4.0.14. The "test" database is working well.
>
> COMMAND:
> mysqladmin create desenv
> or
> mysql
> create database desenv;
>
> ERROR:
> mysqladmin: CREA
Hi,
I was received a error when I was trying to create a new database on freebsd
5.1, mysql 4.0.14. The "test" database is working well.
COMMAND:
mysqladmin create desenv
or
mysql
create database desenv;
ERROR:
mysqladmin: CREATE DATABASE failed; error: 'Access denied for user:
'@localhost' t
/User_Account_Management.html
HTH
Peter
-Original Message-
From: Ed Dulaney [mailto:[EMAIL PROTECTED]
Sent: 22 July 2003 23:50
To: Mysql
Subject: Error creating database
I get the following error when trying to create a database. Being a total
newbie to MySQL I would appreciate any help I
I get the following error when trying to create a database. Being a total
newbie to MySQL I would appreciate any help I can get!
---
[EMAIL PROTECTED] bobo]$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 129 to s
ROTECTED]>
> To: "Ana Elisa Martinez" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 15, 2001 10:57 PM
> Subject: Re: Error creating database
>
>
> > I also get somthing like that,
> > much mor productive
dont you mean:
create database gnudip2;
create table table1 (id int(10),some_colum varchar(255));
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Ana Elisa Martinez" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 15, 2001 10:57 PM
I also get somthing like that,
much mor productive to do somthing like
create database gnudip2(id int(10),some_colum varchar(255));
Trying to show that you add columns with the same command.
Darrell
On Tue, 15 May 2001, Ana Elisa Martinez wrote:
> When i try to create a database with the
create database gnudip2;
make sure you have the right permissions as well!
- Original Message -
From: "Ana Elisa Martinez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 15, 2001 9:09 PM
Subject: Error creating database
When i try to crea
mysql> create database gnudip2;
> When i try to create a database with the command :
>
> mysql> create gnudip2;
>
> Told me an error :
>
> ERROR 1064: You have an error in your SQL syntax near 'gnudip2' at line 1
>
> Why this error ??, What is wrong ??
>
> Thanks
> Ana Elisa Martinez
>
>
>
>
--
try:
mysql>CREATE DATABASE gnudip2;
>From: "Ana Elisa Martinez" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Error creating database
>Date: Tue, 15 May 2001 16:09:09 -0400
>
>When i try to create a database with the command :
>
>mysq
how 'bout read manual
create database a
- Original Message -
From: "Ana Elisa Martinez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 15, 2001 4:09 PM
Subject: Error creating database
When i try to create a database with the command :
mysq
When i try to create a database with the command :
mysql> create gnudip2;
Told me an error :
ERROR 1064: You have an error in your SQL syntax near 'gnudip2' at line 1
Why this error ??, What is wrong ??
Thanks
Ana Elisa Martinez
17 matches
Mail list logo