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 20 of 65 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

Subject: querying multiple database

Hi I have two database in different machine. The structure of the table in both the database is the same. Only records are different. I want to query records from both the database and pro

problem- "service could not be started "

Service already running? Previous MySQL installation? Failed install before? Another service using port 3306? Do you have admin privileges? Try running the service from the service manager. On 6/

MySQL .NET Connector registry info

I 'd like to bundle the MySQL .NET Connector in my installshield package so the user doesn 't have to install the .net connector seperately. Can someone give me the registry entries and what .dll 's I

problem- "service could not be started "

Hello I 've downloaded MySQL 4.1 on my win xp pc. While configuring it at the last stage I get an error that "service could not be started .Error 0 ". Plz help me out. Regards MKris. ____

link errors compiling ssl support

while compiling mysql with ssl support using vc++6 using mysql source 4.1.12a and openssl 0.9.7g and also openssl 0.9.6m i get the following link errors Linking... client.obj error LNK2001

Problems caused by funny characters

When inserting to a database in a web application escaping the \ and ' characters were all I needed to make sure the insert worked correctly. But now I have written a Windows app when populatin

MySQL/InnoDB-5.0.7 has been released

Hi! InnoDB is the MySQL table type that supports foreign key constraints transactions two-phase commit in XA row-level locking non-locking consistent read (MVCC) all four SQL-1992 isolatio

moving a database

>I am going to move a database off my webserver and to a dedicated DB Server > box. > > Both of the boxes are identical software wise. From what I understand I > should be able to simply detach t

Using MySQL .NET connector in VS.NET

I installed the Mysql .net connector on my PC and added it into my Vs.net toolbox. When I drag a MySqlconnection onto the form the connectionstring property immediately says 'Object reference not

Subject: Please remove this emails

Can someone please remove this address fromt the list aagredo@(protected) lpinaud@(protected) I get an error for each message posted to the list... Its annoying. -- Daniel da Veiga Computer

Subject: if MySQL were like MSDE

MSDE I can distribute it with 3rd party toold like Installshield (to distribute means to auto install without user interference auto execute SQL DDL ). How can MySQL do that? ( MySQL Desktop E

Troubles compiling the errmsg.txt file

I just updated to 4.1 and was trying to change che error message file for "syntax error in query " trying to short the preamble to "Syntax error ". This simply in order to avoid scrolling horizontally

How to configure Mysql and SSL

The information in the manual is real skimpy.I am new to Mysql and have no idea how to get the Open SSL working with Mysql.The manual is not of much help. I do not have VC++ access. Has anyone don

Mostar somente os 10 primeiros campos de uma tabela

Ol?? Pessoal! Estou testando um programa e para fazer este teste importei um DBF para MySQL acontece q quando vou adicionar os campos do bd s?? parece os 10 primeiros campos no DataSetClient pq?

Subject: ssl support in mysqld

i have compiled openssl 0.9.7 library in my pc on win98se. i tried running binaries mysqd version 4.1.12 (and mysqld-max as adviced from agray@(protected)). when i run command show variable

mysql problems

Hi i installed MySql on my computer but i have some problems infact if i install this with mysqld-nt i can 't use the client mysql and create database and other but the only server that allow me

Subject: Problem in logging in..

Hi I installed the MySQL 5.0.4-beta on my windows.. I am unable to login after two days. The error file has the following content. Can anybody help me in this case.

Service Manageer

When I try to start my service manager I receive a pop-up which states "fails to start the service please try again in 30 seconds " There is no reason given and I have no idea why it will not start

Connections from localhost fast. Connections anywhere else slow.

I have a serious produciton problem on my hand. Need help ASAP. If we connect to MySQL using localhost it is very fast but if we use its ip address to connect it is extremely slow. Other network

embedded server

Hi I need help to find the embedded server dll (libmysqld.dll) I downloaded binary libmysqld.dll from Scibit web but it 's version 4.0.20. Where is the enbedded server in my mysql install?

sql date searching syntax with joins

Hi this is probably dead simple but i need a hand. I have 2 tables one called clients the other called invoices. The client table has a clientid as does the invoices table. The invoices table

MySQL/InnoDB-5.0.6 has been released

Hi! InnoDB is the MySQL table type that supports foreign key constraints transactions two-phase commit in XA row-level locking non-locking consistent read (MVCC) all four SQL-1992 isolatio

I cannot connect to the MySQL server from a remote web-host

I cannot connect to the MySQL server from a remote host (with proper privileges and IP/host or % as host). I have installed successfully MySQL (version 4.1) on a windows 2000 server and work

Subject: where to get embedded server

Hi everybody I 'm trying to use Scibit 's VCL library Delphi 6 and embedded server. I 've downloaded the setup version (mysql-4.1.12-win32.zip) and installed it. It 's working fine with the direc

Subject: Framework 2 and Win64

I know dot net Framework 2 is still beta but is there a MySql.Data available for this yet? Also is there any word on a 64bit version of MySql for Windows? Thanks. Larry Lowry

Setting an index and getting mysql to use it

I have been looking at this problem for a while now. I have a querry to put together some colums from several tables. I have an ID index for all of the tables. When I run explain on the query it

Subject: export data to file.txt

hello i need export tables the datas the a database a file .tx. i used mysqldump but this is a backup. thanks

getting return from adding to a table

Hi I have a table with an auto-increment field that is the ID. when i run the following update is there any function for me to retrieve this ID ? sqlstr "select * from policies where 0

Can 't connect to MySQL from VS.NET

I am trying to create an ODBC Data Adapter in Visual Studio.NET 2003. After entering my username/password which I know are correct and are connecting from other apps directly I get the error

Migration with non-english data

Dears I am having problem with "MySQL Migration Toolkit " I have Access database with some Arabic data after migration all data became ?????? Any idea? Thanks in advance Abbas Ad
Page 20 of 65 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10