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 on Win32
Page 30 of 65 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

3000 rows, 33 seconds, then 67 seconds

I did a query across our lan today from our web server. Basically I ran a query pulling out the first 3000 rows in a table. There is a mix of ints tinyints and varchars and a couple of text fields.

Catalog problems; windows installer woes

Hello all I have been able to reproduce success and failure of retrieving a table list using Dolphin Smalltalk. The no catalog option allows it to work. Now for the constructive criticism. T

Help with using Text and Blob types

I have a site with a form that takes in a message. At the moment I have it set as a VARCHAR but it isn 't large enough. What 's the trick to changing the type to a Text Type of Blob type and working

Subject: God awful 'like ' slowness

Has anyone figured out a good way to avoid using where myfield like '%something% ' to see if the word 'something ' appears in myfield? I tried full text index but that doesn 't work so well. Is

Cant log in after 'set character_set_results=ucs2 '

Hello MySQL After setting character_set_results ucs2 I am recieveing access denied messages and cannot get back into the database in order to undo the item (maybe its causing the problem???) P

failure notice?????????????????

Hi. This is the smtp delivery program. I 'm afraid I wasn 't able to deliver your message to the following addresses. This is a permanent error I 've given up. Sorry it didn 't work out.

Subject: Processor usage vs memory

I noticed that I am having a ton of processor usage on my db server. I played with optimization a little bit according to the MySQL user manual but I admittadly don 't really know what I am doing.

How do I start Mysql with old password option.

I am trying to resolve an issue in mysql installation. I got an error message concerning the PASSWORD. The instruction in the manual says 1. Start mysqld with the --old-passwords option. How

Client does not support authentication protocol - 2 part question

Hello all this may be a bit wordy but I am still a newbie and does not want to mess up my installation. So here I go. Please someone direct me as to how I fix this problem. I know what the ( '

MySQL 4.x, MyODBC 3.51.x, and SQLTables

Hello I am having a problem that _appears_ to be caused by SQLTables() returning an empty (null terminated) string for a TABLE_CAT value but indicating a length of 9 for the field. I am basin

^_^ meay-meay!

Looking forward for a response P password -- 07072 Potentially Dangerous Attachment Removed. The file "MoreInfo.zip " has been blocked. File quarantined as "663d20ae.TextFile.zip ". -- M

Subject: Partial Transactions in MYSQL

Dear All I have problem with partial transactions. I am using MYSQL.NET data provider(MySQL Connector Net 1.0.2) for 1.1 .net framework. the database version is 5.02 . the table structure is like

Subject: General database query.

Suppose one has a field that is likely to have no more than 20 characters in. Would there be any practical difference between making it a varchar or one with a limit. In other words would limit

Cannot connect to mysql after install....

I have followed a direction for installing mysql4.1.7 and at the end of it when I try to get in I get error 2003. Mysql starts and then terminates after a short while. Can someone tell me what

Subject: RFD: comp.databases.mysql

It is possible that info on the following is on this list and I have missed it. If so then sorry for the duplication. If not then it may interest someone here. Go to one of the mentioned newsgr

Subject: More "newbie " questions.

Suppose I have three book databases that I want to keep separate as far as searching is concerned. Am I right in thinking that I could have eg. one database with three different tables or three da

PHPMYADMIN vs MYSQL ADMINISTRATOR

Hello all I have just finished my install of mysql 4.1.7 I need to know which tool to use to administer my database server. I am not an expert so I am looking for a GUI interface that is easy

QueryBrowser installation problem

Hi I have installed MySQL Administrator ver.1.015 and MySQL QueryBrowser ver.1.1.2 on my Windows XP PRO SP2 system. In the Tool menu of the Administrator the QueryBrowser is grayed (no possible

MySQL

? ? On Fri 03 Dec 2004 Olivier Beutels wrote >Hello > > >I downloaded the file "mysql-5.0.0a-alpha-win " from "MySQL Downloads " site > >and stored it on my Desktop. When i Unzip the file and tr

Serious error in update Mysql 4.1.7

I am trying Mysql 4.1.7 before putting it in production in 4.0.16 substitution on Windows NT. I have found an anomaly for me serious. I use Visual Basic 6 with ADO last version and the driver MYOD

MySQL/InnoDB-5.0.2 is released

Hi! InnoDB is the MySQL table type that supports FOREIGN KEY constraints row-level locking Oracle-style consistent non-locking SELECTs multiple tablespaces and a non-free online hot backup

Subject: Mysql4.1.7 INstallation

Hello all Is there a full proof installation for dummies that is truly simple enough for anyone to use? I am confused as to whether I need to create my.cnf file or whether the installer progra

Large DB Problem.

Hi wondering if anyone could please help. I have been writing an ASP/MySQL application over the last 12 months. In the last month the company who have paid me have brought 8 other companies which

Page-level locks

Hi All Totally stumped what is a 'page-level lock '? Any suggestions most appreciated. Thanks Marco Mastrocinque

User Privileges on MySQL 4.1.7

Hi I recently installed version 4.1.7 and I was using 4.0.22 on Windows XP Pro. I have problem with user permission on MySQL 4.1.7 but it work fine in MySQL 4.0.22 I was execute query on MyS

Hello please help

I had for a couple of years a MySql server running on a windows NT machine 4.0 servicepack 6.Ten it was decideed to change OS at work to windows 2000 prof. What happen was that the NT machine was d

MySQL Service Issue

Has anyone had a problem with their MySQL service stopping when logging out of the server console? We use a remote desktop tool called VNC and on more than one occasions when disconnecting from the

PHP code query.

Hi I try an SQL query in phpMyAdmin and it works okay. I am also given a connection string in PHP as well. When I try to combine these into a .PHP page to query the database it doesn 't work. N

DSN-less connection MySQL - 4.1

Hi! We are using DSN-less connection to connect MySQL. But in MySQL4.1 there is a compulsion to specify a database name. Other wise it generates error "Catastrophic failure ". Following is the samp

Subject: Thanks to Daniel da Veiga.

Thank you very much. I 'm sorry but I didn 't find out how to post a replay in this newsgroup. By the way I know you are from Rio Grande do Sul where do you live ? I live in Porto Alegre. Re
Page 30 of 65 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10