RE: 5.03 Still crashes on win32

2005-03-29 Thread Mark Leith
There's no real "official" word on the 5.0.2 crashes on win32, although I believe there were a number of bug reports. A lot of the crashing that I have come across when using 5.0.2 on win32 has to do with the "informational" functions - DESCRIBE, SHOW etc. There were

Re: 5.03 Still crashes on win32

2005-03-29 Thread Martijn Tonies
> Warning, do not install 5.03 it still crashes on win32. This occured after > very few minutes of testing. I will send more info as I locate it. Great... Is there any "official" word on the 5.0.2 crashes? Have there been fixes regarding this issue? With regards, Martijn

Re: 5.03 Still crashes on win32

2005-03-28 Thread Fredrick Bartlett
for connections. Version: '5.0.3-beta-nt' socket: '' port: 3306 Official MySQL binary - Original Message - From: "Fredrick Bartlett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Monday, March 28, 2005 10:13 AM Subject: 5.03 Still crashes

5.03 Still crashes on win32

2005-03-28 Thread Fredrick Bartlett
Warning, do not install 5.03 it still crashes on win32. This occured after very few minutes of testing. I will send more info as I locate it. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Upgrading to MySQL 4.1X Win32 Horror

2005-02-27 Thread Daniel Kasak
zzapper wrote: None of your db apps will now run! It's something to do with a new password algorithm You are supposed to be able to fix this by specifying "old passwords" in your new my.ini You are also advised to upgrade Perl,PHP, Drivers etc This issue has been raised basically every day i

Upgrading to MySQL 4.1X Win32 Horror

