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

data disappeared in mysql on XP

Hi all I have just installed mysql 4.0 on my XP. I inserted data into the db by java. Then I used 1) command prompt to select from the table 2) MysqlCC 3) JDBC to retrieved the inserted d

Server capabilities

Jose First I would recommend fixing your site. Warning main(db/db.php) failed to open stream No such file or directory in /home/uc0208ea/public_html/mainfile.php on line 77 Fatal error ma

Specifying an index length and the default value

The length of indexes on varchar and char indexes can be specified at index creation. What is the default length of an index if no length is provided? The High Performance MySQL book hints tha

Getting Oriented: Political versus Ecological Geography

>In the states table should I list Colorado 's regions >in three cells... Great Plains | Rocky Mountains | >Colorado Plateau or group them in one cell like >this >Colorado | state | grasslan

MySQL Connector/J 3.0.14 (Production) Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 3.0.14 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. Version 3.0.14 is a bugfix release

Possible bug in mysqldump with 5.0.0/InnoDB & longblobs?

I have been running into problems with mysqldump. I have not been able to figure out why mysqldump isnt working as I hope it would. Anyway I thought I 'll make the mysql-list aware of the problem and h

concurrent users & sessions? !!!!!!

Alaios <alaios@(protected) > wrote > > Do u know how many users the MySQL server v4 can 't support? > I am talking about the users that are currently online..... > I want to know the maximum number

changing an auto_increment value in innodb

Gerben Gieling wrote >Dear all > >I have an auto_increment value in an innodb table. I recently introduced >a new row by mistake and removed it. I beleive I read somewhere in the >manual that

How to configure MySQLCC so that it can display utf8/utf16 string
   s correctly

Hi I wrote an jdbc application and inserted strings data into the database. I can correctly selected them back. However I can not visually see the data stored in the data through the MySQL

Looking for reviewers: MySQL Certification Study Guide

Hi! In April the "MySQL Certification Study Guide " was published by MySQL Press. By now it has arrived in bookstores across the world. The main parts of the book are written by Paul DuBois S

Subject: mysql_qury returns -1!

In the last episode (May 28) Bono Saroj AA R62 said > Non zero indicates an error but the possible values are (from > errmsg.h) Return Values Zero if the query was successful. Non-zero if > an e

replication problem, empty Binlog_do_db ?

Running 4.0.20-standard-log on Fedora Core 1 on two boxes. Running with a largely untouched my-huge.cnf - innodb configs uncommented. Followed http //dev.mysql.com/doc/mysql/en/Replication_HOW

Are Views Supported?

On May 27 2004 at 11 16 PM Jake Johnson wrote > I was wondering when or will views be supported? http //dev.mysql.com/doc/mysql/en/ANSI_diff_Views.html -- greg willits -- MySQL G

Contention in a parallel app or did MySQL lose its marbles?

I have a program which read rows from one table (new_data) and attempts to find a matching record in another table called master_table. Upon determining a that we have seen a record from this client

SHA1 Question

On Fri May 28 2004 at 12 04 53PM -0400 Brian Muha wrote > Hello all and I hope this email finds you all well.. > > My question is I currently have passwords encrypted in SHA1 via LDAP... >

strange behavior in foreign keys

Also suggest you read http //dev.mysql.com/doc/mysql/en/InnoDB_foreign_key_constraints.html and in particular look to see if you 're getting error 1005 or 105 returned. That was the purpose of my orig

selecting what NOT in the table..

Why not search on if it 's there if no results are returned you know it 's not there. SELECT count(*) as langcount from db where lang $lang If you want to check for multiple items at once SEL

Please help..

Hello I have a Red Hat 9 server which runs a qmail/toaster software package. It allows webmail to authenticate against a mysql db and stores mail there too. K the issue.. E

strange behaviour in foreign keys

joao.miguel.ferreira.19740720@(protected) wrote > > I 've been running MySQL 4.0.x on a RH9 machine for some months and everything > was fine. I could create tables of type InnoDB and define F

Subject: location of created database

Bono Saroj AA R62 wrote > >When I created a database (directly in mysql) from some random dir where >I started mysql I found that it got created in the /var/lib/mysql dir. >I ran mysql

Could not getConnection as before with Connector/J v3.0.13

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Jan Goyvaerts (jgoyvaer) wrote > Same here. Went back to the 3.0.12 drivers. > > -----Original Message----- > From michael_wu@(protected) [mai

mysqldump format.

Josef Karthauser <joe@(protected) > wrote > On Fri May 28 2004 at 03 05 53PM +0300 Victoria Reznichenko wrote > > Josef Karthauser <joe@(protected) > wrote > > > In the old days of mysql (version

A Request from a Software Programmer

naresh bhalala <nbhalala@(protected) > wrote > Respected Sir/Madam > I have download the MySQL4.0 from www.dev.mysql.com > and file is > mysql-standard4.0.20-pc-linux-i686.tar.gz..... > > I hav

Subject: speed of 4.0.20 vs. 4.1

Hello did anybody make any tests to check the speed of 4.1 version comparing with 4.0.*? Does the peformance of 4.1 depend in which client libraries are used - 4.0 or 4.1? As the docs say the n

Subject: query with escape characters

It depends on what language you are using to send the query. If you are using the shell 'S\ 'ARENAL ' parses to 'S 'ARENAL ' before it is sent to the server. You will need to escape the escape char

Why is MySQL.com using MnoGoSearch for searching its site???

As most people already know MySQL has FullText indexing built into it so why is mysql.com using MnoGoSearch? (There is an icon "Powered by MnoGoSearch " on the search page.) 1) Is there someth

GRANT temporarily removes passwods until FLUSH

Hi! On May 27 temp18@(protected) wrote > >Description Using the GRANT command causes the password to be > deleted until 'FLUSH PRIVILEGES ' is executed. This is a security > problem. Se

Mysql Scenario

You wouldn 't setup one repository to hold the data. You would actually probably hit disk and network limitations with a single repository. MySQL supports master/slave setups which would replicate

RE: FW: Could not start MySQL after reinstall - Can 't open privil
   ege tables:

Ok I found the cause which caused the problem. I wiped out the whole installation directory but the c \my.cnf file was modified incorrectly. Sine I would like to use innoDB I had to created datab

Client Apps Using a Config File

If I understand the docs correctly I can use a config file on my client machine for the given mysql client apps such as the mysql command line tool. What if I 'm using a 3rd-party app? Will the l
Page 430 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10