Re: MySQL Windows version

2009-07-16 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-13 Thread Jerry Schwartz
>-Original Message- >From: russbucket [mailto:russbuc...@nwi.net] >Sent: Friday, July 10, 2009 12:09 PM >To: mysql@lists.mysql.com >Subject: MySQL Windows version > >I have been using the Linux version of MySQL for five years, also used >it on >a Windows ME s

Re: MySQL Windows version

2009-07-12 Thread russbucket
B J Ambrose wrote: > 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 w

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: 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

RE: MySQL Windows version

2009-07-10 Thread Jason Trebilcock
> -Original Message- > From: russbucket [mailto:russbuc...@nwi.net] > Sent: Friday, July 10, 2009 11:09 AM > To: mysql@lists.mysql.com > Subject: MySQL Windows version > > I have been using the Linux version of MySQL for five years, also used > it on > a Wi

Re: MySQL Windows version

2009-07-10 Thread Marcus Bointon
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 contrast with earlier versions, 5.3 is

Re: MySQL Windows version

2009-07-10 Thread mos
At 11:08 AM 7/10/2009, 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 co

MySQL Windows version

2009-07-10 Thread russbucket
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 requirements but could not fi

Fw: Any news on embedded feature for MySql Windows version ?

2002-03-08 Thread Miroslav Rajcic
Month ago I posted question about embedded database feature missing from MySql 4.0.1 Windows build. It seems that the feature is still not out there. Are there any news regarding this? Regards, Miroslav Rajcic - Before post

RE: Help turning on raid on MySQL windows version

2001-10-23 Thread Butch Bean
]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Help turning on raid on MySQL windows version At 20:29 22/10/2001 -0400, Butch Bean wrote: Hi! I had consulted the MySQL developer Tonu the responsible of the RAID code about the use of RAID on Windows and he said me that wasn't tested it on

Re: Help turning on raid on MySQL windows version

2001-10-23 Thread Miguel Angel Solórzano
At 20:29 22/10/2001 -0400, Butch Bean wrote: Hi! I had consulted the MySQL developer Tonu the responsible of the RAID code about the use of RAID on Windows and he said me that wasn't tested it on Win32. Then I will need to do the test and discuss with him the results. However if your problem is

CRITICAL: I need Help turning on raid on MySQL windows version

2001-10-23 Thread Butch Bean
My perl app that loads the tables reached 2gb and bang! It is only halfway done! I had converted from Oracle which doesn't give a second thought as long as the tablespace is large enough. Has anybody turned on raid for the windows version? Turning this feature on in Unix appears simple, but wh

Help turning on raid on MySQL windows version

2001-10-22 Thread Butch Bean
Has anybody turned on raid for the windows version? Turning this feature on in Unix appears simple, but what about windows... I have MySQL version 3.23.43 Linux & windows and I need them both configured the same way. Butch Bean -

[MYSQL - Windows Version 3.23.41] Invalid Field Size

2001-09-02 Thread Chee Chong Hwa
Hi My PC environment are as follows : - Pentoum 933 Mhz - 1.128G RAM - Windows 2000, SP2 - Raid 5 - 32G HDD - MYSQL Windows version 3.23.41 - MYODBC 2.50 - Delphi 6 Using the Delphi Datapump, I successfully ported 200 tables to the test database. Using ADO connection, I successufully connected

Re: Can't change password in MySQL Windows version

2001-05-30 Thread Ardianto Rustandi
7.0.0.1 -p password newpassword > > > - Original Message - > From: "Ardianto Rustandi" <[EMAIL PROTECTED]> > To: "Rolf Hopkins" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, May 30, 2001 11:16 > Subject: Re: Can't change p

Re: Can't change password in MySQL Windows version

2001-05-29 Thread Rolf Hopkins
;[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 11:16 Subject: Re: Can't change password in MySQL Windows version > This was what I did: > > As root: > mysql>GRANT ALL ON mydb.* to [EMAIL PROTECTED] identified by 'mypassword'; > mysql>FLUSH PRIVILEGES; >

Re: Can't change password in MySQL Windows version

2001-05-29 Thread Ardianto Rustandi
he user table Regards, Ardianto R. - Original Message - From: Rolf Hopkins <[EMAIL PROTECTED]> To: Ardianto Rustandi <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 8:01 AM Subject: Re: Can't change password in MySQL Windows version > It

Re: Can't change password in MySQL Windows version

2001-05-29 Thread Rolf Hopkins
ssage - From: "Ardianto Rustandi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 23:32 Subject: Can't change password in MySQL Windows version > Hello all! > > Can anyone help me why I cannot change a user's password in the W

Can't change password in MySQL Windows version

2001-05-29 Thread Ardianto Rustandi
Hello all! Can anyone help me why I cannot change a user's password in the Windows version of MySQL (except for the root account)? I keep getting the "ERROR 1133: Can't find any matching row in the user table" error message everytime I try to change a user's password, both from mysqladmin and fro