RE: hi help to take backup-mysql-windows-xp

2010-02-02 Thread John Daisley
IPAQ mobile device -Original Message- From: muralikrishna g Sent: 02 February 2010 06:45 To: mysql@lists.mysql.com Subject: hi help to take backup-mysql-windows-xp hi to all.. i was in need to take backup of database.. i am using sql server version:5.0.27-coomunity-nt i have tried by

RE: hi help to take backup-mysql-windows-xp

2010-02-01 Thread Parikh, Dilip Kumar
nal Message- From: sureshkumar...@gmail.com [mailto:sureshkumar...@gmail.com] Sent: Tuesday, February 02, 2010 12:22 PM To: muralikrishna g Cc: mysql@lists.mysql.com Subject: Re: hi help to take backup-mysql-windows-xp Hi Murali, You have to execute it outside mysql prompt i.e command pro

Re: hi help to take backup-mysql-windows-xp

2010-02-01 Thread sureshkumarilu
Hi Murali, You have to execute it outside mysql prompt i.e command prompt. Thanks Suresh Kuna MySQL DBA Sent from BlackBerry® on Airtel -Original Message- From: muralikrishna g Date: Tue, 2 Feb 2010 12:17:24 To: Suresh Kuna Cc: Subject: Re: hi help to take backup-mysql-windows-xp hi

Re: hi help to take backup-mysql-windows-xp

2010-02-01 Thread muralikrishna g
hi to all.. i was in need to take backup of database.. i am using sql server version:5.0.27-coomunity-nt i have tried by using mysqldump -u name -p password database_name > backup.sql; but i am getting error.. i am using windows xp system.. please help me mysql> mysqldump -u root -p dbadmin mural

Re: hi help to take backup-mysql-windows-xp

2010-02-01 Thread Suresh Kuna
Please paste the error and don't give the spave between -p and password. On Tue, Feb 2, 2010 at 12:05 PM, muralikrishna g wrote: > hi to all.. > i was in need to take backup of database.. > i am using sql server version:5.0.27-coomunity-nt > i have tried by using > mysqldump -u name -p password d

hi help to take backup-mysql-windows-xp

2010-02-01 Thread muralikrishna g
hi to all.. i was in need to take backup of database.. i am using sql server version:5.0.27-coomunity-nt i have tried by using mysqldump -u name -p password database_name > backup.sql; but i am getting error.. i am using windows xp system.. please help me

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

Re: cache in mysql Windows

2007-12-21 Thread Paul DuBois
At 9:01 AM -0500 12/21/07, Duhaime Johanne wrote: Hello We are doing some performance tests and would like to disable the cache. We did set the query_cache_size=0 but it did not have any effect as well as a "select no_cache". The process is a select on MyISAM table. We are using a Mysql 5.0.27.

cache in mysql Windows

2007-12-21 Thread Duhaime Johanne
Hello We are doing some performance tests and would like to disable the cache. We did set the query_cache_size=0 but it did not have any effect as well as a "select no_cache". The process is a select on MyISAM table. We are using a Mysql 5.0.27. We are wondering if Mysql uses a file to cache or

Newbie mysql windows-linux prob

2005-06-27 Thread Prashanth H. Baragur
Hi, Am a newbie to mysql. I am trying to deploy mysql database server on a windows machine and update this database from a remote linux machine(client) periodically. The connection to mysql server in windows is failing when i run the client program at mysql_real_connect (). Am using mys

RE: How to control database size in MySQL Windows?

2005-06-10 Thread mfatene
Friday, June 10, 2005 1:31 PM > To: mysql@lists.mysql.com > Subject: How to control database size in MySQL Windows? > > > I think the answer to this is "You can't". So I guess what I can do is > run a > query once every while and get the sizes of all the databases an

RE: How to control database size in MySQL Windows?

