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 488 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10  

Logging in Users

Erich Beyrent wrote > Hi all > > I need some advice as to how to manage a user login system using PHP and > MySQL. Currently I have the following table > > +-------------+

Subject: Corrupt full text index

Did you use a MySQL binary or one that you compiled? What version of 4.0 did you test against? > > > > > > > > > > > > > > > > > > Original Message < < < < < < < < < < < < < < < < < < On 3/4/04 7 43 02 AM <dave@(protected) > wro

Scripting

There 's a whole list of all the functions at http //www.php.net Curtis On Thu 4 Mar 2004 James Marcinek wrote > Rhino > > I know this is an off topic however I see that you have DB2

Auto Increments and Other Keys

Mark Riehl <mark.riehl@(protected) > wrote > All - Running MySQL 4.0.17 under Red Hat 9 using MyISAM tables. > > I 'm trying to add the auto_increment attribute to column in a table th

How to present query time through perl

Hello list I am trying to find a way to retrive the time a certain select statement took for debug purposes. If I execute a select statement in the mysql console I get the time that select statement

Information request

Currently everything you listed can be done via queries to the server. Take a look at the MySQL manual for all the queries and their requisite responses. And I 'm quite sure what you want to do has

query

would you mind being morew specific? On Wed 2004-03-03 at 23 20 Elly Wisata wrote > Hi * > > How to query records that most of the fields are the same value? Izit > possible? > > Thanks

MySQL Backup advice

Hi I am using MySQL 4.0.18 with InnoDB and I would to have some suggestions about how can I backup the data. I read in this list that some people are using mysqldump others are using some too

Error on Start Up: Threadstack not what mysqld wants

----- Original Message ----- From "Sasha Pachev " <sasha@(protected) > To "Daniel R. Anderson " <dan@(protected) > Cc <mysql@(protected) > Sent Thursday March 04 2004 7 22 AM Subject R

Major problem converting MyISAM to InnoDB

Cliff please run CHECK TABLE ... on your table and look if mysqld prints anything to the .err log. Send the WHOLE .err log to me. What is your operating system version? > > amount of

Possible drawbacks of suggested mysql install?

Defryn Guy wrote > Hi there > > > I would like to know some professional opinions on the following > > -Are there any drawbacks on installing Mysql on a windows server? Would it be possib

Hi!

-- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

Doing a LIKE search on a ENCODE type

Scott Haneda <lists@(protected) > wrote > Here is what I am doing now... > > SELECT id first_name last_name password FROM account WHERE password > ENCODE( "1234 " 'foobar ') ORDER BY last_name

sub-query

"Lorderon " <ighen@(protected) > wrote > Since I don 't use MySQL 4.1 is this query OK? > > SELECT SQL_CALC_FOUND_ROWS * FROM > ((SELECT * FROM t1 WHERE id >100 GROUP BY country) >

MySQL SELECT problem

Try something like this SELECT ID Name Country FROM peoplelist GROUP BY Country HAVING count(Country) >10 That might work. Also you can have subselects in 4.0.

Microseconds in the 4.0.x series...

At 22 04 -0700 3/3/04 Sasha Pachev wrote >Joshua J. Kugler wrote > >In the manual that came with MySQL 4.0.17 (at least in the Mandrake > >packages of such) it says I can use %f to get the micros

PHP and Mysql

Hi Does any one help me in formating the output result in PHP with mysql? The code is here. <form action "hostrep.php " method "get " > </form > <? $username "root " $password " " $database "data

Subject: CREATE TEMPORARY TABLE

I am trying to create a temporary table through code in my DB. I can do it when I use MySQL Control Center or something like that but when I try to do it through my VB program it doesn 't work.

imposible cargar datos en tablas

Que es la version de MySQL. De la computadora? > > > > > > > > > > > > > > > > > > Original Message < < < < < < < < < < < < < < < < < < On 3/3/04 12 42 25 PM Miguel Angel Solorzano <miguel@(protected) > wrote regarding Re Fw i

Subject: Monthly incomings summary

Subj -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

Subject: Question on root access

Kieran Kelleher wrote > Here is the user host and password fields from one of my MySQL servers > named TestServer > > mysql > select user host password from user > +------------+-------

Subject: slave hotbackup question

Mark http //www.innodb.com/manual.php#advanced.slave describes how to set up a new slave from a hot backup of a master. If you take a hot backup of a slave and want to use it to set up a new

Subject: import ing files into mysql

do you mean inserting the whole .zip file in a table? if the above is right short answer is YES On Wed 2004-03-03 at 13 32 Manda Sairam wrote > I would like to import zip file into mysql

Install Mysql

That 's not the way of removing the service! Change it to the older file. Then run "nameofold-mysql.exe --remove " To reinstall the service "nameofthenew-mysql.exe --install " On Wed 2

xml DTD and MySql

Bernd Jagla wrote > Hi everyone > > I have XML data with a corresponding DTD and I want create the necessary tables and load the data. > Does anyone has experience with this? > Are there any

mysql import problem

Manda Sairam <mandasairam@(protected) > wrote > > Hello Sir > I have a file with the name doc.db.001 It is a binary file and it is a mysql file.I tried opening the file using load data file comman

Subject: Show Processlist command

All I recently discovered the Show Processlist statement which is great. My question is this... One the process completes it falls off this list. Is there another command that will show me

mysql in a jail

This error usually occurs for one of two reasons 1. There is already a /tmp/mysql.sock. You 've ruled this out. 2. The user mysqld runs as typically mysql does not have permission to write

plz help

hi i have some mysql tables in my mysql database . Table name is ServiceStatus and It is included with "status " field . In the status field it is maintainig "up " "down " status. SO i want

Subject: Optimise SELECT ... LIMIT

Hi list I 'm trying to optimise a SELECT ... LIMIT query perhaps i miss something important and so i 'm asking your help ) I 'm using MySQL 4.0.15 under Linux. Here 's a test query mysql >
Page 488 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10