Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Databases > MySQL [7 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
SitePoint Table design advice  
04:21 11-Nov-06   [Replies: 11, Views: 83]    By: Chris..S
I'm looking for some advice on suitable ways to construct a table or tables to handle the following situation. I have a dynamic and structured content requirement, where the user can define a ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint CONCATing from the same field  
23:02 10-Nov-06   [Replies: 9, Views: 75]    By: mattalexx
Is there a way to query this table: Code: +------+-------+ | id_1 | value | +------+-------+ | 1 | 5 | +------+-------+ | 1 | 6 | +------+-------+ | 1 | 7 | +--...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Simple Between Query problem  
22:41 10-Nov-06   [Replies: 6, Views: 54]    By: Unnamed
I have multiple fields on my form where a user submits a minimum and maximum value. Such as minimum price and maximum price, so I use a Between in my queries like this. Code: SELECT COUN...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint mysql 4 vs mysql 5? Why does this not work in both?  
15:50 10-Nov-06   [Replies: 6, Views: 52]    By: mattmoo
$search = "SELECT ct_vehicles.id,". " ct_vehicles.description,". " ct_vehicles.price,". " ct_vehicles.manufact...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint SELECT thing IF thing = somethine BEFORE thing = somethingElse  
10:16 10-Nov-06   [Replies: 1, Views: 42]    By: canadaka
The topic title is probably pretty confusing... im still confused writing it. It kind of hard to explain what i need to do, and i'm having an ever harder time figuring out a way to do it. I ha...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Design / query confusion - Joins?  
09:37 10-Nov-06   [Replies: 7, Views: 87]    By: Zachnefein
Sorry for the long post here. I'm trying to give enough info. to explain my situation, and am novice enough to not know how much someone might need to know to help. I'm very new to SQL, I've...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Ignore Single-Quotes  
07:57 10-Nov-06   [Replies: 2, Views: 40]    By: Devomedia
I've searched for hours and I thought that REPLACE() might be the solution, but it doesn't seem to work the way I thought it might. In any case, if anyone could tell me if this is possible, and if...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Database data missing...  
06:44 10-Nov-06   [Replies: 2, Views: 51]    By: achintya
Hi all, For one of my client,the data from a table is missing time and again. It is reported that client didn't changed anything but despite filling up data,we seeing this situation occuring....
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Is mysql compatible with VB?  
02:02 10-Nov-06   [Replies: 3, Views: 41]    By: Unnamed
if so, how do I connect to the mysql database with VB? if not, what SQL databases are? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Using "WHERE LIKE '%Word'" that *will* use an index... Works..  
01:16 10-Nov-06   [Replies: 9, Views: 74]    By: champ
FYI, I'm using INNODB. Let's say I have a table with a city column containing 30,000 records, and I want to provide a search form 'starts with' and 'ends with fields. So a user would suppl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Query with limit 3 but minimum 1  
23:04 9-Nov-06   [Replies: 2, Views: 48]    By: geiger
How do I run a query with limit 3 but a minimum of 1? For instance, I'd like to grab news items from the last 3 days. If, however, there are no items from the last 3 days, it grabs the single newe...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Inserting binary data into MySQL  
21:37 9-Nov-06   [Replies: 3, Views: 32]    By: cshakmal
Hi, I'm having problems inserting binary data into MySQL using C. Here's a simple example to illustrate what I'm trying to do: int intArray[4]; intArray[0] = 0; intArray[1] = 1; ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Help with Update syntax  
21:05 9-Nov-06   [Replies: 1, Views: 28]    By: thody
This is a fairly common task, but for some reason I'm blanking and haven't had any luck with the manual. What I want is a query that tries to update a record on a table, or if the record doesn't e...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Using PHPMyAdmin + MySQL  
18:49 9-Nov-06   [Replies: 4, Views: 49]    By: obrienkev
Hi all, I am trying to get phpmyadmin working with mysql but I get the below errors... Why is this?? "phpMyAdmin tried to connect to the MySQL server, and the server rejected the conne...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint why did INSERT DELAYED get an error? (was "Mysql Help!")  
16:04 9-Nov-06   [Replies: 3, Views: 43]    By: celcafe
I have a mysql databae that gets pounded with INSERTs to basically an address book. Two questions... 1) Is this high: Server traffic: These tables show the network traffic statistics o...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Need Help. Not sure what to call this problem.  
16:00 9-Nov-06   [Replies: 3, Views: 40]    By: Rodney H.
Hi, Let me apologize for not knowing what to call this, but I am sure it must have come up in the forums before... I need to build an inventory system with nested levels of categories: ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint comparing times???  
15:04 9-Nov-06   [Replies: 5, Views: 55]    By: baz7621
Hi all I have a table called test and it looks like +---------+---------------------+ | date_id | date | +---------+---------------------+ | 1 | 2006-...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint query question (images and tags)  
12:31 9-Nov-06   [Replies: 2, Views: 92]    By: Face
hi to all, I have a simple question/szenario. Here are my tables: 1. image (id, name) 2. tag (id, name) 3. images_tags (image_id, tag_id) At the moment I have the following...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint What's wrong with this stored procedure?  
11:40 9-Nov-06   [Replies: 2, Views: 44]    By: perpetual_dream
Hey... I have this stored procedure Code: CREATE PROCEDURE `documents`.`insert_documents_by_id`(in_DocumentId integer, in_DocumentLanguage varchar(255)) BEGIN IF in_DocumentId= -1 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Remote MySQL connection slow  
03:23 9-Nov-06   [Replies: 1, Views: 40]    By: crunch42
I have a website on a dedicated server that was running really slow, so I got another, much faster server and transferred the MySQL database to this server. However, now when I connect to the fas...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Database Design Problem - Seems to be an np-complete problem  
23:53 8-Nov-06   [Replies: 5, Views: 57]    By: nroussi
Hi all, I am building a db and I want to avoid a mistake that I repeated many times in the past, so this time I am actually planning and will appreciate any advice. Consider this: 3 tablescust...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Dangers going from 4.0 to 4.1?  
23:40 8-Nov-06   [Replies: 5, Views: 49]    By: casbboy
I am planning on upgrading to PHP 5.x from 4.x but it says it requires me to also upgrade from MYSQL 4.0 to 4.1. I thought there was a sticky on this, so point it out if there is: I rememb...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Query returning the 5 most recent threads  
17:08 8-Nov-06   [Replies: 30, Views: 192]    By: Unnamed
Hello all, my tables structure for this project includes a ForumsMain table, a Forums table storing sub categories forums,a Threads table, and a Posts table. I would like to: 1) get alla m...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Getting Inner Join to use the right index  
15:43 8-Nov-06   [Replies: 3, Views: 67]    By: Falesh
First these are the tables I am working on: Code: CREATE TABLE testusers ( id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT, username VARCHAR(30) UNIQUE NOT NULL, password TINYTEXT, PRI...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Foreign Keys  
11:34 8-Nov-06   [Replies: 1, Views: 54]    By: LoobyLou
Hi I have a table called Offer, where the primary key is ID number and there are two foreign keys - Item ID and Member ID (these are the primary keys from the Item table and Member ID). When ...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  7  8  9  10  11  [12]  13  14  15  16  17  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006