2005-06-10 Thread Gordon Bruce
| 16510| ++--+ 4 rows in set, 79 warnings (6.22 sec) -Original Message- From: Salama hussein [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 1:31 PM To: mysql@lists.mysql.com Subject: How to control database size in MySQL Windows? I think the answer to this

How to control database size in MySQL Windows?

2005-06-10 Thread Salama hussein
I think the answer to this is "You can't". So I guess what I can do is run a query once every while and get the sizes of all the databases and if any exceeds a predetermined size, revoke insert and update privilages. What's is the SQL query like to get a database size and the SQL to get the

MySQL Windows Bot Alert - Secure Your Servers

2005-01-27 Thread Mike Hillyer
There is a new bot spreading on the Internet that targets insecure MySQL installations on Windows, as reported at http://isc.sans.org/diary.php?isc=a508f4a185755af19ea8bd45444a570b. I am now going to quote the advisory: -- Infection Method The bot

Re: Problems with MySQL, Windows 2003, IIS6, ASP?

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Problems with MySQL, Windows 2003, IIS6, ASP?

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Problems with MySQL, Windows 2003, IIS6, ASP?

2003-07-24 Thread Bill J. Vallance
Hello, I have been using Snitz forums on windows 2000 IIS5 and MySQL for the DB. I have set up a test Microsoft Server 2003 IIS6, but I am having problems with the setup. It is able to connect to the database and the account I have set up has full rights to the db. The problem is the setup.asp c

Re: mysql windows passwd probleme

2003-06-11 Thread Becoming Digital
: <[EMAIL PROTECTED]> Sent: Tuesday, 10 June, 2003 20:58 Subject: mysql windows passwd probleme I install mysql4.0.13 on windowsXP by using the installation wizard. Next I start mysql using NET START mysql, then I try to change my root password 'mysqladmin -u root password "foobarke&quo

mysql windows passwd probleme

2003-06-10 Thread Jonas Geiregat
I install mysql4.0.13 on windowsXP by using the installation wizard. Next I start mysql using NET START mysql, then I try to change my root password 'mysqladmin -u root password "foobarke". Try to login with the new root passwd I get error access denied. But I can login as root using nothing as

RE: MySQL - Windows vs MySQL Linux

2002-11-05 Thread John Ragan
; > Regards > > Kevin > > -Original Message- > From: John Ragan [mailto:jragan@;arkansas.net] > Sent: 05 November 2002 19:22 > To: Mysql (E-mail); Kevin Passey > Subject: Re: MySQL - Windows vs MySQL Linux > > > > you've insured that you

RE: MySQL - Windows vs MySQL Linux

2002-11-05 Thread Kevin Passey
field names it works fine on both platforms Thanks for your help Regards Kevin -Original Message- From: John Ragan [mailto:jragan@;arkansas.net] Sent: 05 November 2002 19:22 To: Mysql (E-mail); Kevin Passey Subject: Re: MySQL - Windows vs MySQL Linux you've insured that you'

RE: MySQL - Windows vs MySQL Linux

2002-11-05 Thread Black, Kelly W [PCS]
John Ragan [mailto:jragan@;arkansas.net] Sent: Tuesday, November 05, 2002 11:22 AM To: Mysql (E-mail); Kevin Passey Subject: Re: MySQL - Windows vs MySQL Linux you've insured that you're not simply encountering a problem with case sensitivity ? windows is not case sensitive. > Hi all

Re: MySQL - Windows vs MySQL Linux

2002-11-05 Thread John Ragan
you've insured that you're not simply encountering a problem with case sensitivity ? windows is not case sensitive. > Hi all, > > I have a problem - I've built some JSP which runs ok on a windows install of > MySQL, but on a Linux install of MySQL only the update part works. > > Here is wha

MySQL - Windows vs MySQL Linux

2002-11-05 Thread Kevin Passey
Hi all, I have a problem - I've built some JSP which runs ok on a windows install of MySQL, but on a Linux install of MySQL only the update part works. Here is what it does - SELECT date, clicks FROM bsafeLinks WHERE date = DATE INSERT INTO bsafeLinks (date,clicks) VALUES (CURDATE(),'0') UPD

Mysql windows connection problem

2002-11-04 Thread Gera Dorfman
Hello. I'm running version 3.23 of MySql server for Windows on a Win2K machine. I'm using the standard "C" API in my client software. A single client connects succesfully, but when I run a number of concurrent clients on the same machine (more than apr. 32), the connection (mysql_real_connect() fu

Re: Mysql Windows Client Install

2002-06-12 Thread j.urban
I use urSQL from http://www.urbanresearch.com/ursql. On Wed, 12 Jun 2002 [EMAIL PROTECTED] wrote: > There are several graphical Windows clients available for mysql. The one I'm > using at the moment is from http://www.anse.de/mysqlfront/ and it's very > good. There's a newer one out though (sor

Re: Mysql Windows Client Install

2002-06-12 Thread Egor Egorov
Morris, Wednesday, June 12, 2002, 5:04:09 PM, you wrote: MF> Is there a mysql Windows client side binary MF> install available? Where can I get it? If you mean command-line mysql client program, it is in the Windows installation package. MySQL binary distribution for Win includes all

Re: Mysql Windows Client Install

2002-06-12 Thread cal
<[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 9:04 AM Subject: Mysql Windows Client Install > Is there a mysql Windows client side binary > install available? Where can I get it? > > Morris Ford > > __ > Do Y

Mysql Windows Client Install

2002-06-12 Thread Morris Ford
Is there a mysql Windows client side binary install available? Where can I get it? Morris Ford __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com

mysql windows history

2002-04-16 Thread Peter Gibbons-BU
How do I enable the mysql_history functions under a windows environment? thanks Peter This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your syst

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: Problème avec le logiciel client mysql windows

2002-01-03 Thread Steve Rapaport
> Si je crée ma base de données avec le client MySQL (programme mysql) > sous > Windows et que j'y accède en mode web ( via Apache et php-4.0.6) je > perds les caractères accentués. > La conclusion est qu'il y a un bug dans le programme client mysql sous > windows.Pouvez vous me le confirmer?

Problème avec le logiciel client mysql windows

2002-01-03 Thread KAEPPELIN Charles - MTR ( [EMAIL PROTECTED] )
Bonjour, J'utilise MySQL avec Apache et php-4.0.6 sous windows 95, 2000 et Linux, Dans ma base de données, j'ai des données avec des caractères accentués. Lorsque je crée ma base de données avec le client MySQL (programme mysql) sous Linux et que j'y accède en mode web ( via Apache et php-4.0.6) c

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
Still couldn't do it... :( Might this be a bug in MySQL Windows (or the particular version I'm using-- 3.23.28-gamma)? Ardianto R. > Try > > C:\mysqladmin -u [EMAIL PROTECTED] -p password newpassword > > or even > > C:\mysqladmin -u myaccount -h 12

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

MySQL Windows GUI (admin tool)

2001-02-12 Thread Gregg Housh
Ok, its been awhile since i've mentioned my tool (MyDBAdmin) on this list. Since then Ive gotten alot of it done. Most of the simpler stuff. I have a little ways to go before I can start sharing it with people. Below is the list that I originally built from my idea's and from responses give

mysql windows

2001-01-12 Thread zartam
Platform: Windows 98 Mysql version: Mysql 3.22.34-shareware Web server: Apache I am running a PHP code. When I run the program for two times there is no problem then it alerts database not found. Then I stop mysql and run again then it runs properly for two times again. I don't know if the prob