- 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
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
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:
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
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
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
Here's the whole the query, table structure, table
length and show variables output:
mysql> desc summary;
+-+--+--+-+-++
| Field | Type | Null |
Key | Default | Extra
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
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
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
&
! 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:
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
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
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
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
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
"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
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
---
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
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
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
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
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
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
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
- 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
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
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
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
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
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
>>> "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
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
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
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
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
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
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
-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
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?
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
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
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
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
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
[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
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:
"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
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
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
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:\
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
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]
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
>
>
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
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
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
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
: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
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
]
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
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
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
[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.
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
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
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
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
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
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
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
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
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
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
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: 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
-
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..
[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?
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: 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,
[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: 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
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
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
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: 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
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
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,
--
: "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
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
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
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
: 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
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
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
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
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.
, 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
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 - 100 of 177 matches
Mail list logo