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 General
Page 428 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10  

Subject: New 4.1.2 Startup Trouble

Greg Willits wrote > I 've installed mysql 3 & 4 a dozen times or more but I 'm having trouble > with 4.1.2 on OS X Server (10.3.4). Maybe it 's not a MySQL problem -- I just happened to read

GET_LOCK(str,timeout) behaviour

GET_LOCK is just a string lock and has nothing to do with tables. Use LOCK TABLES instead. Richard Clarke wrote >The manual indicates that a GET_LOCK expires automatically when a new >GET_L

Combining multiple selects into 1 select.

Hi Andy First of all you can make a temporary table.. Query 1 CREATE TABLE t_mytable SELECT * FROM myTable WHERE OnSale 'Y ' Query 2 INSERT INTO t_mytable SELECT * FROM myTable O

Trying to set up mySQL on Debian

I belive ive gotten mySQL installed but im getting a few errors that I cannot seem to figure out. When I try to test out the database by typing bin/mysqlshow or bin/mysqlshow mysql I get an erro

locate peak hour

Hi everyone I 've got a project where I record measurement data for various objects in 15 minute intervals. A simplified table structure could look like - objectid Integer - dt DateTime

DISTINCT query

I 'm having trouble with a query and hope someone of the list can help. I 'm running version 4.0.16. I 'm trying to query against two tables mysql > DESCRIBE router +-------+

Subject: MySQL 4.1.2 for Win32 issue?

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 other

Starting mysqld at boot up in suse linux

I have SuSE 9.1 and can 't find any "GUI auto config " type option to start mysqld at boot up so I was wondering what was the best way to configure MySQL to start at boot time Chris W Bring Ba

c api mysql_query to insert into a column of type datetime.....

I am using mysql_query to insert into a column which is of type datetime. My variable is stored in a char string. I need to put it into the query in a way that it can be inserted myDate "98-

Subject: Upgrade 4.1.1 to 4.1.2

Rpm -U xxxxxxxxxxx > -----Original Message----- > From Larry Lowry [mailto Larry.Lowry@(protected)] > Sent Tuesday June 01 2004 9 55 AM > To mysql@(protected) > Subject Upgrade 4.1.1 to 4

Error compiling source for Win

At 11 50 1/6/2004 Nandan Telang wrote Hi Thank you for your bug report. >Hi > I have been trying to build from the MySQL server source distribution > 4.1.2alpha for Windows. >I creat

MySQL Warnings

From "Mike Blezien " <mickalo@(protected) > > 040601 9 17 20 Warning Asked for 196608 thread stack but got 126976 > Is this type of Warning something to be concerned about or is this common

Error: Mem area size is 0. Possibly a memory overrun

Hi! This is a bug that is fixed in upcoming 4.0.21. See below for a workaround. " If you configure innodb_additional_mem_pool_size so small that InnoDB memory allocation spills over from it

CRITICAL bug in 4.1.2 if one specifies innodb_file_per_table in Unix!

Hi! MySQL/InnoDB-4.1.2 is totally broken and useless if one has specified innodb_file_per_table in my.cnf on Unix! In crash recovery InnoDB scans the database directories under the datadir a

problem restoring backup made from mysqlhotcopy

Don 't EVER copy to database files while the server is running. This is a guaranteed way to crash your database files. Shutdown the server. Copy the files. Start the server. Abuzar Chaudhary

mysqldump under cron

On Tue Jun 01 2004 at 09 28 37AM -0400 adam wrote > > mysqldump --user root --password <root-password > --opt bugs > > $BACKUPDIR$BACKUPSQLFILE > > My problem is that it does not seem to wo

Error 1146 "Table mysql.proc doesn 't exist "

Hi! I 'm using mysql-max-nt Version 5 running on Windows 2000. While inserting rows into a table from a perl script i get error 1146 "table mysql.proc doesn 't exist ". The application ran witho

mysql_server_init

I have the call to mysql_server_init() cided exactly as it appears in the mysql manual sample. It returns 0 (success) yet the server is never sarted . I check that its not running by trying to type

Subject: Why is This version 3.51.6 ?

Hello mysql Recently downloaded myODBC for use Win2k SP4 initially used EXE version (MySQL Connector/ODBC 3.51) when installed Looking at its properties myodbc3.dll shows that it 3.51.6 ??

short term rental

Buna ziua... In cazul in care cineva din echipa dvs.are de rezolvat probleme in Bucuresti pentru citeva zile si ar avea nevoie de cazare va propunem o solutie alternativa la cazarea

REPAIR TABLE f_ivairus_bodies;

php <php@(protected) > wrote > > @@@@@@@@@@@ please help me! @@@@@@@@@@@@@@@ > > mysql > REPAIR TABLE f_ivairus_bodies > +

Repost: Order by RAND + join problem

Hello list im having a hughe problem with the RAND() function first of all im using mysql 3.23 so subquerys are impossible. Im having three tables which are joined by ID 's now i want to se

INTO OUTFILE error

John Mistler <johnmistler@(protected) > wrote > Can anyone guess why I am getting this error > > "ERROR 1 Can 't create/write to file > '/Users/johnmistler/Desktop/TestFile.txt ' (ERRCODE 13) "

last_insert_id() value not updated

"paqogomez " <paqogomez@(protected) > wrote > I am trying to build a stored procedure in v. 5. > This is what I have so far. > > delimiter | > create procedure get_id(out oid int) > begin >

RE: Feature Request: UPDATE 'error codes ' or
mysql_affected_rows() to be more

At 12 38 -0700 on 05/27/2004 Daevid Vincent wrote about Re Feature Request UPDATE 'error codes ' or mysql_affected >REPLACE INTO won 't work as I need the previous record (hence the update). I

Subject: Perl arrays into MySQL

Nik Belajcic wrote >This may be a silly question but I am wondering if there is something >opposite to > >@(protected) $sth- >fetchrow_array > >In other words instead of fetching rows from MySQL

4.1 Beta

"Donny Simonton " <donny@(protected) > wrote on 01/06/2004 03 12 43 > We have been using 4.1 in a production environment since about a month after > 4.1.0 was released. And we

Root users permissions not working

> Peter > Actually > > Mysql -uUSERNAME -pPASSWORD works just fine. > > Donny And `mysql -u root -p somepassword` will not work. With the space between -p and "somepassword " mysql

Subject: optimize table - OK to abort?

I 've been running OPTIMIZE TABLE on a MyISAM table with an index on two varchar type columns. The process status shows as "Repair with keycache ". The table has 73 million rows. OPTIMIZE TABLE has

Using IF clause

ColdFusion Lists wrote > Hi > > my table have an field when users can enter any chars.... > > If users dont send any content for that field(phone) mysql store "( ) - " > without quotes
Page 428 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10