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

Subject: Insert .. select problem.

Hello I 'm working on a project with MySql 4.0.12-log. I have a problem with insert .. select To describe the program of some touristic tours I create two tables TOUR that contains the da

DaDaBik

>After spending days trying to make a PHP form for >editing my tables that actually works I discovered a >wonderful script from www.dadabik.org. I haven 't used >it online yet but I got it

Help With Remotely Connecting to MySQL Database

Fred Aswad wrote > I need some help connecting to my database remotely I would really > appreciate any input. > > Setup > MySQL Server > OS Linux - Debian > MySQL version 4.0.18

Initiate perl script in linux from a Windows VBA program

Annie Law wrote > Hi I would appreciate help with the following. I would like to be ableto initiate a perl script that is residing on a linux server from anExcel workbook. I am working on the Exce

RE: Is there any good soul out there who can help me with mysql 4
   .0.17 replic

-----Original Message----- From Ravi T To mysql@(protected) Sent 6/2/04 11 49 AM Subject Is there any good soul out there who can help me with mysql 4.0.17 replication. Hi

Subject: avoiding Using filesort

What does the explain plan look like? It sounds like the query is using the fulltext index. Remember that only one index per table can be used when performing a query. -----Original Message-----

Is there any good soul out there who can help me with mysql 4.0.17 replication.

Hi I am new to mysql and having some trouble with replication. Simple stuff like 1. How to restart the stopped resplication 2. How to check if the replication is working 3. How to br

Unicode characters become question marks

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 James Huang wrote > Victor > > I 'm positive the database is storing ? 's. You may test with these steps > > 1) insert "\u7247\u4EEE\u540D " in

RES: RI enforcement and m2m relationships.

Hello Maybe a solution to not allow a vacancy to be added without a supervisor being assigned 1. Create an atribute of the identification in the supervision table as Primary Key (e.g. id_super

Subject: MySQL List: May 2004

Completely Stumped - phpMyAdmin config

hi Have you changed the auth bits in config.inc.php in the phpMyAdmin directory?? You need to tell phpMyAdmin how and who to connect to mysql as. I can 't remember the exact lines but there are

JOINing complication, help please

CONTACT_X_CUSTOMER.ID_ADDRESS CUSTOMER.ID_ADDRESS_SHIPTO CUSTOMER.ID_ADDRESS_MAIN What I would like is to be able to JOIN conditionally based on the absence/presence of reference SELECT ADDR

Subject: Username/Password Basics

At 7 22 -0700 6/2/04 David Blomstrom wrote >I 've been studying MySQL for a few weeks now and am >about ready to publish some databases online. But I 'm >confused about usernames and passwords. I u

Restore from Backup done with Replication features

Dear Friends Considering what a backup is done with the method following 1. One master server replicate to one slave server. 2. The master server handle all manipulations and transactions of

problem with totals doubling when using a right join....

You have to look at the intermediate results of this to understand why your sums are doubling up FROM daily_traffic LEFT JOIN yell_int_traffic ON daily_traffic.day yell_int_traffic.da

Subject: left join with multiple OR?

Have you tried using the IN operator? SELECT denewbs dewrbtr dekostl desgtxt deprojk degeber de_heid acdesc acfund FROM (details INNER JOIN headers ON details.de_heid headers.

R: R: R: R: R: query string too long?

> Test it on 4.1.2 and let me know if these queries will crash > MySQL server. Yes the query (SELECT * FROM PARTITIONED_A_1_1 AS PARTITIONED PARTITIONED_B_1 AS PARTITIONED_B WHERE PARTITIONE

Subject: Sub query on mySQL 4.0.18

> I don#t understand why subquery on my MySQL 4.0.18-Mas > does not valid. Simple reason v. 4.0.18 does not support subqueries yet. Use 4.1 or later. Regards Jigal. -- MySQL General Mail

RI enforcement and m2m relationships.

SGreen@(protected) wrote > I don 't see how you can possibly hope to satisfy two mutually dependent > constraints at the exact same time. It 's a chicken-and-egg scenario. If you > can 't create your

Converting a different database to mysql

Hello If the db has an ODBC driver then you can try SQLyog from www.webyog.com Karam --- Glenn McCord <clari_player@(protected) > wrote > Gidday. Is there anyway to convert an Advanced

fulltext in boolean mode with utf8

Hi All! May be anyone can help in this situation Version 4.1.2-alpha-nightly-20040523-log OS Linux Show create table TEST CREATE TABLE `TEST` ( `ID` int(10) unsigned NOT NULL auto_i

Subject: mysqlimport error

"nikos " <nikos@(protected) > wrote > > I 'm trying > > mysqlimport --local -d --fields-enclosed-by "| " --fields-terminated-by " " - > -lines-terminted-by "\n " -unikos -p mydb c //temp//programs.txt

Subject: Short Passwords in 4.1.2

Greg Willits <greg@(protected) > wrote > I 'm trying to force 4.1.2 to use the old short passwords for now during > some experimental stages. > > The discussion here (specifically the fourth se

Error on Outfile

I just encountered this yesterday on my Macintosh and it turned out that user "mysql " did not have permission to write to the destination folder. I simply had to change the permissions on that fol

Bug? MySQL 4.1.2 and OS X 10.3.4

This was "New 4.1.2 Startup Trouble. " The new title seemed more appropriate given my testing. Having installation problems with 4.1.2 on OS X 10.3.4. From previous thread > > I 've install

Reloading Database with Foreign Keys

I just tried to reload a mysqldump created dump to a new server and got rejected due to lack of referential integrity. I remember the existence of a command I can insert in the file that will turn

Equijoin on non-equality barfs!

Mailing List Receiver <mailist@(protected) > wrote > mysql > select bademail.email from bademail noemail where bademail.email < > noemail.email > > bademail has about 30 000 rows and noemail has 13 0

Speed differences between joins and subqueries?

Daniel Ek wrote > Hi all > > I am wondering if anyone have any knowledge if there is speed difference > between joins (inner | outer | left | right) and subqueries. Would I > actually gain

Left outer join combined with inner join

Matthew Shalorne wrote > Hi > with the tables eg > > Product id product cost > > ProductTag productId TagId > > Tag id tag > > I have created the ability to selectively assig

Table handler corruption problem

Hi I am seeing an interesting (annoying) problem where my myisam tables are getting corrupted when subjected to a heavy update/insert load generating the following errors Error 'Got error 12
Page 427 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10