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

RES: GRANT PRIVILEGES doesn 't perform the way I expect it to....?
   ?

Hi Scott Really in user table not modify nothing but in db table the privileges appear ok. Your user get message of access denied? Regards Renato Cramer. -----Mensagem original----- De

GRANT PRIVILEGES doesn 't perform the way I expect it to....??

I 'm having a little trouble with granting the correct privilege to the user with one database instead of all databases. When I do this with all databases it work great.. --snip-- //Issued SQL

mysqldump causes slave to stop

Hello I am dumping a single innodb DB using mysqldump. Everytime I do it it crashes the slave thread. Below are the commands I 'm using to dump [I also have tried --delete-master-logs comman

4.1.2 regression failure: error reading communicaton packets

>Description I have just built 4.1.2 from source (in order to include OpenSSL) and find that the regression testing fails on the first test. The master.err contains the following CURRENT_T

Select double value

Paul McNeil wrote > Good morning to all. > > I have a problem with a workaround but I wanted to know if others have run > into this. Are you sure the problem is with mysql? If so which

DELETE from more than one table

The manual says ON DELETE CASCADE with foreign keys is available for InnoDB tables starting with mysql 3.23.50 <http //dev.mysql.com/doc/mysql/en/InnoDB_foreign_key_constraints.html >. Michael

Errors from Extra Spaces in Spreadsheets

David Microsoft has a converter for Works files at http //www.microsoft.com/downloads/details.aspx?FamilyID b9e11e83-f51b-4977-b572-8c042df802c1&displaylang en I did 'nt see any online documentatio

Multiple locks

I need to do some operations which insert mass amounts of records which then must be sorted and would like to use table locking. The flow I 'm looking for is LOCK TABLE A WRITE LOW_PRIO DELETE

ANN: Advanced Data Generator 1.1.0 released

Dear ladies and gentlemen Upscene Productions is happy to announce a new version of the database developer tool "Advanced Data Generator " (version 1.1.0) A fast test-data generator tool that

My first post!

Hello guys I 'm new with MySQL and i 'm facing problem with the installation! I 've Windows XP pro and when i install MySQL(mysql-4.1.2-alpha-win) it work but when i try to connect or even open mysq

Re: [MySQL] Can 't start server: Bind on TCP/IP port: Address already
in use

Tobias Bohlin wrote > I have restarted the Linux server. Typing > >mysqld > result > 040607 11 32 47 Can 't start server Bind on TCP/IP port Address > already in use > 040607 11 32 47 Do

AW: Can 't start server: Bind on TCP/IP port: Address already in use

Hi Tobias Got the same problem on my local machine. Try @(protected) -aux And kill all mysql stuff manually Worked for me Cheers jan -----Urspr?ngliche Nachricht----- Von Tobias Bohlin [mail

Subject: Spatial extensions and GIS

In both cases you will have to write your own code. MySQL so far only can store Spatial data and do very simple (still r-tree optimized) GIS queries (like all objects inside rect). mirza

Subject: key_buffer or key_buffer_size

Chambon <bernard.chambon@(protected) > wrote > Can somebody tell me if 'key_buffer ' and 'key_buffer_size ' are the same variables ? Yes. _size is deprecated. > Perhaps it is just a question o

Can 't start server: Bind on TCP/IP port: Address already in use

Hi! I have restarted the Linux server. Typing >mysqld result 040607 11 32 47 Can 't start server Bind on TCP/IP port Address already in use 040607 11 32 47 Do you already have another my

Configure MySQL on Jboss 3.2.3

Does anyone know how to configure MySQL on JBoss 3.2.3? This is what I have done (i) copy /jboss3.2.3/docs/examples/jca/mysql-ds.xml to jboss3.2.3/server/default/deploy/ where ECPerfDS is the d

Production release of MySql 4.1

At 14 09 -0700 6/30/04 Jon Frisby wrote >As I understand it the particular cycle a release is in depends on how long >it 's been since a major bug was reported. So an alpha becomes a beta if >no

"myisampack, check: already compressed ? "

Hello * Question Is there a (cheap) way to find out if a MyISAM Table is already compressed before running a myisampack on it ? Goal -In a script that regularly compresses Tables

Subject: Stop query on first match

This doesn 't quite make sense. You seem to say that several rows will match but then you say only one will. It must be one or the other. Perhaps I 've misunderstood you. You also seem to imply

OT: Errors from Extra Spaces in Spreadsheets

At 22 33 -0700 on 06/06/2004 David Blomstrom wrote about OT Errors from Extra Spaces in Spreadsheets >I 've been having a tough time importing >comma-delimited files into my database tables. I

I 'm working on a library redesign, and need help

Dennis Gearon wrote > Please CC me I am on digest. > > What is an int(11) as in the following table creation statement? I > looked online at the documentation and not only is the documentati

Subject: Asterisks in Integer Columns

David Daniel is exactly right. In general it is not a good idea to try to cram two pieces of data into one column. Your questions at the end of your post are good examples of why you don 't

Default accounts and custom installtion directory

At 16 00 +0200 6/6/04 Martin Olsson wrote >Hi > >First if I install MySQL on a win32 system which are the default >account and from which hosts can those be accesses? Which of these >accoun

URGENT !! InnoDB Constraint problem !

Dimitri please upgrade to a newer MySQL version. " Starting from MySQL 4.0.13 you can use SHOW INNODB STATUS to display a detailed explanation of the latest InnoDB foreign key error in the s

Subject: mysql 5.0: ERROR 1005 (HY000)

saiph wrote > create database url > use url > > create table cath > ( > name varchar(10) primary key > ) type innodb > > create table site > ( > url varchar(40) pr

Subject: Comma Delimited Import Error

David Blomstrom wrote >I just discovered that one of my MySQL tables is >incomplete. I created it by importing a comma >delimited file I had made from a spreadsheet but it >appears as many

PHP RPM + 3 binary install of Mysql-4.0.20

At 1 54 -0400 6/6/04 Minuk Choi wrote >I have redhat9. I removed the RPM install of MySQL and instead installed 3 >copies of MySQL-4.0.20 BINARY distributions into my /usr/local/ directory >un

Subject: Not Getting DB Connection

Hi I am using the following code but not getting a connection. ( Can someone tell me what I am doing incorrectly? Thanks Scott package database_test import java.sql.Connection impo

mySQL daemon fails after setting root password

Jesse <marshall28@(protected) > wrote > anyone know why the mysql daemon fails to start after I set the root > password according to this > > http //dev.mysql.com/doc/mysql/en/Default_privileges.h

Subquery help...

On Sat 5 Jun 2004 19 48 44 -0600 "Daniel Isenhower " <jml@(protected) > wrote > This is my first email to the list so be nice -) Welcome this is a very helpful list... > I 'm having
Page 424 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10