Re: can't authenticate ssl user account

2015-07-21 Thread Tim Dunphy
Hi Reindel, you client configuration shows no indication for SSL, i see it in my.cnf > only in the [mysqld] section and remember when you initrialize replication > you need to specify it there too > > i doubt there is anything to change the logging but since you *know* what > that user requires th

Re: can't authenticate ssl user account

2015-07-21 Thread Reindl Harald
Am 21.07.2015 um 05:03 schrieb Tim Dunphy: I see absolutely NO indication as to why the login for the 'slave2' user (that requires SSL) is failing So my questions are 1) how to I bump up the verbosity on the logs so I can get an indication as to why this is failing? 2) what is the best way to t

can't authenticate ssl user account

2015-07-20 Thread Tim Dunphy
Hey all, I need to setup replication via SSL. 2 nodes master/master for H/A. Then 2 slave nodes for backup. Node 3 will slave off of node 1, and node 4 will slave off of node 2 for redundant backups. Nodes 3 & 4 will store backups to a directory mapped to S3 via S3FS. All nodes are physical. We'

User Account errors on new installation

2004-02-13 Thread Russ Myrick
I have MySQL ver. 4.0.18 binarys for windows installation.  I just finished installing mysqld-max-nt as a service on a WinXP box yesterday afternoon.  Using the MySQL Administrator client/utility GUI, I configured the anonymous and root Users, then added a superuser level account for myself. 

Re: Running as a user account on W2K

2003-03-13 Thread Simon Tyler
ge from "Simont Tyler" <[EMAIL PROTECTED]> at 12-Mar-2003 12:58:35 -- >Hi, > >I've installed MySQL 3.23.55 on Windows 2000 and I am trying to run the mysqld >service as a user account rather than the local system account. This worked fine in >3.23.43 but ha

Running as a user account on W2K

2003-03-12 Thread Simont Tyler
Hi, I've installed MySQL 3.23.55 on Windows 2000 and I am trying to run the mysqld service as a user account rather than the local system account. This worked fine in 3.23.43 but has stopped working since the upgrade. The error I get is 2186, which seems to be "service failing to

RE: Problem with User Account - access denied

2002-04-28 Thread Christina Baldry
Isnt it GRANT ALL ON college.* TO someuser identified BY "somepassword"; -Original Message- From: J [mailto:[EMAIL PROTECTED]] Sent: Sunday, 28 April 2002 2:22 AM To: [EMAIL PROTECTED] Subject: Problem with User Account - access denied I created and user, like below, usin

Problem with User Account - access denied

2002-04-27 Thread J
I created and user, like below, using mysql on my Linux machine (Linux-Mandrake 8.1) to access a database called college: GRANT ALL ON college.* TO someuser BY "somepassword"; But I'm denied access even from localhost. I tried the following too: GRANT ALL ON college.* TO someuser@% BY "somepass

User account

2001-09-04 Thread Ruben Domene
Hi all. I am beginner in mysql. I have installed mysql 3.23 under linux, and i want create one user for accessing to mysql. I have created the user: "gestor". If i am root when i execute: mysql i recived a error message: "ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)"

Re: MySQL Installation in a user account

2001-05-04 Thread Mohamad Ilhami
On Sat, 5 May 2001, David Loke wrote: > Hi Guys! > > I am a web server system administrator. I would like to enable the users of > my server to be able to install MySQL individually. That means each user > will have their individual MySQL root access. And from there, their PHP can > connect to t

MySQL Installation in a user account

2001-05-04 Thread David Loke
Hi Guys! I am a web server system administrator. I would like to enable the users of my server to be able to install MySQL individually. That means each user will have their individual MySQL root access. And from there, their PHP can connect to their MySQL db. Is that possible? Rgds --