dbTalk Databases Forums  

Sponsored Links


comp.databases.mysql comp.databases.mysql


Discuss in the comp.databases.mysql forum.



Post New Thread
Threads in Forum : comp.databases.mysql Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
On Thu, 01 Sep 2011 15:52:35 -0700, Michael Vilain wrote: He said the logs say mysql server is waiting for connection. But we do need to find out...
css-discuss.org
09-04-2011 01:26 AM
Gordon Burditt Go to last post
5 6
Hello People, here is a problem I don´t know how to solve. I would appreciate some clue for it. In all my tables I use normally SELECT...
mig
09-03-2011 03:35 PM
The Natural Philosopher Go to last post
5 6
Hi everybody, I'm new on the list, this is my first topic. I was wondering if it's possible to check for a string ( a url, name, etc ) matchs with a...
Leandro Costa
09-02-2011 02:49 PM
Peter H. Coffin Go to last post
3 4
CEO of Yellowfin's talks at 'The New World of Data' conference on the tactical use of big data Video Link http://www.youtube.com/watch?v=5VK11WBco2Q
Jan
09-01-2011 09:50 AM
Jan Go to last post
0 1
How is this possible? Deployment is on a slightly older version than I have on my development machine, but since I am not doing anything exotic it...
Robert Hairgrove
08-30-2011 02:04 PM
Axel Schwenke Go to last post
4 5
I'm trying to add a record to a database, and it's not working properly. The general thought is to call a data entry form, fill in the form, and use...
Charles
08-30-2011 05:22 AM
Axel Schwenke Go to last post
38 39
Hi all, I have a table containing a list of unique words, defined as: CREATE TABLE word_list ( id int(10) unsigned NOT NULL auto_increment, word...
gervaz
08-30-2011 05:04 AM
Axel Schwenke Go to last post
12 13
I want to do this: INSERT INTO Table2(column1,column2,column3) SELECT column1,column2,'somecustomvalue' FROM Table1 WHERE id IN(1,2,3); Of course...
A
08-29-2011 04:25 PM
A Go to last post
3 4
Time to Tee up and play Yellowfin's 18 design don't for effective Dashboard design course. The Front Nine: Use flashy visuals and chart types when...
Jan
08-27-2011 08:25 AM
Jan Go to last post
0 1
hi: I need to import more .dbf files to MYSQL with Collation big5_chinese_ci . Navicat can make .dbf to MYSQL , but only 1 file one time. I have...
kokookao
08-26-2011 03:40 AM
fabrice régnier Go to last post
4 5
In sort of pseudocode I want: select ID, A from TableI where field_B = 'a value' and (if A not in ('value 1', 'value 2', ....) then set A to...
anonymous
08-25-2011 07:36 AM
anonymous Go to last post
7 8
On 8/24/2011 7:20 AM, The Natural Philosopher wrote: So, what did you screw up when you first installed it? Did you go back and delete the...
Charles
08-25-2011 02:19 AM
Álvaro G. Vicario Go to last post
9 10
i have this table architecture: table user_media user_id | media_id | date_media_added_ts what i need to do is to select 10 newest media_id's for...
friglob
08-18-2011 09:39 AM
friglob Go to last post
1 2
I have table I which when has G, F, L I can query to get a list: select L, U from I where G='111'; This gives me a list in ascending order...
sheldonlg
08-17-2011 03:33 PM
sheldonlg Go to last post
5 6
9 tips for Mobile BI success Full...
Jan
08-14-2011 09:34 AM
Jan Go to last post
0 1
This feels like a stupid question, but I was unable to find the obvious answer. I have a simple SELECT query, like this: SELECT id, name, street,...
jwcarlton
08-12-2011 09:51 PM
Gordon Burditt Go to last post
2 3
Thanks for the well-thought-out reply, Gordon. I realize, though, that I need to make something a tad more clear. I'm not referring to people typing...
jwcarlton
08-12-2011 12:55 AM
Gordon Burditt Go to last post
3 4
I am creating a table with a SELECT statement. CREATE TEMPORARY TABLE XYZ (SELECT A.key AS key, otherfields FROM A JOIN B on A.key = B.key); I want...
Joseph Hesse
08-10-2011 06:27 PM
onedbguru Go to last post
2 3
Dear all, I'm about to design a MySQL data base. I have some basic knowledge about relational databases but am no expert. In particular, it's my...
Ulrich Scholz
08-10-2011 01:02 PM
Jerry Stuckle Go to last post
10 11
Hi, I have a simple table with the following data: mysql> select * from mytable; +---------------------+------+ 6 rows in set (0.00 sec) I would...
Queux NoID
08-10-2011 04:22 AM
strawberry Go to last post
1 2
I have a table where I keep track of my employee's weight and the date their weight was taken. Here is the table. mysql> select * from...
Joseph Hesse
08-08-2011 08:15 PM
Joseph Hesse Go to last post
6 7
"Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.databases.mysql Stats Were Taken..........: Mon, 08 Aug...
me
08-08-2011 04:33 AM
me Go to last post
0 1
I have two tables A: field1, field2 B: field1, field2 field2 always has a value in table A. table B may or may not have a record with a value of...
sheldonlg
08-07-2011 05:32 PM
Peter H. Coffin Go to last post
1 2
Hi, I have a simple table with some data looking like this: mysql> select * from mytable; +---------------------+------+ 6 rows in set (0.00...
queux@hotmail.com
08-06-2011 09:43 AM
Luuk Go to last post
7 8
Hi, Is the following the correct syntax for a prepared statement to carry out an INSERT ... ON DUPLICATE KEY UPDATE statement? INSERT INTO...
David
08-04-2011 09:26 AM
David Go to last post
2 3
I have problems from version 5.5 to move the D: drive on the folder containing the database. The procedure I use is to move / date d: / server /...
ferradini
08-03-2011 05:34 AM
Gordon Burditt Go to last post
1 2
(Hypothetical Example) I have a database of people and the cars they've driven. Fred Ford Chrysler Volkswagen George Jeep
SpreadTooThin
08-03-2011 03:09 AM
Lennart Jonsson Go to last post
9 10
Is there any way to view the last SQL that was run on a connection for which "show processlist" shows the command status as "Sleep"? I suspect that...
Brian Cryer
08-02-2011 10:32 AM
Brian Cryer Go to last post
3 4
"Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.databases.mysql Stats Were Taken..........: Mon, 01 Aug...
me
08-01-2011 04:33 AM
me Go to last post
0 1
I studiously followed the documentation on replication and set up replication. The master and slave are connected by a VPN and the transaction load...
bill
07-31-2011 12:40 PM
The Natural Philosopher Go to last post
17 18
ciao a tutti, sto impazzendo nel cercare di impostare un valore di default (UNIX_TIMESTAMP) per un campo (miadata) di una tabella di un db mysql...
sweetman
07-29-2011 05:11 AM
sweetman Go to last post
0 1
I try to create a database with the command below: CREATE TABLE `dagang`.`kecamatan` ( `no_kecamatan` INT( 4 ) NOT NULL AUTO_INCREMENT PRIMARY KEY...
zaqi syah
07-26-2011 07:48 AM
zaqi syah Go to last post
9 10
I want to combine the values ​​of the two fields are still in one table, with the command below : update kabupaten set id_kabupaten = ( select...
zaqi syah
07-25-2011 05:38 PM
onedbguru Go to last post
2 3
"Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.databases.mysql Stats Were Taken..........: Mon, 25 Jul...
me
07-25-2011 04:34 AM
me Go to last post
0 1
I googled and found a number of tools that claim to document MySQL schema, both at the column level and the table level. If you have found any that...
Joseph Hesse
07-24-2011 01:58 PM
Thomas 'PointedEars' Lahn Go to last post
16 17
On 2011-07-16 16:43, Ignoramus29044 wrote: Have you considered range...
Lennart Jonsson
07-21-2011 01:13 PM
Luuk Go to last post
4 5
For a simple message board search engine, I'm using the following query (in PHP, although I don't think the language matters): $query =...
jwcarlton
07-21-2011 01:11 PM
Luuk Go to last post
11 12
The use of Social and Collaborative Business Intelligence (BI) will allow information to be directly linked to decisions made within...
Jan
07-19-2011 08:36 AM
Jan Go to last post
0 1
Hi, I have a db with some tables: users (main table), orders, auth, ecc. (related tables). This morning one user, and all related records, has been...
remigio
07-19-2011 07:35 AM
J.O. Aho Go to last post
1 2
Hi folks, As per subject really... I have to set up some new MySQL servers. Is there a way to have a subset of user@% accounts auth against the...
Tim Watts
07-19-2011 04:35 AM
Tim Watts Go to last post
2 3
I want to create search engine in MYSQL & this is my scheme...
zaqi syah
07-18-2011 06:09 PM
Jerry Stuckle Go to last post
1 2
"Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.databases.mysql Stats Were Taken..........: Mon, 18 Jul...
me
07-18-2011 04:32 AM
me Go to last post
0 1
Business Intelligence breakdown of the Tour The 2011 tour is an already tantalizing prospect, with three-time winner Alberto Contador (Spain)...
Jan
07-13-2011 08:20 AM
Jan Go to last post
0 1
I currently convert an excel file to a mysql table in the following way. Open excel and delete not needed columns. Select date columns and format...
Joseph Hesse
07-11-2011 10:23 PM
Jerry Stuckle Go to last post
14 15
Server: ipower Platform Type: Debian MySQL Version: 5.0.45 Perl Version: 5.8.8 PHP Version: 5.2.12 Program: phpbb v 3.0.8 - installed from...
Newbie_phpbb
07-11-2011 06:44 AM
Jerry Stuckle Go to last post
13 14
"Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.databases.mysql Stats Were Taken..........: Mon, 11 Jul...
me
07-11-2011 04:35 AM
me Go to last post
0 1
I have got a strange behaviour of Libre Office Base with a remote MySQL. The database loads, but i can only get _the first character of each...
Laszlo Lebrun
07-09-2011 09:00 AM
Laszlo Lebrun Go to last post
2 3
Hello, Please accept my apologies in advance for what is only venting my frustration with my own combination of hubris and incompetence... I am...
Bernard T. Higonnet
07-07-2011 05:00 AM
Bernard T. Higonnet Go to last post
1 2
On 2011-06-17, Gordon Burditt <gordonb.q44sw (AT) burditt (DOT) org> wrote: Hi Gordon, My rationale was that while I develop the test website, I'm...
David
07-07-2011 02:20 AM
Lennart Jonsson Go to last post
13 14
"Caveat: Quantity is not necessarily a measure of Quality" Newsgroup.................: comp.databases.mysql Stats Were Taken..........: Mon, 04 Jul...
me
07-04-2011 04:32 AM
me Go to last post
0 1
Post New Thread

Display Options
Showing threads 151 to 200 of 6360
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.