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 231 of 508 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100  

Update Debian 2.0 (mysql 3.21 to 3.22)

Hello. For me it is hard to say what 's wrong with all these old stuff. But the general way of solving such issues is described at http //dev.mysql.com/doc/mysql/en/crashing.html Why a

Limit on the expression length?

Is there a limit on the expression length in a full text search? I have a situations where users might want to use over 100 words in a full-text search. (Yes it 's ridiculous.) Thanks in advance! --

Report tools

Any report tools that can be use with Mysql that you guys can recommend? Any free mysql report generators? Thanks Nestor -) -- MySQL General Mailing List For list archives http //lists.mysql.

Subject: temp table cannot be created?

Hello. See http //dev.mysql.com/doc/mysql/en/temporary-table-problems.html http //bugs.mysql.com/bug.php?id 10105 Jason Pyeron <jpyeron@(protected) > wrote > any ideas

Mac OS PrefPane

I 've had the same experience. Although I don 't really use it since I was taught early on in my career to always know how to do everything via the command line. As I recall it seemed to better ref

Subject: Bit keeper download problem ?

Hello! Surendra Singhi wrote > Hello > When I am trying to download mysql from the repository I am running into > some problem. Earlier about a month back it was working fine but its only > re

Subject: Make a report like this...

Dan / >Hello I made the above report by hand after using a GROUP_CONCAT >query. Is there any way to make this kind of format automatically in >MySQL?/ How about HTML output (mysql ... -H)? PB --

Subject: Insert decimals with rounding

sean c peters wrote > Hi all. > I am trying to figure out if there is a way to configure MySQL so that when > inserts occur on decimal fields where the value being inserted has more > precision t

SELECT by date plus get both next and last dates with data in it

"me you " <liveshotz@(protected) > wrote on 07/20/2005 03 05 30 PM > Hello > > Having some problems trying to get the correct data from MySQL. I need to > grab a bunch of information based on a d

Group by Month

[snip] I have query that pulls data between to dates. How to group the data by month? [/snip] It would be better if you showed use the query but heh...our mind reading skills are getting pretty good

Remove Unique Key

Eric Jensen <eric@(protected) > wrote on 07/20/2005 02 00 26 PM > I have a field that was set as a unique key when created via > UNIQUE KEY `username` (`username`) > > I no longer want it unique

copying rows from one MySQL server to another

Les Schaffer <schaffer@(protected) > wrote on 07/20/2005 12 06 46 PM > I am working on a MySQL application where laptops will be collecting > data into local MySQL tables and then once a week the

Re-4: Socket Problem

I have already test and it doesn 't work my stunnel doesn 't work properly. I have asked my question on stunnel-users mailing list but i d 'ont have answer for the moment... Thanks for your help! ----

How to know if a migration might have problems

Nuno Pereira wrote > Hi all > > I have a MySQL server version "4.1.10a for pc-linux-gnu (i686) " > installed (from official binary RPMs) and running. > > My question is if there are problems from

Subject: random rows selection

Put a index on col3 and it will be faster. That 's the only way as far as I know. -- Chris. ----- Original Message ----- From "Michael Monashev " <michael@(protected) > To <mysql@(protected)

Subject: Conditional insert or update.

Hello. Please provide more information on your 's application logic. To catch events which occurs for the table use triggers. See http //dev.mysql.com/doc/mysql/en/triggers.html Un

Re-2: Socket Problem

Hello. Are you able to connect to 3306 port on your localhost using telnet or netcat? You should check if stunnel works properly on Linux. Bastian Balthazar Bux <BastianBalthazarBux@

Socket Problem

Hello. First check if you are able to establish TCP connection to port which is linked by stunnel. Telnet or netcat could be helpful in this case. Use --host xxx --protocol tcp --port xxx to

database problems.

Hi all The moral of the story is don 't run out of disk space but it 's a bit to late for that now. A quick scenario.... One master server two backups replicating from the master. Our data and bin

mysql server does not close tables

Hello. > table_cache size is 64. I also discovered that the server does not > close the tables automatically e.g. if you open two windows and start MySQL usually closes tables only

mysql prob.

Hi Platform is red hat linux-9.......... my hardware is 2.8GHz pentium-4 with 512 GB ram.. softwares are Bugzilla 2.18 mysql-standard-4.0.15-pc-linu?x-i686 httpd-2.0.40-21........ now problem is wh

Won 't launch after uninstall and install on OS X

sunblockster@(protected) wrote > Hi all > > After deleting and reinstalling mysql on my Powebook G4 12 " it starts > and then quits immediate. I had > to reinstall because my users seemed to not b

MySQLDump - Command line password

have you looked at using a my.cnf file? eMac ~ hcir$ mysqldump test > /temp/test.sql eMac ~ hcir$ ls -l /temp/test.sql -rw-r--r-- 1 hcir staff 78893008 Jul 19 16 47 /temp/test.sql contents of ~

table export problem

Which version of mysql are you exporting from and inserting into? ross@(protected) wrote >Hi all > >I am trying to create a table on the remote server from a table I created on my local sever bu

ANN: Database Workbench 2.7.5 released!

Ladies gentlemen Upscene Productions is happy to announce the next version of the popular database development tool Database Workbench 2.7.5 has been released today! Based on user feedback there

restore.sql database

Hello. In what way do you create your backups? Why do you want to use visual basic instead of mysql command line client for example? "prathima rao " <prathimanrao@(protected) > wrote

Subject: Prepared statements in MySQL

Hi Though MySQl initially provided support for Prepared statements in MySQL 5.0 they have removed that support in the later beta versions of MySQL 5.0. Right now MySQL does not recommend using pre

error in mysql

Hi I have installed linux 9 with mysql-standard-4.0.15-pc-linux-i686.. mysql responding very slow when i request to find out any database its took long time to respons... plz help me Manish Popli

Subject: Slow Query Using Index

There is a limit but that is really limited to the hardware you are running it on. You need to figure out what part of your system is bottlenecking (disk I/O RAM CPU or network I/O). Perhaps y

Subject: Crystal reports with MySQL

Hi You simply install the MyODBC interface and away you go. You simply create a connect and Us crystal as if it was a connection to the other windows database. hahaha I have included the link below
Page 231 of 508 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100