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

privileges headache

hi mysql@(protected) wrote > I rarely need to add users to a running setup but I always seem to run > into the same sort of problem I grant privs to a user but they refuse > to show up. This

Subject: MySQL University session on November 8

Hi as some of you may have noticed we 've been running educational sessions on MySQL internals for quite a while. That program is called "MySQL University " see http //forge.mysql.com/wiki/MySQL_Univ

Subject: Re: Not showing repeating fields.

Thank you a lot Ravi. Ravi Kumar.-2 wrote > > select distinct vehicle from <table_name > > > On 11/6/07 Jamessketch <jamessketch@(protected) > wrote > > > > > > Hello > > > > I have a table that looks

Subject: Re: Not showing repeating fields.

select distinct vehicle from <table_name > On 11/6/07 Jamessketch <jamessketch@(protected) > wrote > > > Hello > > I have a table that looks like this > > vehicle | type | color > car

Subject: Re: Need help creating query statement

N?stor wrote > I can do simple select statements but I need your brains to create query > statment. > I am using mysql 4.0 in my 1and1 site. > > I have a table that has 8 fields one is the "agency "

privileges headache

mysql@(protected) wrote > I rarely need to add users to a running setup but I always seem to run > into the same sort of problem I grant privs to a user but they refuse > to show up. This user

privileges headache

I rarely need to add users to a running setup but I always seem to run into the same sort of problem I grant privs to a user but they refuse to show up. This user will be the one a web application

PEKRJAAN KOSONG

Kami dari pihak DataEntrySystem menawarkan pekerjaan part time ataupun full time kepada sesiapa yang berminat. Sila klik laman web di bawah untuk maklumat lanjut. http //dataentrysystem.gobigo

Subject: Not showing repeating fields.

Hello I have a table that looks like this vehicle | type | color car mercedes blue boat croater silver plane airbus red car volvo green car

Subject: Re: Need help creating query statement

Enrique that is pretty good and close to what I need. On top of what you have generously provide I guess I can just put each gallon field into an array an then sort the array to display the first 5

Subject: Fwd: Re: Need help creating query statement

--- Enrique Sanchez Vela <esanchezvela@(protected) > wrote > Date Mon 5 Nov 2007 15 01 59 -0800 (PST) > From Enrique Sanchez Vela <esanchezvela@(protected) > > Subject Re Need help creating query st

Subject: Need help to create a query

I have a table with about 9 fields and record ID field an agency name field and the # of gallons that a erson pledges to save

Subject: Need help creating query statement

I can do simple select statements but I need your brains to create query statment. I am using mysql 4.0 in my 1and1 site. I have a table that has 8 fields one is the "agency " field and the other 7 a

Subject: Re: SOLVED: Problem with *very* slow replication, FreeBSD 6.2

Running on our systems we have had the replica load data and then started. The longest delta was about 28 hours behind the master. The slave status faithfully reported how far behind the master

Subject: RE: Replication - Master/Slave Issue...

hey baron... in thinking about this... i 'm inclined to imagine some kind of process where the client communicates with the parent system via a cron process. issues that have to be solved relate to

Subject: Re: Replication - Master/Slave Issue...

Hi bruce wrote > Hi... > > I have a situation where I 'm looking at multiple child servers each of > which has it 's own mysql/DB/Tbls... I want to be able to have all the > information that exists

Subject: Replication - Master/Slave Issue...

Hi... I have a situation where I 'm looking at multiple child servers each of which has it 's own mysql/DB/Tbls... I want to be able to have all the information that exists in these tbls to be captur

utf8 queries

Hello. I have a problem with queries on a utf8 table. For example when I send select SQL_CALC_FOUND_ROWS * from city where country_code 'pl ' and language_code 'en ' and ( city_name like 'A% ' or ci

Errors management

Does the client loose the MySQL connection completely? Or is there just an error in receiving the responding packet back? Here is an idea You can do a ping to test the connection. Fist ping the co

Subject: Re: Is this kind of ORDER BY possible?

Christoph Christoph Boget wrote > Let 's say that I have the following dataset after an INNER JOIN query > > UserName | InventoryItem | InventoryAmount > -------- | ------------- | -----------

Subject: Re: Is this kind of ORDER BY possible?

I don 't think you can order on a certain condition within a query. You can do this with a stored procedure though ... Or but that would require some logic in the app with views Greets Olaf On 11

Subject: Is this kind of ORDER BY possible?

Let 's say that I have the following dataset after an INNER JOIN query UserName | InventoryItem | InventoryAmount -------- | ------------- |

Replication - urgent

Hello All I need to add a couple of more tables to the list of tables to be replicated from a particular db in the salve my.cnf. Can this be done without restarting the mysql server on the slave?

Subject: Re: SOLVED: Problem with *very* slow replication, FreeBSD 6.2

Christopher E. Brown wrote > On Sat 3 Nov 2007 bob b wrote > So a slave is down for 8hrs. It comes online and pulls the binlog in > 120 seconds. The "seconds behind master " does not reflect 8h

Subject: Re: SOLVED: Problem with *very* slow replication, FreeBSD 6.2

On Sat 3 Nov 2007 bob b wrote > Good to hear that you found the problem. > > The only remaining puzzle is why the replica reported that it was up to date > when it was several binlogs behind. > P

Subject: Re: Foreign keys on non-unique columns (problem)

On 04.11.2007 21 10 CE(S)T Martijn Tonies wrote > > Now I have added this foreign key constraint > > > > ALTER TABLE "user " ADD FOREIGN KEY ( "AdditionalKeylist ") REFERENCES > > "keylist " ( "KeylistId ")

Subject: Re: Virtual Hosting Privileges

Grant Peel wrote > Hi all > > This is my first post to this list so bear with me if I ramble on a > bit. I have been reading as much as I can on this subject and am yet to > feel confident abo

Subject: Re: Foreign keys on non-unique columns (problem)

Hi Yves > I have a problem with my foreign keys. I have the following two tables > > CREATE TABLE "keylist " ( > "KeylistId " INTEGER NOT NULL > "UserId " INTEGER NOT NULL > PRIMARY KEY

Subject: Re: Virtual Hosting Privileges

This one time at band camp "Grant Peel " <gpeel@(protected) > wrote > What priveleges should I grant users at setup time? Perhaps look at the GRANT option GRANT SELECT UPDATE DELETE TO usernam

Subject: Virtual Hosting Privileges

Hi all This is my first post to this list so bear with me if I ramble on a bit. I have been reading as much as I can on this subject and am yet to feel confident about an answer so I thought I
Page 3 of 508 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100