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

create sequence

Hello I would like to create a sequence object in mysql that I could use in multiple tables through a application I am developing. Could someone please send my the syntax of how to create a s

Subject: select statement question

You want to use a LEFT JOIN which will select all the records from A and link them with records in B if there are any. If there are no matches in B the the fields from B will be NULL. You then just

Subject: LDAP Athenticaiton for MySQL

Hello Is there a way I can get a MySQL database to authenticate users against an LDAP database without any 3rd party coding? I want to store mysql usernames and passwords in ldap. Thanks Ma

Subject: MySQL Cluster Software

Tom O 'Neill (MySQL User) wrote > I recently saw and article that says MySQL will be shipping its cluster software starting April 14th during the Users Conference & Expo this year. Does anyone have

Subject: PHP and using mysql_last_id()

Does php have a function like mysql_insert_id but support a zerofill auto increment int? ~Elle~ -----Original Message----- From jeffrey_n_Dyke@(protected) [mailto jeffrey_n_Dyke@(protected)] Sent

Subject: just the list please!

Scott Haneda wrote >on 3/16/04 1 31 PM Alan Williamson at alan@(protected) wrote > > > > >Can people please just email the list and not the person *AND* the list!!! > > > >i get duplicate

revoke question

doug@(protected) wrote > I was trying to allocate a new user and I typed something like > > grant all privileges on pail to jill@(protected) identified by 'hill ' Here you grant jill@(protected)

Optimise two mysql queries to one query

dr zoidberg wrote > Hello > > $a mysql_query( "Select a b FROM t WHERE category 1 ") > while($a) { > $x $a[a] > //some echo > //another query > > $b mysql_query( "Select * FROM t WHER

Subject: Wish List of Features

1) Try SHOW CREATE TABLE table_name from the mysql client utility. It will give you a create-table command. In MySQL Control Center you can do the same thing but for all tables at once. Select

Blocking INSERT/UPDATE on SLAVE (replication)

First do not replicate the MySQL database from the master to the slave(s). Then create users on the slave that only have the desired rights. In your case SELECT only. > > > > > > > > > > > > > > > > > > Origina

ROWNUM in mysql

How can I select a mysql version of the Oracle 'rownum ' inside a SQL statement? I need to include this for a ranking type functionality - but I don 't see this type of analytic functionality. A

SELECT/UPDATE and locking issue

Hi all. I 'm doing the following on MySQL 4.0.18 LOCK TABLES b WRITE a READ LOCAL SELECT a.id FROM a LEFT JOIN b ON b.id a.id WHERE a.type 'foo ' AND a.action 'T ' AND b.statu

getting off list

Hello. How do I get removed from the mysql e-mail list? Thanks toney

Subject: ORACLE to MySQL migration

Try SQLyog - http //www.webyog.com/sqlyog Karam --- Enrico.Venturi@(protected) wrote > Hello colleagues > I have to migrate a lot of ORACLE 8.1.7 databases to > MySQL 3.23 > > I 'm looking

latin1 accented characters and fulltext

I 've been playing around with fulltext searching in 4.0 and I ran into the following weirdness with accented characters. | version | 4.0.14

4.1.2.?

Mirza <mirza@(protected) > wrote > > Is there any info on when 4.1.2 is to be released? > Soon. It will be released in two or three weeks. -- For technical support contracts goto https /

BLOB 1024

"Lorderon " <ighen@(protected) > wrote > > How can I define a column of BLOB (or TEXT) with exact length of 1024 bytes? No. > Can I index it? You can index prefix of the column. >

Copying a database

Ed Curtis <ed@(protected) > wrote > > How would you go about copying a database? I need to make a copy with all > the tables and names the same. I just need to name the database something > dif

connection process is very slow under WIN NT 4.0

Hi I realize that this is may be off topic but the remote connection times to MySQL under Windows NT 4.0 is really slow while under Unix is quite responsible. Does anyone faced this problem a

Subject: Hierarchical data design

> the other option is to parse your info from the URL tokenizing per '/ ' character then do look ups recursively for each entry finding the node you 're looking for. > This strikes me as the

mysqlgui problem - can 't connect via tmp/mysql.sock

Dmitry Rusak writes > Hi! > I have a problem using musqlgui-1.7.2 under FreeBSD 4.9 STABLE. It "Can 't connect to mysql > server via tmp/mysql.sock " > > My setup > 1) mysql is installed in /

Administrator

Newsletter wrote >After install the MySQL Administrator version 1.0.2b alpha there is an error about a msvcr70.dll not found. This problem was found in Windows 98SE and Windows 2000 server systems

can I get MySQL Source code under Windows OS?

Arunachalam <arunchp@(protected) > wrote > > I have downloaded *bk-3.0.4-x86-win32.EXE* from > URL http //www.bitmover.com/download for windows > When I try to install it ask for > > *** >

3 node master <- > master <- > master replication?

hi we have 3 inet servers running mysql mysql1.mydom.tld mysql2.mydom.tld mysql3.mydom.tld and we also got an dynamicdns entry mysql.mydom.tld. normaly mysql.mydom.tld directs to mysql1.my

Jumping to prev and next records

I know I can do this in code but was wondering if I am overlooking something in the docs about it. Table images

How could I do this insert/select?

"stephen " <schan88@(protected) > wrote > > mysql > use zzz > Database changed > > > mysql > create table category > - > ( > - > id tinyint(4) NOT NULL auto_increment > - > name

Using Indian languages and working with them using C API()

Hello I have a project where I need to develop a database product with working handling languages like hindi etc. The application will be written in Win32 API so I will be using MySQL C API(

Great QUERY question

"JR Bullington " <bullijr@(protected) > wrote > This is for those who love a challenge. > > I am trying to come up with a query that would calculate the Standard > Deviation and Variance for 15 f

A join I can not wrap my head around...

create table account ( id int(11) state varchar(2) ) create table transaction ( id int(11) user_id int(11) amount int(6) added timestamp ) select sum(tran

composite Keys

"joe collins " <joe.collins@(protected) > wrote > does MySQL support composite keys? Yes MySQL supports composite keys http //www.mysql.com/doc/en/Multiple-column_indexes.html > > I
Page 479 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10