MySql SSL Error

2009-07-11 Thread Sharath Chalasani
Hello there, I have setup SSL for MySql server. I can login into mysql by mentioning the root CA cert. On the other side, I have a Directory Server URL, which is trying to access the MySQL. I have updated the query logs. Wherever a connection happens from the directory server to the MySQL database

Re: MySQL Windows version

2009-07-11 Thread B J Ambrose
russbucket wrote: > > I agree with you, but phpMyAdmin is not available for Windows that I'm aware > of. The person I'm helping today is a windows user and except for a little > Access Experience does not do databases well. I have the database set up in > mysql so thats what I am hoping to get h

Re: XAMMP-MySQL crashing

2009-07-11 Thread Gary
BTW, this is the error message that windows wanted to send to MS C:\DOCUME~1\GARYPA~1\LOCALS~1\Temp\WERd238.dir00\mysqld.exe.mdmp C:\DOCUME~1\GARYPA~1\LOCALS~1\Temp\WERd238.dir00\appcompat.txt "Carlos Proal" wrote in message news:4a58cb7c.4090...@gmail.com... > > Take a look on the my.ini to s

Re: XAMMP-MySQL crashing

2009-07-11 Thread Gary
I dont see anything wrong, but then again I may not know wht to look for, this is the my.ini file # Example MySQL config file for small systems. # # This is for a system with little memory (<= 64M) where MySQL is only used # from time to time and it's important that the mysqld daemon # doesn't us

Re: XAMMP-MySQL crashing

2009-07-11 Thread Carlos Proal
Take a look on the my.ini to see if there is something wrong (maybe a path pointing to a missing place or memory setting bigger than your actual RAM) Carlos On 7/11/2009 12:17 PM, Gary wrote: Not sure if this is it, it was the only .err file that I have. Also this seems to be the latest en

Re: XAMMP-MySQL crashing

2009-07-11 Thread Gary
Not sure if this is it, it was the only .err file that I have. Also this seems to be the latest entry that has a date. Thanks for your help. Gary 090617 21:50:45 - mysqld got exception 0xc005 ; This could be because you hit a bug. It is also possible that this binary or one of the librarie

Re: XAMMP-MySQL crashing

2009-07-11 Thread Carlos Proal
You have to take a look on the error log, a file named hostname.err (hostname=your machine name) and should be located inside the mysql dir on the xammp dir. That file will give an insight about the problem, or you can post the error here to get help. Carlos On 7/11/2009 11:52 AM, Gary wr

XAMMP-MySQL crashing

2009-07-11 Thread Gary
I have an issue that Mysql will not start on my local machine. I noticed a few days ago on a restart that I got an error saying that Mysqld had encountered a problem and had to close. I did not pay any attention to it because I was not working in it for a bit. I then tried to start it today and go

Re: What to Download????

2009-07-11 Thread Carlos Proal
On 7/11/2009 10:09 AM, Michael Abbott wrote: Hi Folks, can someone give me some info on what I need to download here?? I just bought a new 64 bit laptop Im sitting on the MySQL dowload site and wondering if Im looking at the correct package to download Im at Windows x64 downlo

RE: Re: Replication, Stored Proceedures and Databases

2009-07-11 Thread Gary Smith
> -Original Message- > From: Claudio Nanni [mailto:claudio.na...@gmail.com] > Sent: Saturday, July 11, 2009 2:44 AM > To: Simon J Mudd > Cc: mysql@lists.mysql.com > Subject: R: Re: Replication, Stored Proceedures and Databases > > You dont have changes coming from db G since it is ignore

RE: Replication, Stored Proceedures and Databases

2009-07-11 Thread Gary Smith
> -Original Message- > From: sjm...@pobox.com [mailto:sjm...@pobox.com] > Sent: Saturday, July 11, 2009 1:02 AM > To: mysql@lists.mysql.com > Subject: Re: Replication, Stored Proceedures and Databases > > g...@primeexalia.com (Gary Smith) writes: > > ... > > > In database G we have 150

What to Download????

2009-07-11 Thread Michael Abbott
Hi Folks, can someone give me some info on what I need to download here?? I just bought a new 64 bit laptop Im sitting on the MySQL dowload site and wondering if Im looking at the correct package to download Im at Windows x64 downloads (is this for 64 bit machines) I have i

Re: MySQL Windows version

2009-07-11 Thread russbucket
russbucket wrote: > I have been using the Linux version of MySQL for five years, also used it > on a Windows ME system even though documents said you couldn't. Recent a > friend asked me to help him get it up and running on a Windows Vista > system. > > I was looking for the system configuration

Re: MySQL Windows version

2009-07-11 Thread russbucket
Marcus Bointon wrote: > On 10 Jul 2009, at 17:18, mos wrote: > >>> Is there a Windows application that works like >>> phpMyAdmin? I tried MySQLAdmin on my Linux system, but I could not >>> cut and >>> paste SQL Commands into the editor. > > You could run php (and thus phpmyadmin) on windows - in

R: Re: Replication, Stored Proceedures and Databases

2009-07-11 Thread Claudio Nanni
You dont have changes coming from db G since it is ignored from replication. Why dont You move all stored procs in a separate db and replicate it as well? You will use it as a 'library' for all of your dbs. Of course prepose your schema name, always. You dont have to change replication type in This

Re: Replication, Stored Proceedures and Databases

2009-07-11 Thread Simon J Mudd
g...@primeexalia.com (Gary Smith) writes: ... > In database G we have 150+ stored procedures. 150k stored procedures? Sounds "rather large". Do you really need this? > What's the best approach to fix this problem? Is it as simple as adding the > appropriate USE statement inside of the stored