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 General
Page 128 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

how to restart mysql and apache?

hi again I have to restart as soon as possible mysql and apache on our web server (mandrake cooker 10) - since our admin is "out of office " for today. if someone can ive me some instructions please

how to restart mysql and apache

hi again I have to restart as soon as possible mysql and apache on our web server (mandrake cooker 10) - since our admin is "out of office " for today. if someone can ive me some instructions please

customer id - made the worst possible way [SOLVED]

Yup! Got it.. Thanks guys to all of you for REALLY fast help! ) -afan > Yeah pretty much but I would keep cust_id around and start over with a > true autoincrement from 1. > > On 5/9/06 af

Sum of counts

----- Original Message ----- From "Chris Sansom " <chris@(protected) > To "MySQL List " <mysql@(protected) > Sent Tuesday May 09 2006 11 47 AM Subject Sum of counts > Here comes a newbie

inserting server time into mysql

In the last episode (May 09) Alla-amin said > I am trying to capture my server time automatically using php and > insert it in a mysql table. > > Can the timestamp or time data type capture this in

Order by leads to an empty set.

----- Original Message ----- From "Mohammed Sameer " <msameer@(protected) > To <mysql@(protected) > Sent Tuesday May 09 2006 9 56 AM Subject Order by leads to an empty set. > Hi all > > I h

customer id - made the worst possible way

I would drop the primary key off of your cust_id and add a new field like customer_id and relink using the old fk. I 'd probably do this by creating a new table and doing an INSERT INTO SELECT FROM to

Matching problem

Barry wrote > Hello everyone! > > I have a slight problem matching rows. > > My problem is the Value in a textfield is "87682 <next >39857 " > > I created that with concat. > Is there a way to match

Subject: How to solve this problem?

?????? schrieb > Hi > > There is a schema example below (From "A first course in database system ") > > Product (maker model type) > Pc (model speed ram hd rd price) > Laptop (model speed r

Subject: Certification examples

Hi I have bought the MySQL certification study guide (v 5.0) and am almost ready for the exams does anyone know if the questions in the self study guide are very similar to the ones that you get i

How to convert strings to 'proper case ' ?

I 'd be surprised if things actually turned out to be quite as simple as you describe. For example let 's say that your column actually contained book titles or names of people. Would you really wan

Case confusion

Marcus > I just noticed that a key field (emailaddress) in my db is case > sensitive when it should not have been so now I 've got a bunch of > what are effectively duplicate records. I 'm having tr

Unidata to Mysql

Has anyone converted from Unidata db to Mysql? How easy/difficult is it to do? Does the Mysql Migration toolkit help with that process? an old consulting company setup a website with Unidata and

Connection Pooling

romyd misc said > Hi Everyone > > I 'm developing an application using C# .NET and mysql as database. It 's a > multithreaded application we open a mysql database connection at the very > beginning w

On what factors does speed of mysql depends

Dear Friends I have a database with approximately 10 tables with about 1 lakh records each in 3 tables I need to know that on what factors does the speed of mysql depends 1)Does a table having reco

Outfile syntax and out of memory

Hi Johan > I need to extract some data to a textfile from a big database. > > > If I try to do like this > mysql < queryfile.sql > outfile.txt > > "outfile.txt " it looks something like > "Order

Need help in recreating .MYD files

On 5/9/06 balaraju mandala <balaraju.mandala@(protected) > wrote > Hi Dilip > > I got two binary logs in Server. I don 't know how to find server uptime? > > mysql > show master logs > +

Subject:

> I need the birthdays from yesterday today and the next 4 or 5 birthdays. You don t need to manually compute every date component. Try something like ... SELECT ... WHERE DATE_SUB(NOW() INT

Optimizing range search with two-table ORDER BY

Is there any way to optimize a range query that includes an ORDER BY with keys from two different tables? I 'm running MySQL 4.1.18 on FreeBSD. I 've been struggling with some queries that are _incred

Subject: "optemizer " for mySQL!

Hi All Didn 't know there was an "optemizer " for mySQL. Where can I get it from? Thanks Jim Best regards Jim Clark Project Manager Multilink Systems Ph 03 9425 9400 Fax 03 9425

Subject: How to repair a table,

Hi Payne This should have all the info you need there is also another command myisamchk which requires the server to be down while it repairs. mysqlcheck does not. http //dev.mysql.com/doc/refman/5

Subject: updates during database dump

Hi Luke > When mysql is doing a dump do the updates that happen during the dump > get included in the dump. I assume you mean 'mysqldump '. > I have a dump that starts at 11pm and goes for 2 hour

Problem installing 5.0.21 on Suse 9E - it fails on me

It looks like MySQL installed but when it tried to start the server the server crashed. Can you confirm that? If so try starting it with the startup script -- you should get the same error. If it

novice on SQL

tony yau wrote > Hello > > I can get a select result like the following (SELECT ID Changes FROM > mytable WHERE somecondition ) > > ID Changes >

Subject: Backups with MySQL/InnoDB

Hi Greg Maybe similar features to that of bacula (my current backup software of choice for my wifes business servers). This is a very comprehensive open source solution that has many of the features

How to synchronize two databases

You may want to consider automating the synchronization of your databases via replication. Check out the Replication chapter in the MySQL manual (chapter 6 in the MySQL 5.0 manual). I don 't know if

PRINT statement?

----- Original Message ----- From "Stephen Cook " <sclists@(protected) > To "MySQL List " <mysql@(protected) > Sent Sunday May 07 2006 3 53 AM Subject PRINT statement? > Is there a statement s

Sub-query optimizer improvements scheduled?

On Sat May 06 2006 at 12 55 55PM +0100 Peter Rosenthal wrote > Out of interest is there any time on the roadmap to improve the query > optimizer 's handling of sub-queries as specified in > http //

single database ... many aplications

jehova villa martinez schrieb > Hi as newbie and with some trubles understanding English language i > have a question that I don?t know howto put on search engines (I don?t > know technical keywo

blank user names in user table (SOLVED)

> -----Original Message----- > From sheeri kritzer [mailto awfief@(protected)] > Sent Friday May 05 2006 2 37 PM > To Duzenbury Rich > Cc mysql@(protected) > Subject Re blank user names i
Page 128 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100