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

Subject: mysql test suite on windows

I installed mysql 4.0.24 on my windows xp sp2 box and was able to do some simple testing following the documentation. I was wondering where I can find more thorough test suite for mysql on windows

Fulltext search with terms stored in table

I wish to store keywords for a fulltext search in one table to search against another table. Is this possssible SELECT * FROM items search WHERE search.id 'xxx ' AND MATCH (title desctex

Correct syntax for 'insert 'ing data

I 'm having problems with the syntax for entering data. I 'm using objRS.AddNew objRS( "Name ") name objRS( "Address ") address objRS( "City ") city objRS( "State ") state objRS( "Z

Subject: explain a line of code

04202005 1131 GMT-6 Would some one please explain to me what this line of code means mysql_result($result 0 0) Wade

has anybody added a file > 16Meg to mysql?

i cant seem to get anything over 16 Meg into a table?

wait_timeout issue

How are you trying to see the value after setting it and how are you setting it? Be aware that we have two scopes the session (local) and the GLOBAL one each one with different values. On 4/19/

R: store file

Hi Thank You for you answer but I need to store a .Zip file. Any other suggestion ??? Thank You. Regards.

for those having problem in connecting to my sql using borland c++

for those having problem in connecting to my sql using borland c++ >i m using Borland C++ ver 6.0 and i m trying to connect to mysql ver 4.01 >when i place a connection control in my form it give m

MySQL/InnoDB-5.0.4 is released

Hi! Greetings to all from the MySQL Users Conference 2005 in Santa Clara! The conference has just kicked off with tutorials and will last till Thursday. Close to 1000 people are expected to at

store file

Hello anyone know how to store a file into a table field??? Thank You. Regards.

Help in compiling

Hi I am using MSSQL4.1. This is my first time compiling a mysql client program. Below is my very simple source file #include <stdio.h > #include <mysql.h > int main(int argc char *arg

lock InnoDB table having AUTOCOMMIT=1

I 'm using MySQL 4.1.7 and InnoDB tables. I 'd like to lock some tables for (write and) read of other users during a transaction like this START TRANSACTION LOCK TABLES T1 T2 ... ... UNLOCK

any one can help

i m using Borland C++ ver 6.0 and i m trying to connect to mysql ver 4.01 when i place a connection control in my form it give me the following error message unable to load libmysql.dll copying

Import on phpMyAdmin

04142005 1704 GMT-6 Ok. I just said I couldnt find the code on control center but I did find it. Now I want to get the code into the hosted db. I receive this error You have an error

Subject: Getting the sql code of a db

04142005 1620 GMT-6 I have just finished working on a project and I need to get the sql code that creates all the tables in my db and upload it through phpMyAdmin. I have mysqlControlCenter bu

Subject: Queries with LIMIT error

Greetings I am using version 4.1.7 at XP Athlon XP 2.0 512 RAM 80GB HD accessing MySQL using VBMySQLDirect.dll at VBA (Word) the app crashes when I use LIMIT queries at win98 the error repo

Moving database

I have a db on my development server. I am ready to move this DB into production. Can I just copy the files into the production server 's mysql/data folder and have it work. I am trying to avoid n

Subject: Server not responding

Hi All I 'm having some odd problems with my server. About once a week it seems to stop responding to all queries or taking a very long time to respond. (an hour or more.) Under normal circumstan

set wait_timeout=X and set interactive_timeout=x do not work

Has anyone run into the situation using mysql where set wait_timeout X and set interactive_timeout x do not work. I 've tried them from inside the client under root user and in the my.ini file befo

Notification d '+AOk-tat de remise (+AOk-chec)

Can someone please remove lpinaud@(protected) from the list? Every time I post I get one. ---------- Forwarded message ---------- From postmaster@(protected) <postmaster@(protected) > Date Apr 12 2005

Preserving case on Win32 table names

Hi All Found that when I executed my DDL script on a Win32 installation of MySQL (v4.0.18) it converted all of my table names to lowercase. The problem was that after I had filled the newly cr

Auto Increment

Hello This is a silly question at least for those of you who know about MySql. I am building a db for my site and to get to nf3 have created a table for each room in a house. The question is

Recommendations...

I have a mySQL database on my server that clients will need to access to run reports regarding their specific data. I 'd like to set up a menu system with restricted access based on their logon info

Limit number ot times for access

Hello Building a db for my site. Visitors will be able to upload their property details into the db but I need their username and password to expire after a set period can this be done? Or ca

WG: Problem with "INSERT ... SELECT "

send table definitions and copy of statement and error message. It seems like an error in a smal detail. mit freundlichen Gr??en Thomas Treffehn Hans Brochier GmbH & Co KG Abtei

Problem with "INSERT ... SELECT "

According to the online manual the syntax is INSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE] [INTO] tbl_name [(col_name ...)] SELECT ... [ ON DUPLICATE KEY UPDATE col_name expr ... ]

Time formatting

Time is stored in a 24 hour format in the database but I need to translate to a normal 12 hour am/pm format. I am looking through the documentation for an easy solution to this but I am not having

Two instances of mysql server.

Hi I want to have two instances of mysql server on one PC.I need to have both servers to listen on port 3306 so I have configured the NIC to have two IP addresses. 10.10.100.11 and 10.10.100.13

MinGW libmysql.a - the simplest HOWTO

There is a simple way to get a working MySQL import library for Mingw. The particular flavor of the library (for example libmysqlclient.a) depends only on how you edit a .def file for Mysql dll.

Using NuSphere PHPEd and MySQL 5.0.3 on Win32

Well I have already installed on my PC NuSphere PHPEd and MySQL 5.0.3. When I try to use one of the functionalities of NuSphere that interacting with MySQL Server the system return this error Co
Page 22 of 65 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10