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 7 of 65 1   2   3   4   5   6   7   8   9   10   Next 10  

Subject: Windows Server Getting Slow

Hello all I have a dell intel xeon 80gb hdd and 1mb ram running windows 2003 server and i have installed mysql and configured it in the "dedicated server " mode. here is my problem i have about 60

Trying to get MySQL to work with binlog under Windows...

Dear All I 've been trying to get MySQL to accept in the [mysqld] section of the my.ini to start the binary logging... log-bin C \Program Files\MySQL\MySQL Server 5.0\data\binlog got the comman

Reconfiguring MySQL at startup

Every time I restart my computer I also have to reconfigure MySQL using the MySQL Server Instance Configuration Wizard. Otherwise root password doesnt work in the MySQL command prompt. Is this just n

Trying to use command line interface

I 'm running MySQL 5.0.24 as a service on Windows XP Pro. I 'm trying to get into the command line environment and not having any luck. Using ...5.0\bin >mysql -u root -p rootpassword I get another

Win32 Server Quits Unexpectedly

Well this is a problem that i have had for a while where if i access the stored procedures from a win32 mysql server using SQLyog the server quits unexpectedly. This also happens with the MYSQL adm

InnoDB Table Size

Is there a way to execute SQL code to get the table name and storage size in MySQL 5.0? Melissa

urgent reply needed

IT IS MY GREATEST PLEASURE TO WRITE TO YOU. HOW IS THE FAMILY HOPE FINE. IF SO DOXOLOGY. MY NAME IS WILLIAMS STEPHEN 21 YEAR AGE FROM SOUTH AFRICA I CONCLUDED TO CONTACT YOU AFTER I DECIDED

Subject: Migration tool and SQL2005

Hi I want to migrate a MYSQL 5 DB into SQL 2005 for performance testing but I get a connection failure on the MSSQL end. Has anyone managed to successfully use the tool with SQL2005? Thanks James __

Saving Image in Database [again]

On 7/30/06 Jay Blanchard <jblanchard@(protected) > wrote > [snip] > Was wondering if I could get a conversation started on the pros/cons of > database storage verse filesystem > [/snip] > > There is a

InnoDB

I have a question. It is possible for InnoDB to have an file per database? Or does he has a parameter for this configuration? Jorge

mysql performance

Hello all I found this comment on the php website If you are experiencing extremely slow connections to MySQL from PHP from a Windows 2003 Server it may well not be PHP or IIS - try loading mysql

Emulating a table with a Autonumber Field w/Mysql ?

Hi With VB tables that have an autonumber field you also have that last row available in Access. However using mysql there is never an "empty " row in your table. Is there any way to emulate this b

Subject: build source on windows xp

hi guys just downloaded mysql5.0 source and try to build it on windows xp platform. my tool is VC++ express 2005(free) and windows SDK. i have successfull build most of packages but one. when i

New Connector/NET documentation

Connector/NET enables developers to easily create .NET applications that require secure high-performance data connectivity with MySQL. It implements the required ADO.NET interfaces and integrates int

What to do if MySQL keeps Crashing

Hi What will the problem of MySQL when there is sudden power lose its says the MySQL has Crashed. What may be the reasons behind them is their any to make change in MySQL to over come this sort o

newbie vs the wizards (enable-named-pipe)

Hi I am trying to install mySQL for the first time. In the networking dialog I chose to disable the TCP/IP support. After the installation was completed I tried to start the server but I receive

Problem with Croatian specific letters

Hi all ! I 'm using MySQL v5.0.21 on Windows 2000 platform. I have problem with Croatian specific letters (??????????). Database and tables are created as utf8. I can enter data through MySQL Admin

Unable to link Microsoft Access with MYSQL

I 've been using microsoft access with mysql for several years without any trouble that is until I downloaded the latest version of mysql. I 've no problem accessing mysql using ruby or visual basic

Svar: RE: Weird performance problem.

Hi Thanks for the info. I suspect that you are correct though it is a rather significant problem as the company that I am evaluating MySQL for wishes to run it on a windows platform. regards

Replication failes after long server halt

On 7/6/06 pollox <polloxx@(protected) > wrote > Hi > > A master and a slave server are running on Debian sarge with mysql > 4.0.24 in our setup. > Replication worked fine for one year. > For some reas

Subject: Weird performance problem.

I have two systems. 1. Linux Fedora 4 on a 500Mhz 256Mb Via Intel Pentium II clone. Using gcc version 4.0.2 Mysql version 4.1.16 - default installation. 2. Windows XP prof - HP laptop 1.73Ghz I

Subject: Encrypting Stored Procedures

Hello all Is there a way i can encrypt my mysql stored procedures so that the source code is not viewable by a client? I rely *very heavily* on stored procedures in my projects - just don 't want t

Subject: relay log file corrupted

Hello I have a MySQL 4.1.14 replicating a 4.1.8 version. The slave stopped. When I execute show slave status I see that the SQL thread is not running. It raises no error code but the message 'Could

MySQL no install

Hi i 'm using mysql no installation i.e. using the zip file extracting it and copying the files to desired location and making the desired configuration file.Then installing the mysql service using --

Subject: InnoDB database creation

Hi I have successfully installed MySQL 5.0.22 using the Automated Installer. However when I create a new database it is always created in the general data directory that I specified at the setup-

Subject: can 't unlock a "locked " table

from a newbie. Script language is ColdFusion on windows 2003 I have a dbase - MySQL 5 default table type where one table keeps getting "locked " or perhaps unusable is a better term. I can write to it

Subject: php using msql_connect

Does anyone know why when I run a php script to connect to mysql server I get the error "Client does not support authentication protocol requested by server consider upgrading MySQL client " I am usi

Turning Auto-Commit off in InnoDB

Hi I read that autocommit (after every SQL insert/update/delete) is on by default in InnoDB. I would rather commit after multiple SQL inserts/updates/deletes. Is there anyway I can do this? Thank

Subject: mysql_stmt_bind_param error

I tried to execute the example code (see below) from the function mysql_stmt_execute I found in mysql 4.1 documentation (http //dev.mysql.com/doc/refman/4.1/en/mysql-stmt-execute.html). This source co

MySQL Max Version

Hi On mysql.com I read the Max version is only available for Unix/Linux OSes. However I see that there are mysqld-max.exe and mysqld-max-nt.exe executable files on my windows ' mysql installation
Page 7 of 65 1   2   3   4   5   6   7   8   9   10   Next 10