2005-02-27 Thread zzapper
Hi Yesterday upgraded from 4.0.2 to to 4.1.10 Stages of Horror 1) You have uninstall old version (does not delete your databases fortunately, but backup any way 2a) B4 installing Either also remove references to mysql in the registry OR during installation name choose Service name mysql41 (not

ODBC 3.51.06 for win32

2005-02-24 Thread Philippe Poelvoorde
Hi, I'm looking for an older version of the ODBC connector, the 3.51.06 version for windows, but I could not get a hand on it. I'v been there : http://downloads.mysql.com/archives.php?p=myodbc-3.51 but no luck at all. Any chance someone could point me in the right direction ? Thanks, -- Philippe

Re: MySQL win32 and SSL

2005-01-25 Thread Karam Chand
Even I had the same problem and couldnt use SSL on windows. The developers have legal issues when using SSL on windows. I think there is some development going on using CryptoAPI but I am not too sure. My advice, dont even try on Windows. Atleast it was a big pain in ass for me. Karam --- Jose

MySQL win32 and SSL

2005-01-25 Thread Jose Antonio
Dear all, I need SSL support for MySQL. I've checked the documentation and it seems that for windows there is no SSL support in the binaries. In addition the documentation in the examples is for Linux. Has anyone has used MySQL with SSL in windows? If so ... how? How easy is to set it up? What

Re: remote connection with 4.0.22 on win32

2004-12-07 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/Access_denied.html "Massimo Petrini" <[EMAIL PROTECTED]> wrote: > I upgraded my server to 4.0.22 from 4.0.17. The server itselfs runs > correctly (it is a slave member of my domain). But if I try to connect from > a remote client with mysq

remote connection with 4.0.22 on win32

2004-12-07 Thread Massimo Petrini
I upgraded my server to 4.0.22 from 4.0.17. The server itselfs runs correctly (it is a slave member of my domain). But if I try to connect from a remote client with mysql administrator, I receive this error: Could not connect to the specified instance Mysql error number 1130 Host "name" is not allo

5.02 Shuts down on win32

2004-12-02 Thread Fredrick Bartlett
When I try to connect from a remote client 5.02 shuts down with no errors reported in .err file. Fredrick -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Changing Fulltext defaults in Win32

2004-08-11 Thread Cemal Dalar
esday, August 11, 2004 8:32 PM Subject: Re: Changing Fulltext defaults in Win32 > > On Wed, 11 Aug 2004 20:29:54 +0300, "Cemal Dalar" <[EMAIL PROTECTED]> > said: > > put a line like below to your my.cnf file under [mysqld] section > > > > ft_min_word_len=2

Re: Changing Fulltext defaults in Win32

2004-08-11 Thread leegold
On Wed, 11 Aug 2004 20:29:54 +0300, "Cemal Dalar" <[EMAIL PROTECTED]> said: > put a line like below to your my.cnf file under [mysqld] section > > ft_min_word_len=2 I assume I should shutdown-restart MYSQL after I do that ? Thanks, Lee G. snip -- MySQL General Mailing List For list archi

Re: Changing Fulltext defaults in Win32

2004-08-11 Thread Cemal Dalar
Sent: Wednesday, August 11, 2004 8:12 PM Subject: Changing Fulltext defaults in Win32 > I'm using MYSQL 4.x on Win2k. I want to change the default smallest word > size from the default (4 chars I think) to 2chars. Any links, how-to's > appreciated. > Thanks, > Lee

Changing Fulltext defaults in Win32

2004-08-11 Thread leegold
I'm using MYSQL 4.x on Win2k. I want to change the default smallest word size from the default (4 chars I think) to 2chars. Any links, how-to's appreciated. Thanks, Lee G. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAI

Re: MySQL 4.1.2 for Win32 issue?

2004-06-01 Thread Nandan Telang
ing folder. Does the clustering support Win32 platform ? Has anyone used it on Windows? How do I build it so that it includez clustering ? Thanks, Nandan. -- Original Message -- From: "Rick Robinson" <[EMAIL PROTECTED]> Reply-To: <[EM

MySQL 4.1.2 for Win32 issue?

2004-06-01 Thread Rick Robinson
I saw the announcement regarding some sort of issue with getting MySQL 4.1.2 ready for the Win32 platform - so what is the specific problem? I'm not saying that I could fix it, but I bet many others on the list could contribute nad/or fix it if the details of the problem were known. I'

Re: Connecting to db via win32 (Word or Excel)

2004-05-11 Thread Daniel Kasak
Thomas Nyman wrote: Hi all I'm a mysql beginner. I have my database up and running and can query it via php and apache. I would like to set things up so that MSExcel and or MSWord can query the database and extract info from it. For this reason I downloaded the and installed MyODBC-standard-3

Connecting to db via win32 (Word or Excel)

2004-05-11 Thread Thomas Nyman
Hi all I'm a mysql beginner. I have my database up and running and can query it via php and apache. I would like to set things up so that MSExcel and or MSWord can query the database and extract info from it. For this reason I downloaded the and installed MyODBC-standard-3.51.04-win.exe. No er

Re: MySQL 4.1.1a-alpha/Win32 crash

2004-05-09 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Berg wrote: > Hello, > > After adding a primary key (alter table add primary key(col1, col2) to > an innodb table the server hangs and I get this in the console: > > 040509 19:50:24 InnoDB: Started; log sequence number 0 28870268 > mysqld-max

MySQL 4.1.1a-alpha/Win32 crash

2004-05-09 Thread Michael Berg
Hello,   After adding a primary key (alter table add primary key(col1, col2) to an innodb table the server hangs and I get this in the console:   040509 19:50:24  InnoDB: Started; log sequence number 0 28870268mysqld-max-nt.exe: ready for connections.Version: '4.1.1a-alpha-max-nt'  socket: '

Re: Restore problem between MySQL on Win32 and MySQL on Linux?

2004-04-23 Thread g . lams
It works like a charme with the -Q option Thank you Gael Victoria Reznichenko <[EMAIL PROTECTED]> wrote on 23/04/2004 11.26.01: > [EMAIL PROTECTED] wrote: > > > > I performed the backup (mysqldump -u username -p db > backup.sql) of a > > database on a Win3

Re: Restore problem between MySQL on Win32 and MySQL on Linux?

2004-04-23 Thread Victoria Reznichenko
[EMAIL PROTECTED] wrote: > > I performed the backup (mysqldump -u username -p db > backup.sql) of a > database on a Win32 (4.0.15-max-debug) server in order to restore it on > Linux server (4.0.15-9) > When I try to restore it on the linux machine (with mysql -u username -p

Restore problem between MySQL on Win32 and MySQL on Linux?

2004-04-23 Thread g . lams
Hi All, I performed the backup (mysqldump -u username -p db > backup.sql) of a database on a Win32 (4.0.15-max-debug) server in order to restore it on Linux server (4.0.15-9) When I try to restore it on the linux machine (with mysql -u username -p db < backup.sql), there is an error

Re: Myisampack missing from 4.1.1 Win32 binaries

2004-02-10 Thread Victoria Reznichenko
"Rick Robinson" <[EMAIL PROTECTED]> wrote: > Is the myisampack utility supposed to be included in the 4.1.1 binaries for > Windows? It's not there - I couldn't find any explicit reference in the doc > about whether this is deliberate or maybe it was just missed? You are right, myisampack is missi

Myisampack missing from 4.1.1 Win32 binaries

2004-02-06 Thread Rick Robinson
Hello all- Is the myisampack utility supposed to be included in the 4.1.1 binaries for Windows? It's not there - I couldn't find any explicit reference in the doc about whether this is deliberate or maybe it was just missed? Thanks, Rick

mysql-win32- install error.

2004-01-24 Thread jcomman
ntvdm.exe - application program error "0x0f00fa31" is reference to "0x000de002" 's memory. memory is not readed. what is this? 인터넷을 열면 낯 뜨거운 사이트가 나타나세요? PC지기로 검사해 보세요. http://messenger.freechal.com/FcVaccine/FcVacMain.asp

solution...... RE: :MySQL and win32

2004-01-05 Thread Tom Roos
sorry guys, i was a bit quick. i found it @ http://search.cpan.org/~rudy/DBD-mysql-2.9003/lib/DBD/mysql.pm -Original Message- From: Tom Roos Sent: 05 January 2004 14:26 To: [EMAIL PROTECTED] Subject: DBD::MySQL and win32 hi listers where can i find/download such software? tks

DBD::MySQL and win32

2004-01-05 Thread Tom Roos
hi listers where can i find/download such software? tks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

MySQLGUI Win32 Static Binary

2003-12-09 Thread John Mitchell
I seem to be downloading a corrupted zip file? Help! ### Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of the National Bank of Malawi Ltd (NBM). The information, in

RE: MySQL Win32 Service

2003-11-29 Thread miguel solorzano
At 08:29 29/11/2003 -0600, Gerald R. Jensen wrote: Hi Gerald, all Some comments about this thread: Installer tools handle the service application in basic general way, I think the vendor would said non-simple service than non-standard service. For example MySQL aborts the service start if the conf

RE: MySQL Win32 Service

2003-11-29 Thread Gerald R. Jensen
MTP:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 8:05 PM To: Gerald R. Jensen; Stefan Hinz Cc: [EMAIL PROTECTED]; robert_rowe Subject:Re: MySQL Win32 Service If I understand correctly, the MySQL source is available. If you are familiar with the code that registers/starts/stop

Re: MySQL Win32 Service

2003-11-28 Thread Robert Rowe
From: "Stefan Hinz" <[EMAIL PROTECTED]> > To: "Gerald R. Jensen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; "robert_rowe" <[EMAIL PROTECTED]> > Sent: Friday, November 28, 2003 5:38 PM > Subject: Re: MySQL Win32 Service >

Re: MySQL Win32 Service

2003-11-28 Thread Gerald R. Jensen
"robert_rowe" <[EMAIL PROTECTED]> Sent: Friday, November 28, 2003 5:38 PM Subject: Re: MySQL Win32 Service Gerald, > How closely does the MySQL Service on Win32 platforms conform to any known > standard for installing/removing services? > I raise the question beca

Re: MySQL Win32 Service

2003-11-28 Thread Stefan Hinz
Gerald, > How closely does the MySQL Service on Win32 platforms conform to any known > standard for installing/removing services? > I raise the question because the vendor that provides the utility we use to > create our installation package claims that MySQL uses non-standard co

MySQL Win32 Service

2003-11-28 Thread Gerald R. Jensen
How closely does the MySQL Service on Win32 platforms conform to any known standard for installing/removing services? I raise the question because the vendor that provides the utility we use to create our installation package claims that MySQL uses non-standard commands for installing and

devcom , gcc g++ win32

2003-11-20 Thread Rafal \(sxat\)
Hello how compiling file: mysql/sql/udf_example.cpp in devcom or mingw32 ? - error in struct UDF_ARGS and UDF_INIT; this file compilations in VC6 non error regard Rafal -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/

Re: MySQL on Win32 vs Linux ?

2003-11-17 Thread yönsis yazilim proje
Hi, As I remember : MySQL's programmers use windows tools for developing. You can use Win32-MySQL without any problem. But I suggest APACHE for PHP! best regards özgür YÖNSIS ltd, Istanbul - Original Message - From: "Paul Fine" <[EMAIL PROTECTED]> To: <[EMAIL

Re: MySQL on Win32 vs Linux ?

2003-11-17 Thread Reverend Deuce
I'm very pleased with the scalability and stability of the software on the Windows environment. -- R. Deuce - Original Message - From: "Paul Fine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 17, 2003 7:45 AM Subject: MySQL on Win32 vs Linux ?

RE: MySQL on Win32 vs Linux ?

2003-11-17 Thread John Griffin
[mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 8:46 AM To: [EMAIL PROTECTED] Subject: MySQL on Win32 vs Linux ? Greetings. Can anyone comment on the stability of MySQL on Win32? Unfortunately I may have to use IIS for a project and am just wandering if I can expect the same sort of

Re: MySQL on Win32 vs Linux ?

2003-11-17 Thread mos
At 07:45 AM 11/17/2003, you wrote: Greetings. Can anyone comment on the stability of MySQL on Win32? Unfortunately I may have to use IIS for a project and am just wandering if I can expect the same sort of stability and performance using MySQL (and PHP) on a Windows Server. Paul, Someone

Re: MySQL on Win32 vs Linux ?

2003-11-17 Thread Alec . Cawley
> Greetings. Can anyone comment on the stability of MySQL on Win32? > Unfortunately I may have to use IIS for a project and am just wandering if I > can expect the same sort of stability and performance using MySQL (and PHP) > on a Windows Server. In two years of light but incre

Re: MySQL on Win32 vs Linux ?

2003-11-17 Thread Gerald Jensen
Paul: In my experience, MySQL on Win32 platforms is very stable. Of the 80+ customer systems we have running our applications in conjunction with MySQL, the vast majority are on Win32. The DB server needs to be properly tuned for the application and environment, but that is the case with RDBMS

MySQL on Win32 vs Linux ?

2003-11-17 Thread Paul Fine
Greetings. Can anyone comment on the stability of MySQL on Win32? Unfortunately I may have to use IIS for a project and am just wandering if I can expect the same sort of stability and performance using MySQL (and PHP) on a Windows Server. Thanks for any advice! -- MySQL General Mailing List

RE: Error: "unable to execute query" - Problems using Win32 MySQL ODBC driver

2003-10-09 Thread Fortuno, Adam
Pako, That blows my theory. Regards, Adam -Original Message- From: Pakó Géza [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:32 PM To: Fortuno, Adam Subject: Re: Error: "unable to execute query" - Problems using Win32 MySQL ODBC driver i dont use odbc. i

RE: Error: "unable to execute query" - Problems using Win32 MySQL ODBC driver

2003-10-09 Thread Fortuno, Adam
). You're getting the same issue going from Win32 to Linux via ODBC. I wonder if its a bug with the ODBC driver? What version are you using? Anyone else have this problem? Regards, Adam -Original Message- From: Pakó Géza [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:22

WARNING! Virus Win32/Sobig.F@mm detected

2003-09-02 Thread exiscan
6LT-00-tmp/document_9446.pif Infected: Win32/[EMAIL PROTECTED] -- Message generated by exiscan. NISC -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

encrypt() call on Win32

2003-08-03 Thread List User
While I found some information on this subject: http://groups.google.com/groups?q=mysql+win32+encrypt&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=be3g14%24ulu%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1 I can't make much sense of it. Is there a *clear* way to have encrypt() cal

Possible bug in mysql 4.0.12 Install for Win32

2003-03-18 Thread Johnson, Garrett
To replicate: 1. Start with a machine running Pentium 4, Windows XP Pro. 2. Map a "New Network Place" to: \\somecomputer\C$ Where \\somecomputer contains an install, in the root directory, (i.e. C:\mysql,) of mysql already. The remote install in this case was version 3.23.56. 3.

Win32 MySql 4.0.11-gamma-max gebug

2003-03-10 Thread ajg_wgd
I tried to use MySql 4.0.11-gamma-max gebug on W2K. Mysql Service hang on "delete from tbl_listdat;" Do you want to get further information about this problem? I' m an experienced MySql user since years. I think this is a problem caused by a combination of the table structure and the content. W

RE: Has anyone managed to get 4.0.8 Win32 working properly?

2003-01-11 Thread JamesD
Jim ==Fin -Original Message- From: My Deja [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 6:35 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Has anyone managed to get 4.0.8 Win32 working properly? Has anyone managed to get MySQL 4.0.8 Windows

Re: Has anyone managed to get 4.0.8 Win32 working properly?

2003-01-11 Thread Frederick R. Doncillo
I tried and is working perfectly. I am using MS2000server. Please share with us the error logs if there are any. thanks. Fred. My Deja wrote: Has anyone managed to get MySQL 4.0.8 Windows 2000 successfully? I am trying to run it as an additional service. It keeps crashing when I try to access

Has anyone managed to get 4.0.8 Win32 working properly?

2003-01-11 Thread My Deja
Has anyone managed to get MySQL 4.0.8 Windows 2000 successfully? I am trying to run it as an additional service. It keeps crashing when I try to access data. sql, query __ Do You Yahoo!? Everything you'll ever need on one web page from News and Spo

Can't lock file (errno: 13) - don't understand this one on win32

2003-01-03 Thread Norris, Joseph
Group, Here is the problem. I have my mysql databases set up on one windoze 2000 box on d drive with the main folder on C drive using junction to create a symbolic link ( Unix so much easier! ) so as to make the sys admin happier. I have a perl script on another box that accesses this database v

Re: Admin/Client GUI - Win32 and Linux

2003-01-02 Thread Karam Chand
Try SQLYog at http://www.webyog.com/sqlyog/download.html Very fast, compact and intuitive. Only for Win32 :-( Regards, Karam --- Nilza Lafayette <[EMAIL PROTECTED]> wrote: > I'm running MySQL onto a Windows Advanced Server. > I´m > looking for a good and free admin/client G

RE: Admin/Client GUI - Win32 and Linux

2003-01-02 Thread Fernando Grijalba
I like SQLyog http://www.webyog.com/ JFercan ** sql ** -Original Message- From: Nilza Lafayette [mailto:[EMAIL PROTECTED]] Sent: January 2, 2003 14:59 To: [EMAIL PROTECTED] Subject: Admin/Client GUI - Win32 and Linux I'm running MySQL onto a Windows Advanced Server. I4m looking

Re: Admin/Client GUI - Win32 and Linux

2003-01-02 Thread Michael T. Babcock
Nilza Lafayette wrote: I'm running MySQL onto a Windows Advanced Server. I´m looking for a good and free admin/client GUI for Win32 and Linux. Can anyone guide me or share with me about good and free admin/client GUI? There's at least one linked to from the mysql site and several

Admin/Client GUI - Win32 and Linux

2003-01-02 Thread Nilza Lafayette
I'm running MySQL onto a Windows Advanced Server. I´m looking for a good and free admin/client GUI for Win32 and Linux. Can anyone guide me or share with me about good and free admin/client GUI? Thanks. Janine. = Janine __ Do you Yahoo!?

mysqlgui, win32, delete keypress on table row in results window hangs.

2002-12-30 Thread daniel somerville
Using: Win32 static binary of MySQLGUI 1.7.5-2 on win98SE Mysql 4.04-beta serving on win2000 run MySQLgui select * from test; displays table correctly in mysql results window -click-select a row in the MySQL results display -press the delete key (intent is to delete that row) -hang

mysqlcc 0.8.7-alfa (win32) not supporting russian charset?

2002-12-24 Thread Dmitry A. Esarev
Hello when using mysqlcc and adding for russian symbols into database fields, it represents as "??" When using other client - all is o'k. the repeatable steps are: 1. open mysqlcc 2. open some table 3. enter in the field of type "string" some russian letters 4. uddate this record 5. see the "

LOAD DATA LOCAL INFILE mysqld-nt.exe --local-infile=1 does not work for win32

2002-12-10 Thread Phuc Nguyen
oblem. The link http://www.mysql.com/doc/en/LOAD_DATA_LOCAL.html is not very helpful; Does not provide information to enable Load Data Local Infile globally for win32. Could someone please help. Thanks. - Before posting, pleas

Need help to connect MySQL which is on Linux thru win32 PC

2002-11-28 Thread Cem Yagli
the MySQL which is running on a Linux server. For testing I installed the MYSQL win32 version both on the same PC and into another PC whicha are on the same local NET. I can reach both the local databases, and the win32 MySql server (on the PC2) with the same programs, but still I did'n se

re: Have a problem when I try to connect MySQL( on Linux) thru win32

2002-11-26 Thread Egor Egorov
CY> ("mysqld process hanging, pid - killed CY> 020210 03:26:11 mysqld restarted CY> /usr/libexec/mysqld: ready for connection. CY> I am dying to see any databases existing on the Linux server. CY> (In order to be sure that, there is no problem on my client configurat

Have a problem when I try to connect MySQL( on Linux) thru win32

2002-11-26 Thread Cem Yagli
the Linux server. (In order to be sure that, there is no problem on my client configuration, I installed Mysql win32 version into my friends PC (Win2000).My PC can easily connect and operate the databases that are on my friends PC over network.) Would anyone help

Have a problem when I try to connect MySQL( on Linux) thru win32

2002-11-25 Thread Cem Yagli
the Linux server. (In order to be sure that, there is no problem on my client configuration, I installed Mysql win32 version into my friends PC (Win2000).My PC can easily connect and operate the databases that are on my friends PC ove

Re: MySQL v3.23.52-MAX on Win32

2002-11-24 Thread Pae Choi
Thanks. That explains it. Pae > The first column of type timestamp will always be initialized with the > current timestamp. See the fourth and fifth paragraphs of the following > link. > > http://www.mysql.com/doc/en/DATETIME.html > > > Isn't it suppose to be 'NULL'? Thanks > > -- > Linux: Beca

Re: MySQL v3.23.52-MAX on Win32

2002-11-24 Thread Chase Urich
The first column of type timestamp will always be initialized with the current timestamp. See the fourth and fifth paragraphs of the following link. http://www.mysql.com/doc/en/DATETIME.html > Isn't it suppose to be 'NULL'? Thanks -- Linux: Because rebooting is for adding hardware. Fingerprint

MySQL v3.23.52-MAX on Win32

2002-11-24 Thread Pae Choi
I have created a test table for different data types as follows: CREATE TABLE AllDataTypes ( id INTEGER, col_bit BIT, col_boolean BOOL, col_tinyint TINYINT, col_smallint SMALLINT, col_int INT, col_integer INTEGER, col_bigint BIGINT, col_float FLOAT, col_double DOUBLE, col_char

Re: The Case Against Using the Microsoft .NET Framework in the MySQL Win32 Port

2002-11-18 Thread Octavian Rasnita
AIL PROTECTED]> To: "Joseph D. Wagner" <[EMAIL PROTECTED]>; "MySQL Development" <[EMAIL PROTECTED]> Cc: "MySQL Win32" <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 7:45 AM Subject: The Case Against Using the Microsoft .NET Framework in the MySQL W

RE: Offer to Help MySQL Win32 Port -- Passing Command Parameters

2002-11-15 Thread Aaron Clausen
DEVELOPMENT > OF THE WIN32 PORT? I think that anyone developing portable software should stay as far away from Microsoft-specific tools as possible. I see no reason to further cloud a difficulty area by popping in the latest MS fad, which, no doubt, in four to five years, will be replaced by some

RE: Offer to Help MySQL Win32 Port -- Passing Command Parameters

2002-11-15 Thread Joseph D. Wagner
OK OK! You've proved me wrong IN THIS PARTICULAR EXAMPLE. The fact remains that plenty other examples exist where MySQL could benefit from the .NET Framework. WILL MYSQL BE USING THE MICROSOFT .NET FRAMEWORK IN FUTURE DEVELOPMENT OF THE WIN32 PORT? Joseph Wagner -Original Message-

Where to find mysql 4.1 win32 source distribution

2002-10-25 Thread Fethi Altunyuva
It may be a stupid question .I'm not able to download the mysql 4.1 win32 source distribution,As far as I seen in the downloads page there exists only the binary version. Where can I find source distribution Thanks - B

MySql UDF under WIN32

2002-10-10 Thread FABIAN VON ROMBERG
Hi, I finally could get MySql UDF functions to work under win32 (VC++). The only thing that concerns me is that it nevers returns any error message. It works fine, but none error message is displayed. The function expects 2 strings, if one, more or none is passed, I should get the error

EMBED MYSQL INTO A WIN32 APP

2002-10-10 Thread Roberto Della Pasqua
Hello! I'm sorry to disturb, I'm an enthusiast user of mysql series, it's fantastic! I like to know if it's possible to embed the engine (also with limited functionalities) into a win32 target exe. I like to build a .OBJ of the server with the borland c++, then load the

Re: win32 batch scripts

2002-10-08 Thread gerald_clark
mysqldump Todd Williamsen wrote: >i would like to know how to write batch script for dumping schema and >data into a sql file. This script should dump the whole database and >data > > >- >Before posting, please check: > http:

Re: win32 batch scripts

2002-10-08 Thread Peter Brawley
Todd, > i would like to know how to write batch script for dumping schema and > data into a sql file. This script should dump the whole database and > data Write this in a batch file: mysqldump [options] dbname >somename.sql where is the name of the db. See the manual for mysqldump optio

RE: win32 batch scripts

2002-10-08 Thread Randy Witt
> i would like to know how to write batch script for dumping schema and > data into a sql file. This script should dump the whole database and > data Here is what I use which is pretty straightforward unless I am missing something. d:\mysql\bin\mysqldump -u root --password=password --opt -A > d

win32 batch scripts

2002-10-08 Thread Todd Williamsen
i would like to know how to write batch script for dumping schema and data into a sql file. This script should dump the whole database and data - Before posting, please check: http://www.mysql.com/manual.php (the manual)

re: Win32 static binary of MySQLGUI 1.7.5-2

2002-10-03 Thread Egor Egorov
Norman, Wednesday, October 02, 2002, 5:25:36 PM, you wrote: NWJ> Downloaded Win32 static binary of MySQLGUI 1.7.5-2 , but it would not NWJ> unzip. NWJ> Error message "Cannot open file: it does not appear to be a valid NWJ> archive. If you downloaded this file, try downloadi

Win32 static binary of MySQLGUI 1.7.5-2

2002-10-02 Thread Norman W. Jetta
Downloaded Win32 static binary of MySQLGUI 1.7.5-2 , but it would not unzip. Error message "Cannot open file: it does not appear to be a valid archive. If you downloaded this file, try downloading the file again." I tried and the same thing happened.

re: MySQLGUI: Win32 zipped binary seems corrupted

2002-10-01 Thread Victoria Reznichenko
Pavel, Monday, September 30, 2002, 9:04:32 PM, you wrote: PH> I've just tried to download the Win32 binaries of the MySQLGUI tool. PH> I recieved about 50kB. When I tried to unpack the archive, PH> WinCommander told me, that the zip archive is corrupted. I've just down

Re: MySQLGUI: Win32 zipped binary seems corrupted

2002-09-30 Thread Insanely Great
ent: Monday, September 30, 2002 11:34 PM Subject: MySQLGUI: Win32 zipped binary seems corrupted Hi, I've just tried to download the Win32 binaries of the MySQLGUI tool. I recieved about 50kB. When I tried to unpack the archive, WinCommander told me, that the zip archive is corrupted. Ho

MySQLGUI: Win32 zipped binary seems corrupted

2002-09-30 Thread Pavel Hloušek
Hi, I've just tried to download the Win32 binaries of the MySQLGUI tool. I recieved about 50kB. When I tried to unpack the archive, WinCommander told me, that the zip archive is corrupted. Hope it helps, thanx guys for wonderfull MySQL.

RE: Win32::ODBC Question (Oracle)

2002-09-25 Thread John Ragan
f_db" and you can switch to another > DB. > > thanks. > > > -Original Message- > From: Norris, Joseph > Sent: Wednesday, September 25, 2002 9:02 AM > To: 'Ian Robertson'; Norris, Joseph; 'Peter van der Goes'; 'Thomas R > Wyant_III'; [

RE: Win32::ODBC Question (Oracle)

2002-09-25 Thread Norris, Joseph
II'; [EMAIL PROTECTED]; 'Mysql_List (E-mail)' Subject: RE: Win32::ODBC Question (Oracle) Ian's help worked great. I have one question. How do I specify the DB? I mean in the query analyzer I can select a db from the pulldown box - is there a way to specify the db in the state

RE: Win32::ODBC Question (Oracle)

2002-09-25 Thread Norris, Joseph
Sent: Wednesday, September 25, 2002 8:50 AM To: 'Norris, Joseph'; 'Peter van der Goes'; 'Thomas R Wyant_III'; [EMAIL PROTECTED]; 'Mysql_List (E-mail)' Subject: RE: Win32::ODBC Question (Oracle) Hi, Use the following: SELECT * FROM sysobjects WHERE type='

RE: Win32::ODBC Question (Oracle)

2002-09-25 Thread Ian Robertson
H Ian. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Norris, Joseph Sent: 25 September 2002 16:47 To: 'Peter van der Goes'; Thomas R Wyant_III; [EMAIL PROTECTED]; Mysql_List (E-mail) Subject: RE: Win32::ODBC Question (Oracle) This email leads to a

RE: Win32::ODBC Question (Oracle)

2002-09-25 Thread Norris, Joseph
Wyant_III; [EMAIL PROTECTED] Subject: Re: Win32::ODBC Question (Oracle) DESCRIBE is not a SQL command, it's a SQL+ command IIRC. The Oracle ODBC drivers don't know anything about "DESCRIBE", because it's not a SQL command. (Warning - based on recollections of two years ago when

win32 and security

2002-09-18 Thread Durham David Cntr 805CSS/SCBE
Hah!! Wondering if anyone could tell me of any MySQL specific security vulnerabilities on win32? Thanks, Dave - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: link under Win32 for udf

2002-09-06 Thread Nick Kostirya
http://www.mysql.com/doc/en/Windows_source_build.html. However it doesn't find dll with UDF. One should run a script to create Makefile with a flag --with-mysqld-ldflags=-rdynamic for Unix. ... when building MYSQL under Win32, MYSQL should be built with enabled UDF. Nick > here instruct

RE: link under Win32 for udf

2002-09-06 Thread Chugh Shalini
here instructions how to use udf_example.cc on VC++. Assuming that the user has VC++ 6.0, the Windows MySQL source and running a MySQL server with the same version. - Open the mysqld.dsw workspace. - Add New project to the workspace - Project name: udf_example - Select Win32 Dynamic-Link

link under Win32 for udf

2002-09-03 Thread Nick Kostirya
Hello. It's anew me. And how linking under Win32 with --with-mysqld-ldflags=-rdynamic? I need UDF. Thanks in advance. Nick. mysql - Before posting, please check: http://www.mysql.com/manual.php (the m

Re: build under Win32 - thanks

2002-09-03 Thread Nick Kostirya
Thank you very much for help. Nick. sql,query - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL

Re: build under Win32

2002-09-02 Thread Miguel Angel Solórzano
At 16:14 02/09/02 +0300, Nick Kostirya wrote: Hi, >Hi, All. > >I cannot build mysql mysql-3.23.52-win-src.zip (and >mysql-3.23.51-win-src.zip, and mysql-max-4.0.1-alpha-win.zip). >Error arise when I build string.lib. Please read the instructions at (you need the assembler compiler): http://www.

Re: build under Win32

2002-09-02 Thread Gelu Gogancea
EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: "Nick Kostirya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 4:14 PM Subject: build under Win32 > Hi, All. > > I cannot build mysql mysql-3.23.52-win-src.zip (and &g

build under Win32

2002-09-02 Thread Nick Kostirya
Hi, All. I cannot build mysql mysql-3.23.52-win-src.zip (and mysql-3.23.51-win-src.zip, and mysql-max-4.0.1-alpha-win.zip). Error arise when I build string.lib. Configuration: strings - Win32 Debug Performing Custom Build Step on .\Strxmov.asm

build under Win32

2002-09-02 Thread Nick Kostirya
Hi, All. I cannot build mysql mysql-3.23.52-win-src.zip (and mysql-3.23.51-win-src.zip, and mysql-max-4.0.1-alpha-win.zip). Error arise when I build string.lib. Configuration: strings - Win32 Debug Performing Custom Build Step on .\Strxmov.asm

CygWin layer into win32 MySQL 4

2002-08-29 Thread Roberto Della Pasqua
Hi! I would like to ask you this for my curiosity: into mysql 4.02 win32 it exist a cygwin posix emulation layer, it's used for the client or for the server app? Cygwin emulation layer it's very slow into win32, can you translate cygwin calls into direct win32API's (withou

problem importing null values in mysql 3.23.49 Win32

2002-07-26 Thread Karen L. Updegraff
There appears to be a bug in the Win32 version of Mysql 2.23.49. When I try to read data in (using the "load data infile" syntax) that contains null values they are converted to "0"s. The fields in question are numeric, nulls allowed, default value is NULL. I tried coding

  1   2   3   >