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 473 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10  

Subject: Error dropping databases

I am trying to drop several InnoDB and am unable to do so. I login to the command line client and enter "drop database [db_name] " and then get this error ERROR 1217 Cannot delete or update a p

manual replication

hi all! i was wondering whether anybody has encountered the same situation i am with and how you deal with it i 've got several mysql servers running in various locations (all connected by

Nested IF statement in 3.23.57

Are nested IF statements valid? Doesn 't say anything here http //www.mysql.com/doc/en/Control_flow_functions.html Trying to get a conditional count using the following statement - but Im receiv

Subject: How stable is 4.0.18?

Mark wrote >Hello > >I am long since using MySQL 3.23.58 and it works perfectly. In fact it >works so well that I have always been very hesitant to upgrade to the 4.x >series. Especially

Subject: select unique records

Check out DISTINCT. Respectfully Ligaya Turmelle " "Clive Luk " " <clive@(protected) > wrote in message news 00e301c412bb$022b8f50$cd0010ac@(protected) > Use > > Select * from a > Group by [

Sort a Sum

Ed Reed wrote >Thanks Jeff > >After a little more investigation it turns out that the problem only >exists when I run the query through a MS Access database attached to >MySQL via ODBC. If I

Help us at MySQL user conference

Hi! I assume most of you know that we will have our annual MySQL User conference at April 14-15 in Orlando. During the conference we will give a lot of information about new MYSQL features t

Subject: need help with a query

Are you assuming that all months have 30 days? You can use the same syntax with INTERVAL 1 MONTH I would also format the date comparison to use the same precision that the DATE_ADD function outp

Query Problem

>I have a table of properties that is linked to a table f images with a one property to many images relationship. I >have manged this with nested queries but want to try and do it on one line. My cur

Dumping sql commands

Hi there I am running a website on a host who has blocked access to mysqldump. Is there any way I can show all the sql commands for creating and populating a table from within mysql? Again I d

Subject: Local installation of mysql

Dear all My system specs are Sun Solaris 8. As I do not have root permission is it possible to install mysql locally in my home drive ? I checked the manuals but there does not seem to answer m

innodb deadlock detection failing?

Marc please send the printouts to me. Best regards Heikki Tuuri Innobase Oy Foreign keys transactions and row level locking for MySQL InnoDB Hot Backup - a hot backup tool for InnoDB w

mysql.user does not reflect privileges granted correctly?

"Bing Du " <bdu@(protected) > wrote > Greetings > > I did > > mysql > grant all on LTM.* to ltm@(protected) identified by 'secret ' > > But > > mysql > select * from user where user 'ltmuser

parsing a column

Hi I would appreciate help on the following. I have a column in a table. Each entry in the column can have 0 1 2 3... maybe four entries in it. I would like to parse the column and grab each

Subject: mysqldump exlcude table

Hi I want to perform a mysqldump (with the --add-drop flag) of an entire database that excludes 1 specific table only (named 'phpbb_config '). Can anyone supply the mysql for this? I know I c

database dump query

On 25 Mar 2004 at 15 23 joe collins wrote > Hi > > anyone know what happens if while I am doing a database dump someone > logs > into the database and updates records what records are

In support ?

Sorry if this is an obvious question but is version 3.23 still supported by MySQL AB. And if it still is is there a date when it will not be. One of our systems uses it but the users are not conv

mysqladmin shutdown

Was wondering if anybody knows if there are advantages to using "mysqladmin -pPassword shutdown " compared to "/etc/rc.d/init.d/mysqld stop "? I have a script that was using mysqladmin to shutdown

fulltext indices

First full text indices have nothing to do with importing the data it 's just a special type of indexing for searching. The reason you got several rows is that you probably did not specify delimi

vb.net - mysql

Thorsten > i write a front-end in vb.net and want to save data`s out of a text field > into a MySQL database. > But i have trouble with this. On http //www.vbmysql.com/articles you will find

MySQl prints only first 1032 character in output line

gowthaman ramasamy <gowtham@(protected) > wrote > hello list > this is a MySQL realted question > > I have a mySQL table with 15 columns. I query that table and group > (using GROUP_CON

I have problem

You need to set a user in MySQL with privileges to that database. From the mysql console mysql > GRANT <options > ON <database_name >.* TO <user >@ '217.219.201.2 ' IDENTIFIED BY 'password ' USING GRAN

Subject: counting rows in all tables

On 25-Mar-2004 doug@(protected) wrote > Not using perl or php I came up with > > mysqlshow -u user --status db_name | awk -F "| " '{print $2 $5} ' | grep > -i pattern > > Is there a query to

aide urgente site d 'une association que nous n 'arrivons plus a reinstaller

Bonjour Samana I will write in english for the list and then french for Samana. His problem is that he is not supplying a valid user and password. Je vais ?crire en anglais donc fran?ais.

Subject: Speeding up MySQL server

At 17 55 -0800 3/24/04 Jim Richardson wrote >I have a rather heavily loaded server which I would like to tweak a >little more performance out of. It currently is binlogging although >there is no

Subject: Help query with MySQL 4.0.11

At 21 44 -0400 3/24/04 WebMaster Inform?tica007 wrote >Hi > > > >I have problem with a Query. > > > >It does not recognize EXISTS. > > > >My version is MySQL 4.0.11a-gamma Subqueri

Query across two databases on the same server

"Ed Reed " <ereed@(protected) > wrote > > yea I thought it would be that easy too but it doesn 't work. It should work. Did you get error message? > > Any other ideas? > > > > > "Peter

out of memory error and update problem

Chip Wiegand wrote >When running mysql from the command line (Putty terminal) and trying to do >some updates the updates fail. First the query I am running - > >mysql > update warranty_temp

Error 1236 corrupt binlog on master

Arvind Gangal wrote > I have been using the mysqlbinlog to investigate the 'saturn2-bin.051 ' > binlog file.. I have come to pinpoint the problem position in the binlog > but don 't know how i can

Correlated Subquery Error in MySQL 4.1.1-alpha

Consider the following schema and data CREATE TABLE person (pid INTEGER name CHAR(5)) CREATE TABLE phone (pid INTEGER num CHAR(10)) INSERT INTO PERSON VALUES (1 'Bob ') INSERT INTO PERSO
Page 473 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10