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

HELP (REPOST)

Hello I 'm not sure if I can ask this but here goes. I 'm designing my own db for my site and have the following Tables datasearch ID PK county town postcode price initiald

Correct install?

I 'm totally new to MySQL and databases in general. I 've done an install of MySQL running on a Windows XP Professional laptop. But I 'm a little confused as to how to populate the database. The service

Make a copy of tables using C API

Hi I have been trying to write a program that uses the MySQL C API to backup a source table into a backup table. The approach I use is to read from the source table and then insert the informai

date issue with VB

Hi I am using the following code Dim sqlstr As String Dim rendate As Date Dim x As Integer For x 1 To 485 Debug.Print objWorksheet.Cells(x 4).Value rendate objWorksheet.Cells(x 4).

WG: My SQL on Win 32

win and msi both tells that its for Windows yout dont need the query browser its only for comfort. mit freundlichen Gr??en Thomas Treffehn Hans Brochier GmbH & Co KG Abteilun

My SQL on Win 32

What is mysql-4.1.7-essential-win.msi for? I mean is it for Windows or Linux Operating system? Do I need to install both the Administrator and Query Browser all at once or one is okay software i

MySQL/InnoDB-4.1.11 is released

Hi! MySQL/InnoDB-4.1.11 is a bugfix release of the stable 4.1 branch. This branch is recommended for production use. There are no important bug fixes in 4.1.11 for most users there is no need

How to start mysqld-nt.exe with a lower priority ?

Hi ! I 'm running mydsql 4.1 on Win XP since 2 years now without any problem. But since it 's using a lot of CPU ressources I 'm searching if I can start mysqld-nt.exe (running as service) with a lo

Connecting to a remote MySQL instance using ODBC?

G 'day all I 'm trying to connect to a MySQL 4.1.10a instance hosted on a remote Windows XP Pro platform using MyODBC 3.51.11 and for some reason the linked tables created in MS Access appear to b

Subject: Hosting Mysql 5 / PHP5

Hi Anyone recommend 3rd party hosting with Mysql 4.1.? and PHP 5 at reasonable prices. I will be using a .co.uk domain. Everyone is using 4.0.18 that I can see. Gareth -- MySQL Win

Timeouts

Hi All Is it possible to define a timeout for a particular SELECT? I 'm using the Perl DBD MySQL interface to access a MySQL database. I have the mysql_connect_timeout set to 2 seconds. The script

[50 character or so descriptive subject here (for reference)]

Description <precise description of the problem (multiple lines) > How-To-Repeat <code/input/activities to reproduce the problem (multiple lines) > Fix <how to correct or work around the prob

Good day

Mail transaction failed. Partial message is available. -- MySQL Windows Mailing List For list archives http //lists.mysql.com/win32 To unsubscribe http //lists.mysql.com/win32?unsub mys

Subject: Complex query question

Hi all I run MySQL 4.0.24 and I just ran into a problem that I am sure many have solved before so I thought I would ask. I apologize if this isn 't quite the right list but I didn 't really kn

Subject: RE: MySql with Visual Basic

Just my quick question here I 've read some about VBMySQLDirect and one big missing feature is parameterized queries. How do you do without? Thanks -John C. > -----Original Message----- >

Undelete Data

Hi I have searched the web but didn 't found what I 'm looking for -( Is there any way how to undelete data from MySQL MyISAM database deleted with DELETE command? My site got hacked

Does anyone know what these errors mean?

Hi everyone I came across some errors regarding undefined variables in my sumbmission form to login to a restricted area (members only)... This tutorial I 'm working on to get a better und

Subject: Return NULL result set

Greetings Query SET @(protected) 1000 SET @(protected) 900 SET @(protected) 500 UPDATE table1 SET Interest IF(@(protected) - @(protected) > @

stored procedure

Hi I wanted to use stored procedure in mysql 5.0.0 beta version.I was successful trying it but know i want to know how to pass arguments into stored procedure . I found out that triggers are omly

Subject: Actions based on conditions

Greetings How to I contruct a SQL script to execute INSERT or UPDATE command based on the condition? EXAMPLE SET @(protected) 1 SET @(protected) 2 SET @(protected)

Natl. Instruments LabView with mySQL

Hi John Yes we have been using MySQL and the Enterprise Connectivity Toolkit (version 3.0.1)for a couple of years now. MySQL is definitely the best choice of databases. We have had a database ru

Select INTO OUTFILE

Hi I want to use Select INTO OUTFILE to create a simple delimited file I am running it locally on the same server that the database resides on We are running MySQL version 4.0.22 I h

Subject: SQL Dialect problem...

Good Morning. I 'm trying to pull a query prepared in Access into MySQL and I seem to be hitting an SQL dialect wall. I expect that the problem is occurring at the Results. "AsbestosResult1% " as w

When using prepared statements, how can I determine the length of the values for

Here 's the problem I want to use mysql_stmt_bind_result but for blob/text fields I don 't know how large of a buffer I should allocate especially for LONGBLOB columns. I tried calling mysql_fetch_

MySQL problem, localhost access deleted

Hi I 've installed in my Windows Server 2003 dedicated server Apache 2.0.53 PHP 5.0.3 and MySQL 4.1.10. To test it I 've put PHPMyAdmin and try to access this one. All was fine as PHPMyAdmin

Subject: creating tables and fields

03052005 1700 GMT-6 I have been asked to create a fairly large database on Yahoo Small Business site for a customer but they use PHPmyAdmin. One table has over 60 fields. Yahoo is a pain as

The problem with mysqldump utility

I 'm new to MySQL and I have a simple test database named 'test '. My MySQL runs on Windows 2000 system. I want to backup my database using mysqldump utility by command > mysqldump

changeing the character set to cp1256

Hi all during the configuration of mysql 4.1.10 (executing MySQLInstanceConfig.exe file) I set the character set of mysql to cp1256. (I change this file to have a persian mysql). after restarting i

Converting dates

How to convert a MySQL date (YYYY-MM-DD HH-MM-SS) into the PHP format? -- MySQL Windows Mailing List For list archives http //lists.mysql.com/win32 To unsubscribe http //lists.mysql.com/wi

Subject: Upgrade to MySQL 4.1 from 4.0

Env Windows XP This procedure was followed to upgrade to MySQL 4.1 1. Uninstall MySQL 4.0 (c \mysql\) data directory (c \mysql\data) 2. Install MySQL 4.1 (c \program files\MYSQL\MySQL Server 4
Page 23 of 65 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10