is 1, I get back 1 record. If it is 0 or default I get
> the error
>
> Any thoughts on how to get more records.
>
> Thanks,
>
> Barry
>
> -Original Message-
> From: Nils Valentin [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 29, 2003 8:45 PM
> To: Dancis, Bar
Hi Barry,
I believe you miss an important point. You have to check the privileges you
gave the user or host that doesnt work.
login to mysql from a working account.
do this:
USE mysql
SHOW GRANTS FOR bdancies;
loook exactly what it says.
If you are used to mysqlcc than connect from there lo
Hi --
I am trying to connect to a remote mysql database on a unix machine
from a MySql control center on a Wintel machine, but I get the following
error:
[ENSEMBL] ERROR 1045: Access denied for user:
'[EMAIL PROTECTED]' (Using password: YES)
When I am logged onto the unix box, I
On Wed, 18 Sep 2002, Shravan Durvasula wrote:
|Hi all,
|I have MySQL server installed in Solaris 2.8.
|1. How can i change the existing password for a user?
|2. How can i delete an existing user?
|3. How can i create a new user and associate a
|password for that new user?
I believe the documenta
Hi all,
I have MySQL server installed in Solaris 2.8.
1. How can i change the existing password for a user?
2. How can i delete an existing user?
3. How can i create a new user and associate a
password for that new user?
Could anyone please help?
Best regards and thanks in advance,
-skd
___
Hi everybody, I'm still new to Linux, and mySQL. I have a mySQL db on a
win32 box that I want replicated on my new Linux box. I have managed to do a
mySQLdump on the win32 box and have successfully relocated the db to the
Linux box, I could though, only do it if I was logged into mySQL as root