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

retrieving last record for all distinct users

First since you group by LOGIN you don 't need DISTINCT. The problem is that GROUP BY is designed for use with aggregate functions not individual rows. So which values of SESSION_ID IP and T

Subject: Patch for mysqlbinlog

Hello everyone I recently had to recover some deleted data that was important enough to dig through the binlogs for and fish it out. To make my job easier I fixed up mysqlbinlog to do a coup

Subject: Re: Spatial data at InnoDB tables

At 15 38 -0300 3/19/04 Alex Martins Daher wrote >According to MySQL Manual > "MySQL 4.1 introduces spatial extensions to allow the generation >storage and analysis of geographic features. Curr

master cannot find replication slave privilege

At 15 19 -0600 3/19/04 Peter Brawley wrote >How is this possible? > >On the master (v5.0.0 port 3306) we have >+

InnoDB Hot Backup problems with O_DIRECT (ibbackup)

Hi! Looks like your Linux kernel makes the file read performed by ibbackup to fail immediately but does not set errno to anything. That is why ibbackup says the errno is 0. The support for O_

Load data + odbc ?

I 'm soryy for the delay but i 've tried to resolve this on my own. Not a chance. > h SqlConnect( "transfer ") > r sqlexec(h vQuery) > if r <0 > ? aError( laErrors ) > _cliptext laErrors[1

Migrating Access databases to MySQL

Try SQLyog - www.webyog.com I use the ODBC Import Facility regularly. regards Karam --- Arjun Subramanian <arjun@(protected) > wrote > Hello people ! I was hoping for some wisdom from the

Sum for time

Hi * Can somebody show me how to sum for time my format is hh mm ss need to do sum for the time as we usually sum a field with integer type. But I am not sure sum can use for time format. T

problems compiling a mysql tool

Jason Unrein wrote > Before I start this is a compile problem (or so I > think) and from what little I read in this forum it > looks ok to post. If not and you know the proper place > to post

Subject: DB consistency checking

I want to set up some automated table checking and the research I 've done has left me scratching my head. I 'm looking for a definitive answer to this thread http //marc.theaimsgroup.com/?l mysq

Subject: Re: PRIMARY KEY in mysql 4.0.18

At 15 02 -0300 3/17/04 Geilson Coutinho Figueiredo wrote >Hi > > I would like to know what happen when I create an table without a >Primary Key. Does MySQL create an "hide " primary key?

Mac OS X permission errors in 4.0.18

Installing 4.0.18 on a Mac OS X 10.3.3 system creates the "data " directory and its contents as owned by "root " instead of "mysql. " I tried blowing away the data/mysql directory and running scrip

Subject: Re: Newly installed mysql 4.0

At 11 32 -0800 3/17/04 ryan@(protected) wrote >Hey >thanks for replying. > > > Your mysql server is not running my friend! ) > > > > Try /etc/init.d/mysqld start <-- this should be able to t

Subject: Re: Newly installed mysql 4.0.

At 12 24 -0800 3/17/04 ryan@(protected) wrote >Hey >Thanks for replying. > >I see that my mysql server IS running... > > > Do you have a /var/lib/mysql/mysql.sock file? How about /tmp/mysql

limit stop count

Nope.. that doesn 't work.. the LIMIT statement limits the rows returned but only 1 row is returned from that query always.. I want MySQL to stop the count when it reaches to 200 rather to have it

Large lists of SQL commands choking PHPmyAdmin?

At 02 03 3/18/2004 olinux wrote >--- "W. D. " wrote > > I am a relative newbie to MySQL and PHPmyAdmin. I > > tried adding > > data into an existing table by 'uploading ' a file in > > PHPmyAdmin

php script for new database and user

I don 't think php script can create database. But maybe I am wrong. If I am please somebody make it straight. Create a database should do it through console or some kind like it. ~Elle~ -----

how to obtain MySQL 4.1.1 source from Bitkeeper?

Hi I have installed the package bk-3.0.4-x86-win32.EXE from Bitkeeper.com to get the Mysql-4.1.1 source code for Windows 2000 box. It 's installed successfully and frame the shortcuts in my

Going from 3.23 to 4 - sql statement errors

"Mike R " <spycobalt@(protected) > wrote > > Thanks for responding! ) > > "UPDATE sites SET start_date '$MySQLDate ' domain '$host_edit ' > host_plan '$host_plan_edit ' ssl '$ss

Mysql 4.0 -Oracle Stored Procedure Trigger Conversion

Garg Piyush (EM GECIS) wrote >Hi Everybody > >Is there any way we can tranform the Stores procedure and Triggers present under Oracle Custom Application to mysql. >Please tell ways or any to

Subject: help in creating table

Dear All I have created a table Product1 with columns pid data keyword. I had been requested to create another table Product2 with the columns pid cname itis given that (pid -int - refere

taking out 3.23 and installing 4.0

ryan@(protected) wrote > > (newbie warning) > Hi > We just got a dedicated host who gave us mysql 3.23 > they want quite $ a bit to upgrade us which we cant afford so I decided to this this

New to MySQL

Why don 't you try MySQLCC from the MySQL site? -----Original Message----- From Terry Smith [mailto terry.smith@(protected)] Sent Wednesday March 17 2004 4 25 AM To mysql@(protected)

Downgrade Mysql from 4 to 3.23

Prasad wrote > Hi > I am developing a database in mysql 4.Is it possible to downgrade the same > into mysql 3.23.If its possible then how? > > > Refer to http //www.mysql.com/doc/en/Upgr

MySQL and ROLES

Bram Mari?n wrote > Hey > > I 'm fairly new to MYSQL (installed 4.0.18 yesterday but have played with it > in the past) and I must say I 'm really really impressed about the speed > and the

Problem in setting Table Level Privileges

Udbhav Shah <udbhav4me@(protected) > wrote > Hi Everybody > Commands > > > mysql -uroot > mysql > grant select insert update delete on > try.TBL_MACIP to 'tryAdmin1 '@ 'localhost ' > >mysql -utryAdm

OS X 10.3.3 and byte ordering update

I saw a little blip about issues with MySql when updateing OS X to 10.3.3. It seems the byte order has changed and you will have to export and import all your data. I got the impression this only a

Set user password by using PowerBuilder

Basically to set the password you want to effect a GRANT on the Table here is example > > > >mysql > create database test_dummy > > > >Query OK 0 rows affected (0.00 sec) > > > >mysql > grant all

New version of sql-bench is available from BitKeeper

Dear MySQL users MySQL benchmark team is proud to announce availability of the new version of sql-bench suite. It is currently available only in BitKeeper tree named "mysql-bench ". This

Subject: Re: Full-Text on double rows

Lorderon wrote >If I got a full-text table with X rows and some search takes 5 sec.. >Now if I got a full-text table with 2X rows how much time will take the >same search on twice amount of ro
Page 478 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10