> Hello~
>
> Having some problems installing MySQl on unix ~ when i executed the
> bin/safe_mysqld --user=mysql &
>
> I got these error messages:
>
> *you need to configure slave
> do a SLAVE START
> *../std_data/words.dat not found
>
> Any ideas on how to fix these?
>
> Also, when installi
>Hi all,
>I work with mysql 3.23.40 on Mac Os X 10.0.x and have created a Database.
>This Database has to move to another mysql server 3.23.40 on a Mac OS X
>Server. In older versions (up to 3.23.39 I think) it was sufficient to
>create an empty database on the destination machine and just copy a
At 4:39 PM -0400 6/3/01, Zachary Burnham wrote:
>Is this new syntax? It seems to be different from your book, Paul.
Yes, the quoting rules changed a little subsequent to publication of
the book. The safest way to specify the account name is to quote both
the user and host parts, but you must qu
Is this new syntax? It seems to be different from your book, Paul.
Z
On Friday, June 1, 2001, at 10:50 PM, Paul DuBois wrote:
> At 10:13 PM -0400 6/1/01, daddius wrote:
>> hello everyone... I am very new to mysql and I needed some help
>> creating 1
>> admin account for 4 computers.
>> This
try this:
grant all on *.* to admin identified by 'password';
this would create user called 'admin' who can access
mysql from any host.
...Rohit
- Original Message -
From: daddius <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 02,
At 10:13 PM -0400 6/1/01, daddius wrote:
>hello everyone... I am very new to mysql and I needed some help creating 1
>admin account for 4 computers.
>This is the error I keep getting.
>
> mysql> grant all on *.* to admin@% identified by "password";
> ERROR 1064: You have an error in
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, June 01, 2001 9:54 PM
To: [EMAIL PROTECTED]
Subject: ezmlm response
Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.
This is a generic help message. The mess
hello everyone... I am very new to mysql and I needed some help creating 1
admin account for 4 computers.
This is the error I keep getting.
mysql> grant all on *.* to admin@% identified by "password";
ERROR 1064: You have an error in your SQL syntax near '% identified by
"passwo