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

Subject: mySQL C API in Windows

Hi I have the following problem I need to use mySQL in a C programm on a windows platform. What is necessery to do this? A little tutorial would surely help me much I hope you can help me

Transaction end well but not refresh data

hi! I have a database with INNODB tables. My program have five clients and when to the end of the day they do a big transaction the result not is show but the transaction end correctly.

Subject: Help Constructing Query

Hello I am trying to read all the values in one column the listingID of a table (listings) that have a "MI " in the "state " column and compare those listingID values to another table (invo

Antwort: RE: Linker error LNK2001 with vc++6.0 and mysqlclient.lib

Hello Armin That worked. Thanks a lot. Gr??e Thomas |---------+

Error message

Error 1064 Message I 'm new to MySQL and I have a very simple test database in Access that I 'm trying to replicate in MySQL. There are three tables Clients Orders and Catalog. When I set up q

MySQL server dies periodically

I am running MySQL version 4.0.18-nt on win2k with 2 xenon processors and a gig of ram. I hardly ever have processor or memory issues but I have noticed that the server has just died several time

Erroring out when Starting for the first time on MySQL 4.1

I am following the instructions from url http //www.analysisandsolutions.com/code/mybasic.htm Seemed logical since I have SQL experience but no experience with MySQL. Install seem to go well and I

Subject: vb and variable types?

I 'm running MySQL 4.1.10 and VB6 with the MySQL ODBC 3.51.11 Driver. VB returns current date rather than timediff when query "SELECT TIMEDiff( '10 09 15 ' '10 12 14 ') as TD " is used. Is there a w

Linker error LNK2001 with vc++6.0 and mysqlclient.lib

Hi I get these three link errors when I link with the static library. If I use the DLL libMySQL.lib it works fine but I have to use the static mysqlclient.lib. According to VC++ help

installation operating system question

I am trying to set up MySQL so that students in my database class have some experience using SQL commands. If I install the software on an XP machine will multiple students be able to access MyS

Innobase Oy declares MySQL/InnoDB-4.1 stable

Innobase Oy declares MySQL/InnoDB-4.1 stable Innobase Oy has decided to declare MySQL/InnoDB-4.1 stable and recommended for all production use starting from version 4.1.10. MySQL/InnoDB-4.1 has

Command to describe optimum table definition

Hello all At some point in the past I seem to recall being told about a console command that would analyze a table 's contents and recommend a table definition to match? Not describe what t

Unable to install MySQL in a computer where traces of an old installation remain

Hi Several weeks ago I installed Mysql 4.1. A week ago for some reason it didn 't work anymore. I downloaded the recomended version again and tryed to install it. The installation works but

datatype for storing files, or is it better to store dir path only?

MySQL Tool Query Browser - table editor O/S Win2003 Server Issue I 'm creating a table for storing actual .jpg files. What datatype do I use for the column that will actually house the files? Or

Upgrading to 4.1.10 Win32 Horror!

Hi Yesterday upgraded from 4.0.2 to to 4.1.10 (mistakenly previously posted to general) Stages of Horror 1) You have uninstall old version (does not delete your databases fortunately but back

mysql client on Win32 with gcc

Hi Is there anybody who succeeded in writing mysql client on Win32 with gcc (C API)? I 've a lot of problem. 1. -lmysqlclient parameter doesn 't take effect. But does 't matter -lmysql works

catastrophic failure

I am running MySQL 4.1.10. When trying to use MySQL ODBC 3.51 Driver and VB6.0 i get a catastophic failure using Set conn New ADODB.Connection conn.CursorLocation adUseClient conn

elapsed time

I am probably postin to the wrong list but.... I am having timestamp problems... if mc_last_change is a timestamp select minute(CURRENT_TIMESTAMP()-mc_last_change) as elapsed_time from mac

Performance problems with version 4.1.10 -- (Clarification)

I meant when I reverted back to 4.1.9 the performance problem was gone. The problem happens when I 'm pulling results using the DataReader from cached queries. With 4.1.9 it 's very snappy and d

Performance problems with version 4.1.10

I upgraded from version 4.1.9 to version 4.1.10 and suddenly the processor untilization jumped dramatically. I 'm not sure if this is specific to the Win32 version or to all 4.1.10 versions. I 'm us

Help with Secure Setup MySQL and PHPMYADMIN

Is there anyone available for assisting me in setting up MySQL and PHPMYADMIN to enhance security and segregation of client databases?? Randy Ainslie http //www.keyosk.com

DBI installation problem in Cygwin

Hi I am facing problem installing DBI in cygwin. Please see the steps I followed 1. I am running Cygwin dll version 1.5.12.1.My Cygwin Perl version is 5.8.6. I have downloaded and install

Subject: enbedded Server Init Problem

Hi I integrate the "simple embedded Server " example (http //mysql.oss.eznetsols.org/doc/mysql/en/libmysqld-example.html) in my Visual C++ Programm (Version 6.0) and include the debug "libmysqld.

Update statement processed only master server.

I hope someone can help me or give me some clues as to what I can try. We have a process of pushing data into a table (new_thresh_val). The process of pushing data is I show below 1) DELETE FROM

Maintain Server from own built application

Hi All I want to know is MySQL can be maintain (such as backup/restore) from application we 're built? AFAIK at M* SQL S***** there is SQL DMO which i can use to maintain the database server direct

mysqldump on Windows

I 'm running mysqldump 8.21 on Win2k Server with MySQL 3.23.49-nt. Are there any special considerations for running mysqldump on Windows vs. other OS platforms? -- MySQL Windows Mailing Lis

Installed before removal - big oops

I am running win2000 and went to install MySQL 4.1.10. I started by uninstalling MySQL 4.0.20 however I did not stop the service first! Well several blunders later it would seem I now get the

version info

02242005 1155 GMT-6 If you have a mysql database created and used on a newer version of mysql and you have a computer with an older version (created on 4.1 and backward to 3.23.49) can the db b

limiting page faults

Is there any setting in 2000 or 2003 to help limit the pagefaults? I 'm looking at 1 182 594 page faults with a uptime of 1 hour 14 min seems a little high running windows 2000 with 2 gigs of r

Deadlock Issue

We are having a deadlock issue with a MySQL database application. We have two different users running transactions against the same table (INNODB table type). The first user issues a DELETE statemen
Page 24 of 65 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10