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

MySQL crashes constantly and can 't get MySQL 5.0.21 to write core-file

Hi We have major problems with one of our database machines the past few weeks. We 've replaced the complete machine about 3 times now with different memory... no luck. So I doubt it 's hardware. It '

Unknown tables

When I do a SHOW TABLES in MySQL it shows me a list of tables. But when I try to do a "select * from countries " I get the error ERROR 1146 (42S02) Table 'karate.countries ' doesn 't exist. I cann

Physical Restore

I 've had a devil of a time trying to import some data into a table in my database and one of the methods that I tried to use was the "visual " MySQL Migration Tool. I figured I could use it to impo

Help with Travel Industry site

Last year after the effects of Hurrican Katrina I decided to use my expereince in the travel industry to develop a cause related marketing site to help fund beach renourishment. My first attempt r

Subject: MySQL 4 Kernel Panic-ing

I 've got an xserve running 10.3.9 and MySQL 4.0.27-max that is restarting itself every 2-3 days. It appears that it is due to a kernel panic though I don 't have direct access to the machine (colo

Subject: SQL naming convention?

wolverine my schrieb > Hi! > > When writting a SQL scripts do you follow any standard SQL naming > convention? Similar to what described in > http //kurafire.net/articles/sql-convention Yes. Most

my-huge.cnf quite outdated (fwd)

---------- Forwarded message ---------- Date Mon 12 Jun 2006 11 39 11 -0400 (EDT) From Gaspar Bakos To Barry <Barry@(protected) > Subject Re my-huge.cnf quite outdated Hello Barry RE > Gu

Search and Replace a word in memo field

On Monday 12 June 2006 14 16 Gabriel Mahiques wrote > but I have a problem with this solution because I have the words in the > middle of the phrase. > For example Movie Kill Bill Vol 1 in "vhs "

{Spam?} Limiting results from joins

How about select * from products p inner join manufactors m on p.manufactor_id m.manufactor_id inner join items i on p.product_id i.product_id and i.item_updated 1 Donna "Kim Christensen " <racco

Subject: Limiting results from joins

Kim Christensen wrote > Hey list > > Consider this statement > > SELECT * FROM products p manufactors m items i WHERE p.manufactor_id > m.manufactor_id && p.product_id i.product_id >

I cannot login MySQL Network

Takanobu Kawabe schrieb > Hello my name is Takanobu Kawabe. > > I have gotten a MySQL Network and the service level is gold I > could login MySQL Network on May 20th > but now I

"Load Data Infile Replace ... " too slow

I 'm replacing 14 million rows of data using "Load data infile replace " and it is taking forever to complete. I killed it after 6.2 hours on an AMD 3500 machine. I then deleted all the data from the

FULLTEXT index help

Horst Azeglio wrote > I 'm trying to do a MySQL Query but it doesn 't work. MySQL version 4.0.26 > > > When I put only one argument in MATCH it shows no error but doesn 't return > anything > [quote

fixed or dynamic row sizes with a field with a type of "point "...?

Hi we have a table with many (~0.5 billion) records and a geometry field which was defined as a simple "point ". The `show table status` shows that the row format is dynamic however a simple point

example when indexing hurts simple select?

Hello There is a table (TEST) with ~100 million records 70 columns (mostly integers some doubles and a few short fixed char()) and has a ~100Gb size. The table has a single (not unique) index o

Subject: increase the search speed

Hi I have the following table CREATE TABLE `z` ( `hash` varchar(16) NOT NULL default ' ' `title` varchar(255) NOT NULL default ' ' `body` text NOT NULL FULLTEXT KEY `title` (`title` `body

Subject: my-huge.cnf quite outdated

Hi Isn 't the my-huge.cnf in the MySQL 5.0.22 distribution quite outdated? It says "for systems with 512Mb RAM or more ". Nowdays this is pretty basic setup and 'huge ' is probably something in excess

re-installed 4.1 -- can 't read tables....

Hi due to some problems I was having I re-intalled 4.1 the other day (had orig zip from when first downloaded (mysql-4.1.9-win32.zip) so was able to install exact same version I had previously) on

Subject: dropping primary key - 99%CPU

In the last episode (Jun 10) Gaspar Bakos said > Could someone explain why dropping a primary key of a table (of > ~1million rec) may take up to minutes of time and 99%CPU? > > Naively I would hav

CRM: Labels instead of specific atributes

Bruno-- I am not an expert but... I would think most contact systems probably have separate tables for organizations and individuals. And usually additional tables to allow multiple addresses and

Stored Procedures and DECLARE weirdness

>Hello all and thanks again for any responses. > >I 'm hoping this is something really basic I 'm not seeing. I have MySQL >5.0.22-log and I 'm having a weird time creating a basic stored procedure. I

Question about full text score

Apologize if this is a dup message I was doing a full text search and had a question on why two different entries got the same score Here is my select statement SELECT id pubyear MATCH ( title

.TMD files

Hello Can someone point me to the docs that explain what the .TMD files are? We are using MySQL 5.0.22 under RH FC3. We have a massive table of the size ~100Gb. It already has a couple of indexes.

Books on MySQL 5

Hello You might want to check out Guy Harrison 's book on SP 's. http //www.amazon.com/gp/product/0596100892/102-8915813-3282553?v glance&n 2 83155 Thanks Jimmy Guerrero Sr Product Manager MySQL

Two approaches, which one is better ?

[snip] I am facing some problems to identify the advantages or disadvantages of the use of INDEXes (a.k.a. VIEWS in other DBMS environments please correct me if am wrong) this is the scenario [/sni

Why would a SELECT COUNT(*)... WHERE... take way way longer than SELECT COUNT(pr

Hi everybody MySQL 5.0.21 running on RedHat EL4 2GHz CPU 2 5GB RAM RAID5/128MB RAM. At one point I had to issue the following query on a 1.8GB 42mil records table SELECT COUNT(*) FROM geoReco

Subject: How to backup and restore

Hello Ben all! Ben Burford wrote > Hello > > This is my first message I 'm an absolute beginner in Mysql. I did a defaul > t installation of version 3.23.58 on RH Linux AS3.0. [[...]] I will

Subject: Fwd: help for setting mysql server

Craven K. Lepota School of Computing University of South Africa lepotck@(protected) (012) 429-6653

Subject: Repairing table problem

Hi When I try to repair a database that has been marked as crashed I get the following error | db.table | repair | info | Key 1 - Found wrong stored record at 885548 | | db.table | rep

mysql-5.0/Docs

At 9 52 +0800 6/9/06 ???? wrote >Hello > > > >In MySQL Internals Manual > > > > "With the BitKeeper downloads /Docs is nearly >empty. The important files are only present if >you do a regular sour
Page 118 of 508 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100