Re: MySQL Administrator Login Error

2008-08-08 Thread Madan Thapa
On Sat, Aug 9, 2008 at 1:08 AM, AndrewMcHorney <[EMAIL PROTECTED]>wrote: > Hello > > I entered it incorrectly in my email. > > Andrew > > > At 10:34 AM 8/8/2008, David Giragosian wrote: > >> On 8/8/08, AndrewMcHorney <[EMAIL PROTECTED]> wrote: >> > >> > Hello >> > >> > I tried to login using local

Could not initialize master info structure;

2008-08-08 Thread Brown, Charles
Could not initialize master info structure; Can someone help me. I am getting the above message This message is intended only for the use of the Addressee and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended re

MySQL Community Server 5.0.67 has been released!

2008-08-08 Thread Jonathan Perkin
Dear MySQL users, MySQL Community Server 5.0.67, a new version of the popular Open Source Database Management System, has been released. The release is now available in source and binary form for a number of platforms from our download pages at http://dev.mysql.com/downloads/ and mirror sites

Re: MySQL Administrator Login Error

2008-08-08 Thread AndrewMcHorney
Hello I entered it incorrectly in my email. Andrew At 10:34 AM 8/8/2008, David Giragosian wrote: On 8/8/08, AndrewMcHorney <[EMAIL PROTECTED]> wrote: > > Hello > > I tried to login using localhost and root as user id with no password since > I temporarily did not enter one when I installed the

RE: Transplanting table structure changes

2008-08-08 Thread Jerry Schwartz
>You might want to try our Schema Compare tool inside Database Workbench. >This tool also has a "script recorder" that can record any changes you >make >to (meta)data in order to help you keep your change scripts. > [JS] Ah! I just discovered that if I hit what looks like the "record" button, I get

RE: Transplanting table structure changes

2008-08-08 Thread Jerry Schwartz
>-Original Message- >From: Martijn Tonies [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 07, 2008 1:46 AM >To: mysql@lists.mysql.com >Subject: Re: Transplanting table structure changes > >Hello Jerry, > >> I've added about a dozen new columns to two tables in my development >> environmen

Re: MySQL Administrator Login Error

2008-08-08 Thread Madan Thapa
On Fri, Aug 8, 2008 at 10:55 PM, AndrewMcHorney <[EMAIL PROTECTED]>wrote: > Hello > > I tried to login using localhost and root as user id with no password since > I temporarily did not enter one when I installed the software. I am getting > the following error message: > > MySQL Error Number 1045

Re: MySQL Administrator Login Error

2008-08-08 Thread David Giragosian
On 8/8/08, AndrewMcHorney <[EMAIL PROTECTED]> wrote: > > Hello > > I tried to login using localhost and root as user id with no password since > I temporarily did not enter one when I installed the software. I am getting > the following error message: > > MySQL Error Number 1045 > Access denied for

MySQL Administrator Login Error

2008-08-08 Thread AndrewMcHorney
Hello I tried to login using localhost and root as user id with no password since I temporarily did not enter one when I installed the software. I am getting the following error message: MySQL Error Number 1045 Access denied for user '[EMAIL PROTECTED]' (using password:NO) The port select is

Re: Picking the better query (join vs subselect)

2008-08-08 Thread walter harms
Waynn Lue wrote: > Out of curiosity, is it generally faster to do a sub query or do it in > code for something like this. > > Schema of Settings table, where the PK is (ApplicationId, SettingId): > ApplicationId, SettingId, SettingValue > > Select SettingValue from Settings where SettingId = 10

Re: Anyone know what to do about OS X 10.5 PPC

2008-08-08 Thread Scott Haneda
I think I got this worked out, you can use the 10.4 installer for OS X on PPC. Use the 32 bit one for G4, and the 64 bit one for G5, or you can still use the 32 bit one on the G5 if you want to. Just install the app, do not install the startup item or the prefpane, they do not work, and ne

Re: MySQL-Backup incremental Backups in a Master/Slave Environment

2008-08-08 Thread Werner D.
Hi, first thanks for your response Are you using InnoDb or MyISAM? If you are using Inno, I would add --single-transaction to your mysqldump command within the Perl script and flush the logs prior to doing the backup and not backup the new bin-log file until the next. No, there is a mixture b

Anyone know what to do about OS X 10.5 PPC

2008-08-08 Thread Scott Haneda
I can not find a pkg installer for OS X 10.5 on PPC, any suggestions? Would I want the 64 or 32 bit version of this as well? I also need to know a simple php 5 installer that works on 10.5 for PPC, I am growing very tired of building that one out all the time, and Entropy seems to have fal