Re: InnoDB corruption and crash on Windows 2000

2006-05-30 Thread Heikki Tuuri
- Original Message - From: ""Andrew Brockert"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Sunday, May 21, 2006 4:59 AM Subject: InnoDB corruption and crash on Windows 2000 --=_Part_127305_14374727.1148176365800 Content-Type: text/plain; charset

InnoDB corruption and crash on Windows 2000

2006-05-20 Thread Andrew Brockert
I am running MySQL with hMailServer on Windows 2000 Pro. I was forced to hard reboot the machine this morning, and this is now the result of running mysqld-nt with --console: 060520 21:38:23 InnoDB: Database was not shut down normally. InnoDB: Starting recovery from log files... InnoDB

Re: Starting mysql monitor on Windows 2000

2006-03-27 Thread Whil Hentzen
I'm trying to run the MySQL monitor in a DOS box and having no luck. I open a DOS box, and no matter what command I run, I do not get the nifty mysql> prompt that I can get on my Linux machine. Here are some permutations and the results (or lack thereof): c:\mysql\bin> mysql -u root -p mysql:

Starting mysql monitor on Windows 2000

2006-03-27 Thread Whil Hentzen
Hi folks, I have MySQL 5.0.18 running like a charm on Win2K as a service. I've been connecting to it willy-nilly, creating databases and querying the daylights out of it. Working just dandy. I'm trying to run the MySQL monitor in a DOS box and having no luck. I open a DOS box, and no matter

Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread foo bar
Hi Mark, The system in question has 1GB of RAM in it. As far as I can tell, the box does not get stuck swapping when the system has a query (or several) in this state. If I log in via the command line client and kill the query, the system continues on it's way like nothing was wrong in the first

Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread Mark Maunder
In my experience, inserting into a table with a unique key and more than 5 million records can be very slow because (AFAIK) it has to scan the entire index to check if the new record is unique from the PRIMARY KEY's point of view. (I think) If you don't have much ram (your 128 meg key buffer sugge

Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread foo bar
Here's the whole the query, table structure, table length and show variables output: mysql> desc summary; +-+--+--+-+-++ | Field | Type | Null | Key | Default | Extra

Re: Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread Mark Maunder
Please include the full query you're running, the table structure, and the number of rows in the table. A dump of 'show variables;' would be helpful too. On Wed, 2004-11-10 at 21:44, foo bar wrote: > Hi Everyone, > > I've been Googling unsuccessfully for specific issues > relating to queries run

Specific issues with MySQL 4.0.16 on Linux or Windows 2000/3 related to tmp tables?

2004-11-10 Thread foo bar
Hi Everyone, I've been Googling unsuccessfully for specific issues relating to queries run on MySQL version 4.0.16 against "tmp" tables. I have witnessed several occurrences where queries running on various platforms hang in a "Copying to tmp table" state for hours or days at a time. When the sa

Re: Windows 2000 and don't get connect with MySQL Administrator.

2004-11-03 Thread Gleb Paharenko
Hi. See: http://dev.mysql.com/doc/mysql/en/Problems_with_character_sets.html http://dev.mysql.com/doc/mysql/en/Cannot_initialize_character_set.html Svein Kristiansen <[EMAIL PROTECTED]> wrote: > ! use MySQL 4.1 in Windows 2000 and don't get connect with MySQL &

Windows 2000 and don't get connect with MySQL Administrator.

2004-11-03 Thread Svein Kristiansen
! use MySQL 4.1 in Windows 2000 and don't get connect with MySQL Administrator. The message what get is: Could not connect to the specified host. MySQL Error Nr.1115 Unknown character set: 'utf8' Details of the my connection: Username: root Password: <not informed> Hostname:

issues with c++ client library on windows 2000

2004-08-17 Thread Wyles Eric - ewyles
Hi everyone, I have recently downloaded mysql version 4.0.20 for Windows and I'm trying to develop a client application in c++ using Microsoft Visual Studio 6.0. I am having a few issues. Note, neither of these problems occur if I install on RedHat Linux 7.3: 1) My client will not compile becaus

RE: Set path variable on Windows 2000

2004-05-11 Thread Victor Pendleton
Globally: Add c:\mysql\bin to path in the environment variables under the My computer --> properties window Session: set path=%path%;c:\mysql\bin -Original Message- From: MightyData To: MySQL Sent: 5/11/04 1:50 PM Subject: Set path variable on Windows 2000 What is the correct syntax

Set path variable on Windows 2000

2004-05-11 Thread MightyData
What is the correct syntax to set the path variable on Windows 2000 so I can type "mysql" instead of "c:\mysql\bin" at the command prompt? - Kirk Bowman Phone: 972

RE: urgent help needed on replication on windows 2000

2004-03-31 Thread amahansaria
RE: urgent help needed on

RE: urgent help needed on replication on windows 2000

2004-03-31 Thread Dathan Vance Pattishall
ct: urgent help needed on replication on windows 2000 > > > > > > Hi, > > I am working on mysql repliction on windows 2000. > > I am trying to make the slave as master when the master goes down. When I > execute the io thread shutdown on slave after master goes

urgent help needed on replication on windows 2000

2004-03-31 Thread amahansaria
Hi, I am working on mysql repliction on windows 2000. I am trying to make the slave as master when the master goes down. When I execute the io thread shutdown on slave after master goes down, it hangs. Even the slave server does not stop on executing the shutdown command using mysqladmin and

Re: ERROR ON FOREIGN KEY ON WINDOWS 2000 WITH MYSQL 4.0.18

2004-03-30 Thread Victoria Reznichenko
"Massimo Petrini" <[EMAIL PROTECTED]> wrote: > Somebody can help me ? If you run the above code in a new db named prova, > the last line create then error > Can't create table '.\prova\#sql-654_2e.frm' (errno: 121) > > If you run the code on 4.0.17 all it is ok. > Thank you for report! Entered

ERROR ON FOREIGN KEY ON WINDOWS 2000 WITH MYSQL 4.0.18

2004-03-26 Thread Massimo Petrini
Somebody can help me ? If you run the above code in a new db named prova, the last line create then error Can't create table '.\prova\#sql-654_2e.frm' (errno: 121) If you run the code on 4.0.17 all it is ok. Tks in advance Massimo ---

Re: installing mySQL on Windows 2000

2004-01-13 Thread robert_rowe
Are you logged on as Administrator? Is there enough disk space free? Does it generate the same error if you try re-installing? Is there an existing installation with the server still running? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

installing mySQL on Windows 2000

2004-01-13 Thread West, Kenneth D.
I'm attempting to install version 4.0.16 When I try to install the software I get an error that reads: "An error occurred during the data move process: 103" Can anyone give me any guidance on how to resolve this. Thanks, Ken This e-mail and any files transmitted with it may contain inf

MySQL on Windows 2000 Server

2003-11-11 Thread Kocsis, Bela
Hi to all, I'm implementing a database in MySQL runnig on Windows 2000 Server. It's working fine. I'm wondering what kind of rights do need MySQL Server to run on Windows 2000. Now its runnig as service with administrator rights. But I am affraid that seri

Re: Mysql Problem in Windows 2000 advanced server

2003-09-25 Thread Ganbold
was same and I upgraded to mysql-4.0.15. Probably running mysql in Windows is not great as in Lunux/FreeBSD. It seems like it is better to switch into Linux/FreeBSD. Ganbold At 07:44 PM 9/25/2003 -0300, you wrote: At 12:33 25/9/2003 +0900, Ganbold wrote: Hi, I installed mysql-4.0.15 in Window

Re: Mysql Problem in Windows 2000 advanced server

2003-09-25 Thread miguel solórzano
At 12:33 25/9/2003 +0900, Ganbold wrote: Hi, I installed mysql-4.0.15 in Windows 2000 Advanced server. Mysql-max-nt is working fine, except some problems. Sometimes when I try to use access web pages through php pages, mysql says "Connection to server lost" or "Can't connect

Mysql Problem in Windows 2000 advanced server

2003-09-24 Thread Ganbold
Hi, I installed mysql-4.0.15 in Windows 2000 Advanced server. Mysql-max-nt is working fine, except some problems. Sometimes when I try to use access web pages through php pages, mysql says "Connection to server lost" or "Can't connect to mysql server" or sometimes que

MySQL on Windows 2000

2003-09-06 Thread Sheni R. Meledath
Hi, We have installed PHP/MySQL on a Windows 2000 server. PHP & MySQL are working fine on the server. We also require to connect ASP to MySQL database. How can we do that? Currently the MySQL/ODBC driver is not available on Windows 2000 server. How can we add that and proceed with ASP/M

Re: Raw partition with InnoDB on Windows 2000

2003-08-21 Thread Heikki Tuuri
- Original Message - From: "Jackson Miller" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Thursday, August 21, 2003 11:35 AM Subject: Re: Raw partition with InnoDB on Windows 2000 > In linux it says it is untested. I don't think it is even an option for &g

Re: Raw partition with InnoDB on Windows 2000

2003-08-21 Thread Jackson Miller
In linux it says it is untested. I don't think it is even an option for windows yet. -Jackson On Wednesday 20 August 2003 3:00, Dyego Souza do Carmo wrote: > Hello guys !!! > > > I have MySQL/InnoDB on Windows 2000 and i want to create a RAW > PARTITION to u

Re: Raw partition with InnoDB on Windows 2000

2003-08-20 Thread Paul DuBois
At 17:00 -0300 8/20/03, Dyego Souza do Carmo wrote: Hello guys !!! I have MySQL/InnoDB on Windows 2000 and i want to create a RAW PARTITION to use InnoDB tablespace... In Linux the configurarion is: innodb_data_file_path = /dev/hda1:32Gnewraw innodb_data_home_dir = and in Windows 2000

Raw partition with InnoDB on Windows 2000

2003-08-20 Thread Dyego Souza do Carmo
Hello guys !!! I have MySQL/InnoDB on Windows 2000 and i want to create a RAW PARTITION to use InnoDB tablespace... In Linux the configurarion is: innodb_data_file_path = /dev/hda1:32Gnewraw innodb_data_home_dir = and in Windows 2000 ?? Tnks in advance... InnoDB,MySQL

Raw partition with InnoDB on Windows 2000

2003-08-20 Thread Dyego Souza do Carmo
Hello guys !!! I have MySQL/InnoDB on Windows 2000 and i want to create a RAW PARTITION to use InnoDB tablespace... In Linux the configurarion is: innodb_data_file_path = /dev/hda1:32Gnewraw innodb_data_home_dir = and in Windows 2000 ?? Tnks in advance... InnoDB,MySQL

RE: my.cnf is not available under windows 2000

2003-08-01 Thread Andy Eastham
Morten , The file used is my.cnf on unix and my.ini on windows. You should only have one file. Andy > -Original Message- > From: Morten Gulbrandsen [mailto:[EMAIL PROTECTED] > Sent: 01 August 2003 14:23 > To: [EMAIL PROTECTED] > Subject: my.cnf is not available und

Re: my.cnf is not available under windows 2000

2003-08-01 Thread Scott Pippin
>>> "Morten Gulbrandsen" <[EMAIL PROTECTED]> 08/01/03 07:22AM >>> Hi programmers, >according to the manual, >There are two option files with the same function: >`C:\my.cnf', and the `my.ini' file in the Windows directory. >Is it sufficient with only one of the files ? >I have only my.ini >For

my.cnf is not available under windows 2000

2003-08-01 Thread Morten Gulbrandsen
Hi programmers, according to the manual, There are two option files with the same function: `C:\my.cnf', and the `my.ini' file in the Windows directory. Is it sufficient with only one of the files ? I have only my.ini For which purpose is my.cnf , please? Yours Sincerely Morten Gulbrandse

RE: Re[2]: Can run two versions of MySQL in Windows 2000?

2003-07-24 Thread Degan, George E, JR, MGSVC
PROTECTED] Subject: RE: Re[2]: Can run two versions of MySQL in Windows 2000? At 6:23 -0500 7/24/03, Degan, George E, JR, MGSVC wrote: >(I think I messed up here. I decided to start from scratch, I removed >"MySQL Servers and Clients 4.0.13" from the program list (as it appears

RE: Re[2]: Can run two versions of MySQL in Windows 2000?

2003-07-24 Thread Paul DuBois
At 6:23 -0500 7/24/03, Degan, George E, JR, MGSVC wrote: (I think I messed up here. I decided to start from scratch, I removed "MySQL Servers and Clients 4.0.13" from the program list (as it appears when I run the "setup.exe" it installs MySQL software in Windows) and deleted all the folders (whi

RE: Re[4]: Can run two versions of MySQL in Windows 2000?

2003-07-24 Thread Degan, George E, JR, MGSVC
9:45 AM To: Stefan Hinz; Degan, George E, JR, MGSVC Cc: Paul DuBois; [EMAIL PROTECTED]; Mark Matthews Subject: Re[4]: Can run two versions of MySQL in Windows 2000? At 14:47 24/7/2003 +0200, Stefan Hinz wrote: Hi, > > (I think I messed up here. I decided to start from scratch, I removed

Re[4]: Can run two versions of MySQL in Windows 2000?

2003-07-24 Thread miguel solórzano
At 14:47 24/7/2003 +0200, Stefan Hinz wrote: Hi, > (I think I messed up here. I decided to start from scratch, I removed > "MySQL Servers and Clients 4.0.13" from the program list (as it appears > when I run the "setup.exe" it installs MySQL software in Windows) and > deleted all the folders (whic

Re[4]: Can run two versions of MySQL in Windows 2000?

2003-07-24 Thread Stefan Hinz
Degan, > On Windows 2000, you can open the Services Manager window as follows: Start >> Settings > Control Panel > Administration > Services > In that window you see a list of Windows services, and you should find > two MySQL-related services running. > (I think I me

RE: Re[2]: Can run two versions of MySQL in Windows 2000?

2003-07-24 Thread Degan, George E, JR, MGSVC
-Original Message- From: Stefan Hinz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 5:15 PM To: Degan, George E, JR, MGSVC Cc: Paul DuBois; [EMAIL PROTECTED] Subject: Re[2]: Can run two versions of MySQL in Windows 2000? Degan, jumping in to try and solve some problems that

Re[2]: Can run two versions of MySQL in Windows 2000?

2003-07-23 Thread Stefan Hinz
message says it, doesn't it? Avoid having blanks in your pathnames. > Okay, that looks good. When you open the Services Manager, I assume > it shows lines for services named "MySQL" and "mysqld2" and that they > both have a status showing them to be running?

RE: Can run two versions of MySQL in Windows 2000?

2003-07-23 Thread Degan, George E, JR, MGSVC
My responses are "parenthesied" in the text below. -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 2:56 PM To: Degan, George E, JR, MGSVC Cc: [EMAIL PROTECTED] Subject: RE: Can run two versions of MySQL in Windows 2000? At 13:01

RE: Can run two versions of MySQL in Windows 2000?

2003-07-23 Thread Paul DuBois
At 13:01 -0500 7/23/03, Degan, George E, JR, MGSVC wrote: SETUP Windows 2000, Version 5.0 (build 2195, Service Pack 2) (In case it matters, I have about 20 GB available on my 40GB hard drive and 192MB of RAM) SETTINGS Prior to attempting to put on the second server, I wasn't using any op

RE: Can run two versions of MySQL in Windows 2000?

2003-07-23 Thread Degan, George E, JR, MGSVC
SETUP Windows 2000, Version 5.0 (build 2195, Service Pack 2) (In case it matters, I have about 20 GB available on my 40GB hard drive and 192MB of RAM) SETTINGS Prior to attempting to put on the second server, I wasn't using any options, which was logging me in as [EMAIL PROTECTED] (or

RE: Can run two versions of MySQL in Windows 2000?

2003-07-23 Thread Paul DuBois
ge- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 4:42 PM To: Degan, George E, JR, MGSVC; [EMAIL PROTECTED] Subject: RE: Can run two versions of MySQL in Windows 2000? At 14:15 -0500 7/22/03, Degan, George E, JR, MGSVC wrote: Thanks. I have been fighting with this all aftern

RE: Can run two versions of MySQL in Windows 2000?

2003-07-23 Thread Degan, George E, JR, MGSVC
TECTED] Subject: RE: Can run two versions of MySQL in Windows 2000? At 14:15 -0500 7/22/03, Degan, George E, JR, MGSVC wrote: >Thanks. I have been fighting with this all afternoon, now it seems I >can get to 4.1.0 and not 4.0.13. My databases still seem to be there >but I can't poi

RE: Can run two versions of MySQL in Windows 2000?

2003-07-22 Thread Paul DuBois
[EMAIL PROTECTED] Subject: Re: Can run two versions of MySQL in Windows 2000? "Degan, George E, JR, MGSVC" <[EMAIL PROTECTED]> wrote: I have been running 4.0.13 for several weeks now and though I'd like to test 4.1.0. 4.0.13 is under c:\MySQL. I downloaded 4.1.0 under c:\4.1

RE: Can run two versions of MySQL in Windows 2000?

2003-07-22 Thread Degan, George E, JR, MGSVC
s the 4.0.13 database? -Original Message- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 12:00 PM To: [EMAIL PROTECTED] Subject: Re: Can run two versions of MySQL in Windows 2000? "Degan, George E, JR, MGSVC" <[EMAIL PROTECTED]> wrote:

Re: Can run two versions of MySQL in Windows 2000?

2003-07-22 Thread Victoria Reznichenko
"Degan, George E, JR, MGSVC" <[EMAIL PROTECTED]> wrote: > I have been running 4.0.13 for several weeks now and though I'd like to test 4.1.0. > 4.0.13 is under c:\MySQL. I downloaded 4.1.0 under c:\4.1 Alpha\MySQL. When I try > to launch mysql it brings me to the old version, how do I access t

Can run two versions of MySQL in Windows 2000?

2003-07-22 Thread Degan, George E, JR, MGSVC
I have been running 4.0.13 for several weeks now and though I'd like to test 4.1.0. 4.0.13 is under c:\MySQL. I downloaded 4.1.0 under c:\4.1 Alpha\MySQL. When I try to launch mysql it brings me to the old version, how do I access the new one without killing the old one? (I have also tried p

Re: Installing MySQL 4 on Windows 2000

2003-07-18 Thread Michael G. Tracey
Also: PhpTriad is now Sokkit. I'm having a very hard time getting PhP to post to Mysql. I sent them an email requesting help. Will try to remember to give you any answers I get from them. [EMAIL PROTECTED] wrote: Hi!! I had once installed PHPTriad, a package which installs php, apache and mys

Re: Installing MySQL 4 on Windows 2000

2003-07-18 Thread Michael G. Tracey
From the Manual section 2.2.2.1 1. If you are working on an NT/2000/XP server, logon as a user with administrator privileges. 2. If you are doing an upgrade of an earlier MySQL installation, it is necessary to stop the server. If you are running the server as a service, use: C:\

Installing MySQL 4 on Windows 2000

2003-07-18 Thread Decio Alexandre
Hi!! I had once installed PHPTriad, a package which installs php, apache and mysql on windows machines, and since I wanted to update my mysql and php version I uninstalled the package. Then I tried installing php manually and did the smae with mysql, installing it under a different hd. The p

Re: Anyone running Windows 2000?

2003-07-01 Thread Peter Monk
Ola Ogunneye wrote: Is anyone out there running mysql with Apache and php on windows 2000? Yes: PHP 4.3.2 with Apache 2.0.46. What's your problem? Peter. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Anyone running Windows 2000?

2003-07-01 Thread Curtis Maurand
The only Windows webserver that I never had security problems with was running apache, not iis. Curtis > running mysql 3.23.56-nt and apache 1.23.-don't-know-exactly on windows > 2000 professional sp3 (going to upgrade to sp4 soon) - no problems by > now > >

Re: Anyone running Windows 2000?

2003-07-01 Thread Mark Rowlands
On Tuesday 01 July 2003 9:39 pm, Ola Ogunneye wrote: > Is anyone out there running mysql with Apache and php on windows 2000? If > you are out there, please respond and hopefully you may be able to help me. > I see that most of the posts are geared towards unix/solaris. > > I a

Re: Anyone running Windows 2000?

2003-07-01 Thread nospam
running mysql 3.23.56-nt and apache 1.23.-don't-know-exactly on windows 2000 professional sp3 (going to upgrade to sp4 soon) - no problems by now what's your question? :) ··· yves at unclassified.de -Ursprüngliche Nachricht- Von: "Ola Ogunneye" <[EMAIL

Anyone running Windows 2000?

2003-07-01 Thread Ola Ogunneye
Is anyone out there running mysql with Apache and php on windows 2000? If you are out there, please respond and hopefully you may be able to help me. I see that most of the posts are geared towards unix/solaris. I am a newbie that needs help. Thanks

MySQL running on Windows 2000

2003-06-25 Thread sgrif12
Hello everyone, I am new to using MySQL and have installed a copy on my laptop which is running Windows 2000. I am having an issue with setting up the root user account. When I ran MySQL for the first time I was prompted to give a generic user id and password. I did that, but when I run this

Re: Connecting WO 5.2.1 to MySQL 4.0.13 on Windows 2000?

2003-06-02 Thread Victor Medina
:15, Kieran Kelleher wrote: > Getting EO Modeler in WO 5.2.1 to connect to MySQL 4.0.12 on Windows 2000 > is evading us somehow and giving us a dreaded connection error. It works > fine on OS X I know it is something to do with Classpaths and the fact > that EO Modeler uses a di

Connecting WO 5.2.1 to MySQL 4.0.13 on Windows 2000?

2003-06-02 Thread Kieran Kelleher
Getting EO Modeler in WO 5.2.1 to connect to MySQL 4.0.12 on Windows 2000 is evading us somehow and giving us a dreaded connection error. It works fine on OS X I know it is something to do with Classpaths and the fact that EO Modeler uses a different JDBC connector than WO. 1) If someone out

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread gerald_clark
] Cc: [EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:32 PM Subject: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 You appear to be the waste of time. [EMAIL PROTECTED] wrote: -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Zak Greant
On April 4, 2003 05:40, [EMAIL PROTECTED] wrote: > YAY! somebody is helping me!!!This is exactly what i needed. Why isn't > it right at square one in a readme or in the manual? maybe i just missed > it but, i swear i looked and looked! > > AWESOME ! > thanks and cheers! Hello Kira, Ther

Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread miguel solorzano
At 13:19 04/04/2003 -0500, [EMAIL PROTECTED] wrote: Hi, ok i'll try it. it didn't work before i installed myodbc but in the help screen (winmysqladmin.exe) it shows the database panel with right click "create database" - Sorry about that option which was disable because used an older API functi

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Ashley M. Kirchner
[EMAIL PROTECTED] wrote: actually i've put a lot of time into this and found nothing that helps. the mysql site is a huge pile of code, and i can't find anything that has to do with setup on one's own computer using win2k, or anything about winmysqladmin. You obviously didn't: http://www.

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Chris Mann
For the love of anything holy, take the pissing match off list! Christopher Mann Systems Administrator Stonebridge Bank 610.235.1515 [EMAIL PROTECTED] >>> gerald_clark <[EMAIL PROTECTED]> 04/04/03 02:26PM >>> What do you mean by "mysql won't create databases?" <-- notice stupid '?' inside of

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
dge. everyone must be looking up to you now as you bask in the glory of being so wonderful! - Original Message - From: gerald_clark To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:32 PM Subject: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread gerald_clark
What do you mean by "mysql won't create databases?" <-- notice stupid '?' inside of quotes when I am not quoting a question. [EMAIL PROTECTED] wrote: actually i know how to make connections in dreamweaver and since mysql won't create databases, i kinda figured i should start there. thanks for

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
mailing list, one that doesn't require 2 separate replies. yes i've actually been on other lists! amazing huh? - Original Message - From: Jennifer Goodie To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:27 PM Subject: RE: [MySQL] RE: Question: Connecti

Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
L PROTECTED] Sent: Friday, April 04, 2003 1:31 PM Subject: Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 This is more of a DreamWeaver question than a MySQL and you will probably have better luck getting an answer from a DreamWeaver list or forum. Have you t

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread gerald_clark
nt: Friday, April 04, 2003 12:04 PM Subject: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 [EMAIL PROTECTED] wrote: yes i know that. How? was my question. How...what? How to setup MySQL? How to setup PHP? How to read the manual? How to work your own

Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Jeff Shapiro
t now it's a little difficult. if i could just create a database and connect with dwMX i'd be set. : ) - Original Message - From: Nestor Florez To: [EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:43 PM Subject: Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver M

RE: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Jennifer Goodie
MySQL with DreamWeaver MX > on Windows 2000 > > > not sure what the hell your problem is, but if you don't want to > help then don't. > complaining that i need help when 99% of the manual refers to > remost server usage isn't really necessary. > > all i ne

Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
n Koenig To: [EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:16 PM Subject: RE: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 I am running win2000 with the ODBC installed and I always get the "NOT FOUND" under ODBC, however it know its working, im c

RE: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Michael Shulman
t; drop table t; Query OK, 0 rows affected (0.00 sec) mysql> quit; Bye -ms -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 10:02 AM To: [EMAIL PROTECTED] Subject: Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Wi

Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
difficult. if i could just create a database and connect with dwMX i'd be set. : ) - Original Message - From: Nestor Florez To: [EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:43 PM Subject: Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 I

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 [EMAIL PROTECTED] wrote: > yes i know that. How? was my question. How...what? How to setup MySQL? How to setup PHP? How to read the manual? How to work your own computer? You ask vague questions, and can only expect

Re: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Nestor Florez
- From: "Ashley M. Kirchner" <[EMAIL PROTECTED]> Sent: 04/04/03 09:04 AM To: [EMAIL PROTECTED] Subject: Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 > > [EMAIL PROTECTED] wrote: > yes i know that. How? was my question. How..

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread Ashley M. Kirchner
[EMAIL PROTECTED] wrote: yes i know that. How? was my question. How...what? How to setup MySQL? How to setup PHP? How to read the manual? How to work your own computer? You ask vague questions, and can only expect vague answers back. and the manual have you seen how long that is?

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
ECTED] Sent: Friday, April 04, 2003 3:06 AM Subject: R: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 Start mysql launching winmysqladmin.exeCreate any Db (check mysql manual 4 syntax - www.mysql.com)Use the php mysql commands to connect to itMysql_co

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-04 Thread kira
RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 [EMAIL PROTECTED] wrote:>I need to know how to set it up and how to connect.>    How to setup what?  There's is no setup that you have to do for DW.  Just define your site as local and start coding.  As for connecting,

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-03 Thread Ashley M. Kirchner
[EMAIL PROTECTED] wrote: I need to know how to set it up and how to connect. How to setup what? There's is no setup that you have to do for DW. Just define your site as local and start coding. As for connecting, that's specific to what you're using. If you're using PHP, read its manual.

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-03 Thread kira
] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 Quoting Marco Chaires <[EMAIL PROTECTED]>: > i dont really recommend that combination but its possible... good luck..! Why not? If you do it right, it works just fine. I develop mainly on my laptop before uploadi

Re: [MySQL] RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-03 Thread Ashley M. Kirchner
Quoting Marco Chaires <[EMAIL PROTECTED]>: > i dont really recommend that combination but its possible... good luck..! Why not? If you do it right, it works just fine. I develop mainly on my laptop before uploading to the main server. I have MySQL installed on the main server, and on my l

Re: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-03 Thread kira
nah, i'll just test stuff off my website as usual thanks though - Original Message - From: Marco Chaires To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 8:59 PM Subject: RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 Yeap.. i

RE: Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-03 Thread Marco Chaires
o el: Jueves, 03 de Abril de 2003 05:17 p.m. Para: [EMAIL PROTECTED] Asunto: Question: Connecting MySQL with DreamWeaver MX on Windows 2000 Question: can I install mySql on my computer and test php with dreamweaver mx? it's asking me to define a connection, which i've done in ultradev w

Question: Connecting MySQL with DreamWeaver MX on Windows 2000

2003-04-03 Thread kira
Question: can I install mySql on my computer and test php with dreamweaver mx? it's asking me to define a connection, which i've done in ultradev with asp/IIS, but there aren't really instructions on getting this working for me. the dwmx help file sent me to mysql.com, where i grabbed the app and

Re: Migrate mysql from SunOS 5.8 to Windows 2000

2003-04-03 Thread Jannie Qu
Thank you Martin to give me good suggestion. As we know, windows 2000 is not as stable as unix. If other than operating system and hardware perspective, are there any other difference of mysql running on unix and mysql running on windows? Thank you, Jannie From: "Martin" <[EMAIL P

Re: Migrate mysql from SunOS 5.8 to Windows 2000

2003-04-03 Thread Leif B. Kristensen
On Thu, 03 Apr 2003 20:24:23 +, "Jannie Qu" <[EMAIL PROTECTED]> wrote: >We will migrate MySQL 3.47 from SunOS to Windows 2000. That's the dumbest thing I've heard for a long time. It sounds like a Pointy Haired Boss kind of decision. regards, --

Re: Migrate mysql from SunOS 5.8 to Windows 2000

2003-04-03 Thread Martin
: "Jannie Qu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 1:24 PM Subject: Migrate mysql from SunOS 5.8 to Windows 2000 > Hi, group, > > Greeting. > > We will migrate MySQL 3.47 from SunOS to Windows 2000. (I guess I have to > us

Migrate mysql from SunOS 5.8 to Windows 2000

2003-04-03 Thread Jannie Qu
Hi, group, Greeting. We will migrate MySQL 3.47 from SunOS to Windows 2000. (I guess I have to use mysqldump). Well, I wonder any one of you who knows whether there is any forseeable problem of using production/busy mysql database on windows 2000 operating platform? Thank you, Jannie

Re: mySQL on Windows 2000 Server

2003-04-01 Thread MySQL
: Re: mySQL on Windows 2000 Server Not only is MySQL a native Win2k app, but it also runs as a NT-Service... Bernhard - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 2:34 PM Subject: re: mySQL on Win

Re: mySQL on Windows 2000 Server

2003-04-01 Thread Bernhard Döbler
Not only is MySQL a native Win2k app, but it also runs as a NT-Service... Bernhard - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 2:34 PM Subject: re: mySQL on Windows 2000 Server > On Friday

RE: mySQL on Windows 2000 Server

2003-03-28 Thread John Griffin
: Friday, March 28, 2003 7:34 AM To: [EMAIL PROTECTED] Subject: re: mySQL on Windows 2000 Server On Friday 28 March 2003 11:23, Neil Tompkins wrote: > Has anyone installed mySQL on Windows 2000 server, can you tell me your > experiences, or should I look for another option ? MySQL is a native

Re: mySQL on Windows 2000 Server

2003-03-28 Thread Gerald Jensen
Neil: MySQL on Windows 2000 Server is excellent. We have installed about client 80 systems that incorporate MySQL. Some are running on Unix, some Linux, about a third on Windows NT Server, and the balance (40+ systems) are running on either Windows 2000 Server or Win2K Advanced Server. We have

re: mySQL on Windows 2000 Server

2003-03-28 Thread Egor Egorov
On Friday 28 March 2003 11:23, Neil Tompkins wrote: > Has anyone installed mySQL on Windows 2000 server, can you tell me your > experiences, or should I look for another option ? MySQL is a native win32 application and runs excellent on Win2k. It's a good choice. -- For techni

mySQL on Windows 2000 Server

2003-03-28 Thread Neil Tompkins
Hi, I'm looking to purchase my own dedicated server. As standard it doesn't come with any database support. I was considering installing mySQL. At the moment I have mySQL running on Windows 2000 professional and everything looks OK at the moment. Has anyone installed mySQL on Wi

re: MySQL 3.23.55-nt on Windows 2000: Trying to Create InnoDB Tables

2003-02-04 Thread Egor Egorov
On Monday 03 February 2003 23:20, Dana Shields wrote: > I've got a beginner's question: I've installed SQL Server, and begun > building tables; when I create a new table, the table type is defaulting to > MyISAM. I wanted to change it to InnoDB, but everytime I save it, it > reverts back to MyISAM.

RE: MySQL 3.23.55-nt on Windows 2000: Trying to Create InnoDB Tables

2003-02-04 Thread Victor Pendleton
, February 03, 2003 3:21 PM To: [EMAIL PROTECTED] Subject: MySQL 3.23.55-nt on Windows 2000: Trying to Create InnoDB Tables I've got a beginner's question: I've installed SQL Server, and begun building tables; when I create a new table, the table type is defaulting to MyISAM. I wanted

Re: MySQL 3.23.55-nt on Windows 2000: Trying to Create InnoDB Tables

2003-02-04 Thread Veysel Harun Sahin
Take a look at http://www.mysql.com/doc/en/NT_start.html. And about innodb tables you can read http://www.innodb.com/ibman.html. [EMAIL PROTECTED] wrote: I've got a beginner's question: I've installed SQL Server, and begun building tables; when I create a new table, the table type is defaulting

  1   2   >