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 221 of 508 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Subject: MySQL 4.0.13-nt-log --Help

Emmanuel Mwesigwa <emmanuelmwesigwa@(protected) > wrote on 08/16/2005 04 57 53 AM > Hi > > I am running MySQL 4.0.13-nt-log on Windowns XP and I > need help on the following > > 1) I have written

Why can 't I revoke usage from user?

Hi > Why can 't I revoke usage from user? > mysql > show grants for ' '@ '172.20.16.110 ' > +

mysql installs; tests work, but mysqld won 't run.

Hello. Specify the correct value for datadir when you start mysqld_safe. For these purposes I normally use configuration file and launch mysqld_safe with --defaults-file /path/to/my/file c

Subject: Multiple my.cnf files

Does anyone have any experience using multiple my.cnf files on a single box? If so how is the my.cnf specified during startup and shutdown? I need multiple my.cnf files to test ibbackup software bec

How can I receive a a TRUE or FALSE result?

Misa wrote > How can I receive a TRUE or FALSE result? > > Example > > SELECT `name` `description` FROM `table1` > > I don 't want to show the description cause they 're big. I only want to > show

Subject: 4.0 - > 4.1 lose timestamp

Yes theres all this talk about timestamp returning different results in 4.1 vs. 4.0 but i took the MYI and MYD and frm files from a winnt running 4.0.14 and transferred to a 4.1.11-Debian_4-log a

Amazing picture of Helios Flight 522

http //www.briandunning.com/helios.shtml Sorry this is WAY OFF TOPIC but it 's a pretty darn scary picture. -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscr

multiple JOINs / GROUP BY (beginnrer) question

Hello. I am trying to obtain a list of products and related information from three tables using JOINs and GROUP BY. my tables look like this products id int name varchar ratings user_id int

unix timestamp

Well you could use the FROM_UNIXTIME() function to convert it into a datetime MySQL understands. SELECT COUNT(*) AS score FROM downloads WHERE date_add(FROM_UNIXTIME(dateline) interval 1 h

Native XML Support

> Does MySQL 5 provide native XML support? ie can I have a stored > procedure return an XML string instead of a recordset? Can I pass in > an XML string/doc and have the DB update relational tabl

Change columm Name

Hello. May be set FOREIGN_KEY_CHECKS 0 alter the definitions of your tables and set FOREIGN_KEY_CHECKS 1. See http //dev.mysql.com/doc/mysql/en/innodb-foreign-key-constraints.html

French Characters, Still no answer

Still no answer perhaps but ther 'es still no question. Per my earlier response... What version of MySQL is the old version you refer to what version is the new version you refer to? With that

install as a non-root in /xyz directory on Solaris

Hello. I have used a shell on a Solaris box and successfully ran MySQL Server under my non-root account. I didn 't have any problems installing it except that I was unable to start it automa

How to include a dynamic function result in a view?

Hello. What version of MySQL do you use? On my 5.0.11 I have a correct result mysql > show create table dateTest\G *************************** 1. row ***************************

Post-Installation Setup Problems: error[2002 1604]

Tim Johnson wrote > <grin > it get worse ..... most of my commercial work is running on > servers with ver 3.23.X (sun and RH servers). I enjoy a > great relationship with my domain

Question on Join

Manoj wrote > Dear All > I am trying to join two tables say a & b. Both tables have a set > of dates. I want to join the tables in such a fashion that I retrieve > all dates from table A. If tab

A little help with mysql 's "Query Cache " configuration

Mysql 's query cache has two option 's [query_cache_limit] and [query_cache_size]. The documentation is not clear (for me) on their purpose and correct usage tactics. What does the [query_cache_size] s

cannot drop database

> I need to drop a database named ????????? using the mysql client. I 'm > getting "you have an error in your sql syntax " for the command > > DROP database ????????? > > I 'm sure this is a charact

Limit in subquery

Hi I use ther version 4.1.11 and when I run this query SELECT c.id c.subject c.res_type c.news_id c.com_thread c.timestamp + 0 as timestamp FROM comments c WHERE c.id IN (SELECT d.id FROM commen

best practices for finding duplicate chunks

I just revived a database that was in a version 3.23 server and moved it to a 4.1 There are big fields of TEXT based data. They have a way of compressing the amount of TEXT data by identifying co

Design problem About application related with cached rows

Hi Try in in two fold. 1. Get all the ID you have in your remote DB 2. check those localy with the ones you have in cache 3. Get all the info you need after you remove the ID you already have. 2005

Subject: Dates & Schedule Problems

CF >tbl_NotAvailable { > TAid - int(11) > StartDate - DateTime > EndDate - DataTime >} <snip > >Question one >Now how can I return a calendar of the dates where the TA is AVAILABLE

Subject: convert varchar to char

Pooly wrote > Hi > > I try to convert a varchar to a char but it doesn 't seems to work. From the manual "...all CHAR columns longer than three characters are changed to VARCHAR columns. " <URL

Child-Parent Relationships with 2 Parents

Suppose I want to create an animal kingdom database that gives me the option of displaying the following taxonomic hierarchies 1) A bread crumbs navigation string including ALL taxons e.g. Animali

Subject: spatial extensions - SRID

At 16 27 -0400 8/12/05 douglass_davis@(protected) wrote >To the powers that be Can we get a MySql GIS/spatial list?? This >is going to be a very popular area (actually it is already). > > >I a

Index - max key length is 1024 bytes

javabuddy wrote > But still I can 't get the part where my column size totals to 560 but MySql > complaining that I have exceeded 1024. Did I went anywhere wrong??? Are you sure you 've thought your

MySQL 5.0.11-beta has been released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL 5.0.11-beta a new version of the popular Open Source Database Management System has been released. The Community Edition is now available in

Complex query. (It 's killing me)

Just in the spirit of refining my own skills here is how I would tackle the problem. It parses but I haven 't populated the tables so I don 't know if it works SELECT s.dateshipped COUNT(r.type "

Linux vs. Windows?

Please note that this answer is not meant to support one OS or another but the information on that page is not useful. The information is seriously out of date. The comparison is on Windows NT

Minimial settings on Windows XP AND Linux for MySQL server

I would like to install MySQL 5.0.x beta into two computers and test them. They will run Windows XP Home Edition (of course with massive updates and whatsnot) and Linux (SlackWare 10.0 vanilla). I a
Page 221 of 508 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100