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 470 of 508 Previous 100   Previous 10   461   462   463   464   465   466   467   468   469   470   Next 10  

Cold Backup of Innodb Database

Does anyone have a list of the files that need to be backed up for a cold backup of an innodb database Obviously all the MyISAM files and the innodb database files. But what about the log and

Subject: using result as a field

Hi is that possible to use a result of a calculation as a field? for example SELECT num1 + num2 AS var1 IF(var1 > 100 'Good ' 'Bad ') FROM table1 -- MySQL General Mailing List For lis

Can 't login mysql with root account!

Hi! jeffrey_n_Dyke@(protected) wrote > > > I have just installed MySQL server v3.23.49-8.5 (downloaded from Debian > Packages Site) into my Debian v3.0r2 box! After finished installing i had >

Subject: Transaction Not supported

Hello I keep getting this error when attempting to utilize a database that has Innodb tables and using transactions. This is from a Perl/DBI script too Error Transactions not supported by

Subject: From SQL Server: Jobs

On Tuesday 30 March 2004 10 53 am Matt Chatterley wrote > Hi all hello. <snip > > In-between lamenting the lack of views one of the things I most miss from > SQL Server and which I need

Subject: storing files in blob field

Hello i try to store some files into a blob-fields of a myisam-table at mysql 4.1. If the file includes bytes with hex-value 00 mysql will only store the bytes before this ' 0-byte ' . How can

Subject: Managing Very Large Tables

On Tue Mar 30 2004 at 10 30 03AM -0800 Dathan Vance Pattishall wrote > Tips on managing very large tables for myISAM > > 1) Ensure that the table type is not DYNAMIC but Fixed. > > Issue

MySQL 5.0 - What is really available?

Hi Mike > I 've downloaded and installed 5.0 it seems to be working fine. However I > need a graphical user interface to create tables and such (when I say I > need trust me I need). I 'm

Using mysql_init() when creating a connection

I 'm having some problems with this function. I have a "conn.inc " file that each of my web pages accesses to create the connection to my database and I 'm trying to use the mysql_init() function but

MySQL Connection Failed: Can 't create a new thread

I am having problems with the number of simultaneous connections in the MySQL. I configured 5000 connections but when arriving in 4096 it presents the errors below. MySQL Connection Failed Can 't

Importing data to existing system

In a bit of a quandary here... I have a user table and a registered serials table Table data at end of email... I have been given a large set of new data but it is flat file basically it lo

Strange error on one table using phpMyAdmin

MySQL users I have one table in a database which will not allow me to edit it in phpMyAdmin. Every time I try to select the row for editing I get an error which says "tbl_row_delete.php Missing

ibdata1 size

HI the ibdata1file in mysql\data has reached a size of 10Mb in just over a week the database I have set up is quite limited only 7 tables with no more than 12 records in any one table (only e

Load remains 100% after queries are done

Hi My MySQL server is running on a 2-cpu machine with SMP RedHat 9.0. Currently I 'm executing a lot of small INSERT-queries on it. My client program is single-threaded using the basic mysql-AP

Re: msvcr70.dll was not found error when double click on desktop
icon

d r wrote >I am a personal user who just downloaded the version >4.0 and >mysql > > > > administrator. The first time I clicked on the > > "Administrator " icon > > on my desktop I get

Unique from this point forward

Hi Scott > Is there any way to define a column in MySql 4 that is to be unique from > this point forward. Meaning there are indeed dupes in the column now > those are ok there is really no

The Swedish Vocals?

Hi I asked yesterday about how to get swedish vocals (???)when using *load data local infile "file.txt " into table* syntax. The file.txt is written with swedish vocals and saved in unicode format

Subject: Getting around 2 queries

Scott Haneda <lists@(protected) > wrote > I currently run this which is 2 hits to the database. > > Select serial from blacklist where serial '23 ' > Select serial from seriallist where serial

row level access?

Jonas Lind?n <jonas.linden@(protected) > wrote > > Is it possible to grant access to individual rows in a table in MySQL? No MySQL doesn 't support row level grants. In general you can use VIEW

Locked myself out

On Mon Mar 29 2004 at 08 44 28PM -0800 Gene H. Dreher wrote >I seem to have locked myself out of my database. RH8/4.0.18-standard >... the key user does not have file/reload/etc access. and no

msvcr70.dll was not found error when double click on desktop icon

hi msvcr70.dll is part of the Microsoft(r) C Runtime Library v7. You can download this file free of charge from http //www.dll-files.com/cgi-bin/cgiwrap/dll-files/topdown/download.pl?file msv

"ORDER DESC " vs. "ORDER ASC " exec time

Personally it 's an unexpected flaw that I hope one day will be fixed. But I 'm not holding my breath even though they seem to be planning for it. But it could also be because of query-cache. T

Subject: High load with a few queries

Chris You would have to send the table structures including any indexes and also the real queries. It would also help if you would send an explain on your select statements. 100+ a minute is

Subject: myodbc compiling priblems

Dear Friends then in compiling MyODBC (3.51.06)... Making all in samples make[1] Entering directory `/storage/MySQL/src/MyODBC-3.51.06/samples ' source 'my_basics.c ' object 'my_ba

Querying a tmp table

Is it possible to query a tmp table that mysql creates automatically when dealing with large queries? When I do a 'show processlist ' and it gives a state of 'Copying to tmp table ' is there a wa

replicating only certain tables?

Chris Petersen <lists@(protected) > wrote > I 'm trying to set up two-way replication between our colo and our office > (slow DSL line) so our web customers can get the fast speeds of our > col

How to diagnose MySQL syntax error

Ken Elder writes >Today I experimented on two computers. One consistently got the error >message the other consistently did not get the error message. Both >computers were Win98SE with IE6.0.

Difficult query and am kinda stuck how to continue can someone help?

In article <000f01c415e0$d91f9600$0bb4aaa0@(protected) > "Timon Berkowitz " <timon@(protected) > writes > Hi there > I have a hard question don 't know if its possible to solve my query. > I ha

Best Performing Hardware/OS/MySQL?

Tim Cutts wrote > On 30 Mar 2004 at 09 05 Tim Cutts wrote > > > SATA RAID devices aren 't that bad you know and they are a lot > > cheaper than equivalent amounts of SCSI storage. We 've used

How to get around lack of views?

On Mon Mar 29 2004 at 03 58 29PM -0500 Michael J. Pawlowsky wrote > > How would I do this? > > > Let say I have an employee table with > > Name varchar(64) > Dept int(11) > Salary
Page 470 of 508 Previous 100   Previous 10   461   462   463   464   465   466   467   468   469   470   Next 10