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 311 of 508 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10   Next 100  

Monitoring replication in mysql

We use a monitoring system that does TCP based checks on our various systems and can alerts us based on criteria we define. So we right shell scripts that run locally and return certain values and t

Subject: =?us-ascii?Q?Question=20=2D=20SubQuery=20syntax?=

> I have problem with this syntax > SELECT game_id FROM game WHERE game_id NOT IN (SELECT game_id FROM player WHERE user_id! $id_user) > > I need select games where user is not connected. I have

HELP: utf8 chracters replace by ?

Hello. There a lot of things that can produce such unexpected behavior (even wrong codepage in you browser). At first you should carefully read pages from manual related to character sets. Se

Subject: Default connection codepage

Hello. Put default_character_set 'blah123 ' in your [client] and [mysql] sections of your config file. "Denis Gerasimov " <denis.gerasimov@(protected) > wrote > > Hello > > Is there

Subject: Need Help with .UNL Files

I downloaded a TAR file from a link I found at http //www.itis.usda.gov/ftp_download.html The page also includes the following instructions * The schema file (itis.sql) is an ASCII file that

Regarding User creation and loading data

Hi Could any one of you help me in creating two users like First user with all dba privileges as root and the Second user with only dml operations. And in loading data using LOAD D

Re: Error connecting to master: Can 't connect to MySQL server on
' <IPADDR > # M

I found that restarting the mysql server does not recreate the master.info file in the data directory. Although I had changed some settings in the /etc/my.cnf they did not populate the master.info

Data Storage

Are there any way to configure MySQL 4.1 to use more than one drive for data files (for example in a RAID 5 solution)? If so could somebody point me at the right information. Regards -JF

MyISAM vs. InnoDB for heavily-indexed, read-mostly data

At 06 37 PM 12/20/2004 you wrote >I 'm new to MySQL and I was wondering which storage >engine is the best choice for heavily-indexed >read-mostly data. > > From skimming over the documentation

User seeing their own permission

That syntax only works in 4.1.2 and up however. Prior versions only take a string for the user not a function call or variable. In that case you can find out who you are with SELECT CUR

Need more info about currently running queries

may be due to corrupted indexes it is taking long time. just re-org the table.if your table is InnoDB type then use below command to re-org it. mysql > alter table < <table name > > type InnoDB b

Federated Engine

Hi! On Dec 20 Luciano Barcaro wrote > Hi all > I downloaded the source from bk tree and I saw the federated engine. > Taking a look into documentation > (http //dev.mysql.com/doc/mysql/en/i

4.1.7 has --old-passwords set but mysqladmin client still using new
hash

I 've got a 4.1.7 server on Linux and I need to use the old-passwords option. It has taken effect as 'show variables ' confirms. Also if I set a user 's password using 'set password for user

Boolean search showing zero results in error

"keep " is a full-text stopword by default which means it isn 't indexed. You 'll need a custom stopword list if you want "keep " to be indexed. See the manual for details <http //dev.mysql.com/d

problems with russian characters

Hi people! I have a server and client (C API) ver 4.1.8 Server side was compiled under FreeBSD 5.2.1 with charset cp1251 as I wanted it to sort russian strings from Windows clients properly. Cl

Error connecting to master: Can 't connect to MySQL server on ' <IPADDR > # MUS

Hello. When you are connecting using mysql you usually don 't specify the destination port. By default it 's 3306. And at the same time master-port 1111. Send us complete contents of config

cluster problem

Hi I 'm currently experimenting with Cluster for the first time (using mysql 4.1.8 under Red Hat 9.) I 've set up a combined manager and API node and three storage nodes. It all seems to be worki

Problems with replication restarting

mark_round@(protected) wrote > So this would imply that you cannot simply stop/start a slave server - > instead I would need to write a wrapper script that stops the slave > using "STOP SLAVE "

packed index vs non packed index

Which are faster for updates & queries? Our indexes are packed and run 2-6 gig I 'm having problems restoring tables takes 3 weeks to restore one large table in fact the restore is still goi

Select * except certain columns

----- Original Message ----- From "Mark van 't Zet " <m.vantzet@(protected) > To <mysql@(protected) > Sent Monday December 20 2004 6 59 AM Subject Select * except certain columns

Help with a join query please!

shaun thornburgh wrote > Hi > > I have (among others) three tables in my database that i am struggling > with a join query on. The database holds dates for Bookings. If Users > are Allocated

mysql-5.0.3-alpha-nightly-20041215 doesn 't compile

JUST copy it from the 5.0-alpha source. ) On Mon 2004-12-20 at 11 30 +0100 John PAUL wrote > Hi > So sorry for my poor english. > > I 've tried to compile the last mysql snapshot on Fedora Co

Error connecting to master: Can 't connect to MySQL server on ' <IPADDR >
# MUST

Hi I am trying to setup replication on MySQL. Version 4.1.0alpha Using ./bin/mysql -h <IPADDR > -u replication -p I can connect successfully but my error logs show 041221 1 12 41 Sla

problem with queries

hello All can anybody tell me how to correct this problem 1. I use queries like that select /*! SQL_BUFFER_RESULT */ klient.logo klient.klientid klient.klientnazwa klient.struktura conc

Newbie: MySQL cluster configuration

hi i want to configure a two-machines mysql clusters. i have compiled from source by enabling the clustering feature with no problem at all. i read the documentation on mysql. but i am not un

INT or DECIMAL?

I was having trouble importing a particular csv file into a MYSQL table so I designated most of the fields VARCHAR. Now that all my data is finally in the table I 'm weeding out various mistakes a

Mysql_config giving wrong location of libraries for AMD64

First here 's where they are [root@(protected) /]# find / -name libmysql* /usr/lib64/libmysqlclient_r.so.14 /usr/lib64/libmysqlclient.so.14.0.0 /usr/lib64/libmysqlclient.so.14 /usr/lib64/libmysqlclie

Subject: Order By When Grouping

----- Original Message ----- From "Jalil Feghhi " <jalil@(protected) > To <mysql@(protected) > Sent Sunday December 19 2004 3 37 PM Subject Order By When Grouping > Let 's say I have

How to use character_set_xxx in my.ini ?

Hello. You should carefully read chapters of manual related to the character sets. Use SET NAMES 'gbk ' or SET character_set_client 'gbk ' SET character_set_results 'gbk ' SE

Subject: Rearranging mysql columns

Hello. Use ALTER TABLE. See http //dev.mysql.com/doc/mysql/en/ALTER_TABLE.html >I goofed up when creating my table - I established my column in reverse order. How can I >move them
Page 311 of 508 Previous 100   Previous 10   311   312   313   314   315   316   317   318   319   320   Next 10   Next 100