Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL on Win32
Page 29 of 65 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

Xmas

Merry Xmas from Brazil to Every World... and a Happy New Year... ---------- F?bio L?cio Meira Coordenador - Sistemas de Informa??o Centro Universit?rio S?o Camilo Esp?rito Santo - (28) 3526.59

Strings with trailing blanks - where did I goof?

Hello all I am doing some post-conversion (Access- >MySQL) comparison and have found a few classes of red flags most of which are expected or harmless. One potentially troublesome class is fla

CRITICAL BUG in 4.1: innodb_file_per_table can corrupt secondary indexes

Hi! http //bugs.mysql.com/bug.php?id 7496 A critical bug found if one uses the 4.1 my.cnf option innodb_file_per_table to create tables and some of the secondary index records are insert

Encoding / reading mysqldump script

I am trying to read a large .SQL file generated by MySQLDump to selectively use portions of it (as opposed to restoring the entire database) and am encountering difficulties doing so from within a

mysql 4.0.23 error:driver 3.51 not fond

I install mysql-Server and Clients Version 4.0.23 after the installation I start winmysqladmin. The program environment message is "MyODBC-Not found driver 3.51 not found "! Please do you can help m

Subject: Query Problem (SQL Statement)

Hi all I want to create an SQL Statement but I need help. My table have DateBegin DateEnding ScoreBegin and ScoreEnd. I want to select a record which date between DateBegin and DateEnding and sc

MySQL/InnoDB-4.0.23 is released

Hi! InnoDB is the MySQL table type that supports transactions FOREIGN KEY constraints row-level locking non-locking consistent reads and a non-free Hot Backup utility. Release 4.0.23 is

Re: Controlling memory usage under Win32: query_cache_size or
innodb_buffer_p

At 10 18 AM 12/21/2004 Patrick Questembert wrote >When I run large queries mysqlnt.exe gets to around 150MB of memory usage >which brings my WinXP server to a near stand-still and other apps are

Min, Max value from MYSQL 4.1.8 and ODBC 3.51.10

Hello all I would like to ask you for help with this query. I use VB6 and MyODBC 3.51.10 connection. Problem is that return value from query select min(date1) as MinDate max(date2) as Max

Controlling memory usage under Win32: query_cache_size or innodb_buffer_pool_siz

When I run large queries mysqlnt.exe gets to around 150MB of memory usage which brings my WinXP server to a near stand-still and other apps are barely able to run ... This is on Windows XP MyS

Selecting random record problem

Hello I think that question was asked many times on the list but I searched archives and found nothing suitable for me. That 's my problem I need to select one (two three...) random records

DB & table name case display...

I have this SQL statement (see below). It creates a table. notice the case in the name of the table. On my Linux box the case is unchanged. On my PC it is changed to lower case. Why?

MySQL memroy/disk./processor limits on Win32

Where can I find documentation detailing platform-specific limitiatons such as the maximum memory utilized DB size maximum number of processors supported etc. It 'd be nice to see platform comp

Subject: Database shutdown on weekends

Hello this is my first mail to the list.... I?m using mysql since a month and I notice that during the weekends the Databse shutdown. When I left the computer on in the last fri

Subject: Re: Spam:Re: Spam:Null Defaults

At 09 46 17/12/2004 Mark Mchugh wrote >seems not to be in my database when looking at it >through the mysql control center i just see blanks >but when i add a record then it will add NULL to t

Spam:Null Defaults

At 09 39 17/12/2004 Mark Mchugh wrote >Hi Everybody >Just a quick one...... if i have a number of fields >defined in a table and there is data in the table >and i want a default of null is t

Null Defaults

Hi Everybody Just a quick one...... if i have a number of fields defined in a table and there is data in the table and i want a default of null is there any way to change all empty values to n

MySQL config wizerd - error message

I have tried many times with alternative settings to get MySql Server 4.1 to run on an XPPro system. With no success. Tried to download the latest no install files and only get 404 messages for v4.1

MySQL/InnoDB-4.1.8 is released

Hi! InnoDB is the MySQL table type that supports FOREIGN KEY constraints row-level locking Oracle-style consistent non-locking SELECTs multiple tablespaces and a non-free online hot backup

ADO and MySQL Error

Hi I have a problem with VB6 SP6 ADO2.8 and MySQL database version 4.1.7 and ODBC 3.51.10. i use Update function of the recordset and it raise error when update the database. the error is "Query

Subject: MySQL + MS SQL + Win 2000?

Hi all I 'm looking for information regarding the installation of MySQL (& php) on a win 2000 sp3 server that already has MSSQL 7.0 (or 2000...not sure). My question is 1 Can MySQL & MSSQL ru

Subject: Convert string to Double

Hi Everybody Somebody knows how i can convert String to Double in MySQL 4.0? Tks Daniel -- MySQL Windows Mailing List For list archives http //lists.mysql.com/win32 To unsubscrib

MySQL Lockups

We have an app running on MySQL on a WinXP box that is experiencing occasional lockups. When the lockups occur they also appear to take out Firefox and cause the system to become unstable. To me t

Re: Help in

Jan Theodore The schemas and data-sample are attached. I need view the last int_key row grouped by int_phonecall_key. Tks Daniel ----- Original Message ----- From "Jan T

Re: Help in Subquerys...

An aditional information this query SELECT max(int_key) FROM tbl_hlt_phonecall_historicaldata GROUP by int_phonecall_key Returns 2 rows int_key 184 188 tks Daniel ----- Origina

Re: Help in Subquerys...

Jan Theodore This query don 't running too SELECT * FROM tbl_hlt_phonecall_historicaldata WHERE int_key ( SELECT max(int_key) FROM tbl_hlt_phonecall_historicaldata GROUP by int_phonecall

Help in Subquerys...

People How can I run this query in MySQL 4.0??? SELECT * FROM `tbl_hlt_phonecall_historicaldata` WHERE int_key in ( select max(int_key) from tbl_hlt_phonecall_historicaldata group by i

Problem with Stored Procedure execution

Hi Sorry for my English My configuration is Win2000 SP4 Mysql server and clients alpha 5.0.1 MyOdbc 3.51.10 Well when I try to execute a simple SP like this CREATE PROCEDURE `db01`.`Sp

ADODB issue

Some other things to look at... 1) Unless you are using .NET technology you should be using either a DIM statement or a Server.CreateObject(ADODB.Connection) statement not "New ADODB.Connection "

SCSI Drive

Will MYSQL Server performance improve considerably when using a SCSI drive instead of IDE? What kind of performance are we looking at? Greg
Page 29 of 65 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10