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

Problem changing root password

hi All When I try to change root user-password from the shell using ANY of the methods described in the reference manual it says that the USERS table is read-only. My root password is blank and it

Subject: Setting up users on mysql

Hello I 'm having problems setting up users on mysql. I created a database named db1 going to dos prompt and starting mysql > then give it the command mysql -u root -p db1 < it then request the p

Subject: Unstable MySQL 3.23.58

Hi! I have a big problem I run MySQL 3.23.58 on a Windows Server 2003 about 2 years from now with no problem. But nowadays the service stops without any reason. In system event log "mysql service t

Subject: InnoDB Support In MySQL 5.0

I 'm trying to enable InnoDB support in my 5.0 database. I don 't have a mysql-max-nt executable and that 's what MySQL Administrator is trying to use. How do I turn on? Thanks Melissa

Output data in a Stored Procedure

I 'm wanting to use a PRINT statement to output variables in my stored procedure.... Like in MS SQL Server. How can I do this in MySQL? I just want to verify my processing. Thanks Melissa

Windows authentication on mySQL v 4.1.x

Hi Fellows I posted already a message in the General forum but didn 't get any response yet. That 's why try to get an answer on this channel. We would like to access mySQL from CrystalReports a

DataType Question

I 'm importing data into MySQL from a CVS file.... one column has dollar amounts. There are negative numbers like this... (999.99). Is there a way to get the database to convert this into.... -999.99

New Connector/ODBC chapter on-line

We have done a complete rewrite of the Connector/ODBC docs - making this one of the best chapters in the MySQL Reference Manual - http //dev.mysql.com/doc/refman/5.1/en/myodbc-connector.html Some o

Subject: problem with configuration

Hello I have been long a MS SQL server user but I want to learn something from MySQL and PHP. So I tried to install PHP and MySQL to my box (Windows 2000 NT server). However I couldn?t configur

all of a sudden can 't connect to server -- reinstalled..

ok I had to re-install had saved orig zip from when first downloaded (mysql-4.1.9-win32.zip) intallation went ok but have two problems 1) can open console client only from DOS shell if I run

ibdata size

Hi everyone! We have an InnoDB database with its respective ibdata file. As you probably know the ibdata has a fixed initial size and may grow as more data is stored in the database. Curiously w

all of a sudden can 't connect to server..

I 've been using MySQL server (4.1) on my W2k machine for over a year w/no problems connect from Tomcat and from Java stand-alone classes.. but the other day installed XAMPP (for PHP development c

Exceeding 2GB on Windows Server 2003 Enterprise

Has anyone increase the MySQL memory allocation passed the 2GB Windows limitation? Did you need to change any variables within the MySQL executable? I 'm trying to find a good article with solid info

Delphi and MySQL (Encoding Problems)

Hello I have been using MySQL version 4.0 because I have experienced problems since version 4.1 and later versions... I tried to update to version 5.0 but problems remain in short.... Due to my s

mysqld in hung mode

Hi Today our mysqld process is in hung mode. I 'm able to connect to mysqld thru mysql client but none of the commands are going thru. I tried 'show processlist ' and 'select 1 ' from mysql client

phpMyAdmin will not connect with PW and User

Hi All Have a problem I think MySQL has not built the use DB correctly. (built new system so had to reinstall). phpMyadmin will connect if no password and user is named in config file but MySQL

MySQL and InnoDB

Does anyone know any info on the future of MySQL and InnoDB.... with Oracle buying InnoDB? Does MySQL have ideas on a different transactional db?

command to get all table schema in a particular database

Hi Is there any command available to get all the table schema in a particular database? For e.g. If I have database called TESTDB and say it has tables table1 table2 .. table10. Instead

bind-address

Hi people I need a little help... i have 3 ip address in my server and i want to bind mysql only to 2 of them does the bind-address parameter in my.cnf suport that? i 've tried some ways but nothin

Could not start service Mysql Error:0

I am also having this problem. I am running Win/XP with Service Pack 1 on a 1.7 machine with 512 of RAM and a 20 GB hard drive. I took all of the defaults (basically I just pressed the enter key)

Subject: SQL realtime statistics

Hello everyone Anyone has an idea where i can find an application that shows mysql statistics and refreshes maybe once every second on the linux console? stuff like connected users server load qu

Error 1005 when creating foreign key

the following script produces an error error no. 1005 can 't create table ... MySQL version 5.0 MySQL Query Browser version 1.1.2 DROP TABLE IF EXISTS `hr`.`area` CREATE TABLE `hr`.`area` (

my_global.h causes a lot of problems

Hi Im currently making a small database wrapper in c++ using the mysql c api on windows (using visual studio 2005). I 'm using mysql 5.0 and according to http //dev.mysql.com/doc/refman/5.0/en/window

Access Violation

From <afarias@(protected) > To win32@(protected) Subject [Access Violation] Description <Getting MySql Administrator Exception "Access Violation at address 00981514 in module libmysqlad

Best method for relating by date

I 've got a table Effort DROP TABLE IF EXISTS `projecttracking`.`effort` CREATE TABLE `projecttracking`.`effort` ( `x500` varchar(10) NOT NULL default ' ' `projectID` tinyint(3) unsigned NOT NUL

MySQL Scheduled Backup does not automatically execute

Versions Win2K v5.0 (Build 2195 SP4) MySQL v4.1.12a-nt MySQL Administrator v1.1.9 I have setup a scheduled backup task thru the Backup tab of MySQL Administrator but the task never executes at th

Question on Copying to tmp table

Hi I need information on Copying to tmp table status. Explain for some of our query shows 'Using temporary Using Filesort '. When query goes into this state it takes very long time. Need

slow query

Hi I have a merged table with 35 million records the below query takes around 40 mins to return. mysql > explain select distinct userid from mfs +----+-------------+-------+-------+-------

how to avoid using temporary and file sort?

Hi I need a help in optimizing a query. The explain of the query shows using temporary and file sort. Is there a way to avoid it? | fs |CREATE TABLE `fs` ( `id` bigint(20) NOT NULL defa

query lock

Hi I have a performance issue I need help in fixing it. I have a query which takes considerable amount of time during this time any update on the table involved in the query gets locked. S
Page 8 of 65 1   2   3   4   5   6   7   8   9   10   Next 10