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 114 of 508 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Left Join Help

Here is your query rephrased a bit. I find this query structure easier to debug especially when their are lots of joins. This is also the preferred structure in mysql 5 as I recall. Notice the ON ?

error loading data from file > ERROR 1329 (02000): No data - zero rows fetched,

I 'm trying to load data into a table from a file but I get an error message ERROR 1329 (02000) No data - zero rows fetched selected or processed This error message isn 't very specific as to what

Upgrading and table engine change advise

Hello all Just looking for some advice from any of you that have done what I 'm about to do. I 'm being forced by management to make a whole lot of changes to our current MySQL db at one time. Somet

PHP mysql_connect

I assume you are using php. It has to do with how the password in mysql is encrypted. On some accounts the ones that work it 's encrypted in the "old " way that php can use. The default "new " php 4

Embedded MySQL

Hi I haven 't tried this one but I think this might help http //mysql-je.sourceforge.net Asif Lodhi <itmailster@(protected) > wrote Hi All Can some kind soul tell me from where I can download the

Dont click this link

On Friday 23 June 2006 09 09 Veerabhadra rao Narra wrote > pls click this link www.venadsolutions.com and > find new things This is what I consider as SPAM... So do not click the link... -- J?rn D

pls click this link

pls click this link www.venadsolutions.com and find new things -- Thanks & Regards veerabhadra rao narra +91-988-556-5556

Subject: summing of my distance query

Mysql 4.0.18 +------------+

Autoindexing

If you are using autoincrement filed you could try this ALTER TABLE `my_database`.`my_table` AUTO_INCREMENT 201 ...or else if it is some stored proc you should find and edit table where it sot

Subject: Importing large data sets

I have two chunks of data to import one is in this format "01001 - AGAWAM MA " "01001 " 0 0 291 249 0 "42.070206 " "-72.622739 " Where it is comma sep and partially quoted The other is in this format

Exclusion Query

>SELECT * >FROM Customers C >LEFT OUTER JOIN Orders O >ON C.CustomerID O.CustomerID >WHERE OrderID IS NULL OR C.CustomerID IS NULL >ORDER BY OrderID Correct except lose "OR c.customerID IS NU

Math problem

dollar/currency/money call it whatever you like but if it 's got a $ in front of it then it 's a string not a number. Your price field should have been created as a decimal. I 'm guessing it 's a cha

Replication / LOAD DATA FROM MASTER / secondary network interface

Hello List Has anyone seen any problems using LOAD DATA FROM MASTER on a second slave using a secondary network interface? I have mysql-master / {172.25.7.20 / eth0 192.168.7.20 / eth1} / Red

Lots of threads in "opening tables " and "closing tables " state

Hello We have the problem that on one of our database server (Quad-Dualcore-Hyperthreading Xeon system with 8GB RAM) the database performance suddenly goes down and stays so for a while. There is no

New to the group

At 08 46 AM 6/22/2006 Nicholas Vettese wrote >Hello > My name is Nick and I am a new MySQL user. My hope is not to become a > PITA so I will make sure that any question is straight and to the

FreeBSD 6 and MySQL with DBs on a NAS

Hi I was wondering if anyone else had encountered this issue and/or come up with what needs to be done to resolve it I currently have MySQL 5.0.22 built from ports on a FreeBSD 6.1 machine with t

Problems with: MySQL 5.0.21 - 64bit

Hi Gabriel > Yesterday MySQL died again... there is nothing in the log files... (be > it mysqld.log .err or /var/log/messages). > > The hosting provider is running an application called 'big-brot

How to RESET @@session.error_count system variable

As a session variable it resets when you open a new session. -Sheeri On 6/21/06 Tony_10ph <abmonge@(protected) > wrote > > Hello guys... I have stored procedures and I want when a calling program ca

Subject: More fulltext problems

I 'm obviously getting myself into more and more trouble with fulltext.. I have the following SQL statement SELECT indexIdentity webpageIdentity content MATCH (content) AGAINST ( 'gallery ' ) as sc

Subject: The Practical SQL Handbook

At 07 15 PM 6/21/2006 Karl Larsen wrote > I have the subject book and I want to learn SQL from this book. Alas > the bookbiz.sql file on the cd-rom was last updated in 1996 -) 10 > years ag

Subject: Need to speed up deletes

You should try deleting in smaller batches if you can. I 've found things go a lot quicker doing it that way and you don 't lock up your table for long durations if you want to stick with MyISAM. ----

reclaim disk space

In the last episode (Jun 21) luiz Rafael said > how to reclain the disk space used by an table that was dropped? For most storage engines each table is in its own file so a dropped table immediate

Subject: Spanish MySQL Manual launched

The Spanish translation of the MySQL Reference Manual is finally complete. It was done by one of our partners from Barcelona Spain with a lot of help from our community (volunteer translators and re

query slow

Jay Pipes wrote > SELECT * FROM `sav00_sava0400_dbf` > emissao BETWEEN '2000-01-01 ' AND '2000-12-31 ' > UNION ALL > SELECT * FROM `sav00_sava0400_dbf` > emissao BETWEEN '1999-12-01 ' AND '1999-12-3

Disaster with dash on mysql cli interface

Hi On Jun 21 2006 at 12 24 PM Kevin Old wrote > On 6/21/06 Barry <Barry@(protected) > wrote > > Kevin Old schrieb > > > Hello everyone > > > > > > I had a horrible thing happen to me this mor

About mysqldump

J?rn Dahl-Stamnes schrieb > Is it possible to get mysqldump to include rights that has been GRANTED to a > database or to tables in the database that is being dumped? > Dump the Grant tables? --

user can see more than it 's allowed to see?

Hello I don 't understand why user 'test1user ' can see database 'test ' as well. I think user 'test1user ' should only be able to see database 'test1 '. What did I do wrong here? I 'd appreciate any hel

BOOLEAN search with asterisk as preceeding operand?

I wouldn 't consider that a problem. If you want to search on contains or ends with you can 't use an index. Thus you should use LIKE. select * from table where field like "%searchtext% " That would g

Just need script for creating tables

Hi all If I use 'mysqldump ' I will get the script to create the tables and those 'insert ' statements to insert the data. I am wondering if I just want the first part i.e the script to create the

Subject: mysqld refuses to run on boot

On Saturday 24 June 2006 12 49 Karl Larsen wrote > ? ? Hi Joerg I 'm using Ferdora Core 4 of Red Hat and I have in > /etc/rc.d/init/ a file mysqld which when I use ./mysqld start does start > the sy
Page 114 of 508 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100