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 min word length full text search  
17:44 4-Nov-06   [Replies: 1, Views: 54]    By: doggybag
is there any way i can change the min word length in a mysql query? I might not have access to my msql ini files so, is there any way to changee this in the query? cheers ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint auto_increment auto filled  
16:29 4-Nov-06   [Replies: 6, Views: 81]    By: millisami
I have a table with a primary varchar key and some others columns. I want to add a new column at the begining of the table which is Numeric auto_increment. When I add this new column via phpMyAdm...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Flatening a table  
13:32 4-Nov-06   [Replies: 1, Views: 66]    By: rikdc
Hiya, I've got a table of stats that is tracking the links as someone navigates an intranet site. The table contains a record for each click, and the type of "click" it is (image cli...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint DROP COLUMN x.y;  
05:21 4-Nov-06   [Replies: 5, Views: 71]    By: hephaistion
I tried using the above command to get rid of a column (y) (from table (x) because the column name was not unique). This didn't work so i just dropped the table and created another. If my tabl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Changing the ordering  
04:11 4-Nov-06   [Replies: 1, Views: 55]    By: Unnamed
Sadly, this isn't one that can be answered simply by changing ORDER BY field DESC to ORDER BY field ASC. What I need to do is to be able to display a list of items in an arbitrary order that can b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint How to find the mode?  
01:42 4-Nov-06   [Replies: 2, Views: 60]    By: gex6
I have a table with 80,000 records in it, each with a field named 'referral_id'. I need a way to find which number is the mode in the field 'referral_id', as well as the 2nd mode (2nd most recurri...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Auto Increment  
22:14 3-Nov-06   [Replies: 2, Views: 57]    By: LoobyLou
Hi In my database, Ive used auto increment for IDs:- create table member (ID INT(4) NOT NULL AUTO_INCREMENT, etc; When you insert values do you leave this empty, eg:- i...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint can't make the right SQL statement - please, help  
18:42 3-Nov-06   [Replies: 1, Views: 50]    By: KindMan
Hello everyone, I am trying to pull out the data from teh server with the dvd's names that start from 0 or 2 (both numbers): SELECT * FROM dvd_product WHERE product_publish = 'Y' and produc...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Comparing a csv to a db table  
16:53 3-Nov-06   [Replies: 12, Views: 115]    By: Redivider
How would I go about comparing values in a CSV file to a table in the database, and then removing any rows where that value (an email address) matches? Is this something I can do in phpMySQL or w...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal list with count of matching items (2 tbls)  
15:28 3-Nov-06   [Replies: 4, Views: 1223]    By: idimmu
hello! Code: Tbl1 id name Tbl1 ROWS id name 1 name1 2 name2 3 name3 Tbl2 id tbl1_id Tbl2 ROWS id tbl1_id 1 1 2 1 3 2 I have ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint For using keywords  
13:16 3-Nov-06   [Replies: 7, Views: 86]    By: sp12345
Level of experience in SQL or MySQL = novice; I am trying to create a study notes database in MySQL and populate it with records (I currently have about 40,000 questions text format and they...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint "Select * FROM" vs "Select field1,field2 FROM"  
12:35 3-Nov-06   [Replies: 1, Views: 45]    By: DeNasio
Hello, No matter how many fields I want to retrieve from the table I always use "Select * FROM Table" instead of "Select field1,field2 FROM Table". Are there any disadv...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint MySQL Multi Delete  
12:06 3-Nov-06   [Replies: 6, Views: 59]    By: sonic_2k_uk
Hi, To simplify the problem, i have 3 tables... shop_products - stores the shop product information shop_products_seo - stores the shop product seo data e.g. page data, redirect rules et...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint books  
01:55 3-Nov-06   [Replies: 0, Views: 3]    By: umal
Mysql Books and Programming Reference Materials Check these pages they have lot of Mysql. I have download some of it is cool. Mysql .NET books and Oracle books Books I think one of the best co...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Getting Started with My sql  
01:23 3-Nov-06   [Replies: 2, Views: 46]    By: SevenOfNine
Hi. a blind website developer. using the jaws screen reader from http://www.freedomscientific.com now, wanting to develop a database for my website, using my sql, and php. the project is a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint a beginners attempt to create portoflio in MySQL  
23:02 2-Nov-06   [Replies: 3, Views: 80]    By: Braveheart4
I'm trying to learn Joins in MySQL by practising creating portfolio in my database. So far I figured out a simple join of a table called "projects" and table called "clients"...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint SELECT next category available  
17:18 2-Nov-06   [Replies: 10, Views: 71]    By: manoloka
Hi there, I need help with a query. I’m only an amateur and I was hopping to get some help from some of you. I’ve got a table with 2 columns job_id and job_name (they are article categori...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Lost connection to MySQL server during query (error_no 2013)  
15:39 2-Nov-06   [Replies: 3, Views: 37]    By: jasongr
Hi people I am using PHP to invoke mysql_query to my database. In most cases everything works fine and the query executes perfectly. Sometimes, I will get a burst of errors and the query w...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint storing images in files  
15:09 2-Nov-06   [Replies: 1, Views: 28]    By: hephaistion
if i'm only going to store the path to an image in my db, do i need to have a MIME type field? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Problem ordering by relevance (from multiple tables)  
14:21 2-Nov-06   [Replies: 19, Views: 113]    By: noginn
Hi, this is my first post here at SitePoint Found a few useful threads, which seem to have got me in what I feel is the right direction but still having some troubles with ordering a search q...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Syntax Error  
13:39 2-Nov-06   [Replies: 3, Views: 45]    By: LoobyLou
Hi I was trying to create a table in my database, but it kept coming up with syntax errors, and that I should check the manual. I have used many different data types including varchar, char, t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Duplicate entry error ?  
09:23 2-Nov-06   [Replies: 3, Views: 34]    By: sanzo
Hey guys i have this table, now i won't it to be possible to have duplicated entrys. Is that possible with this table, or would i have to give it a column with autoincreasment or something ? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint MySQL character sets and collation  
08:15 2-Nov-06   [Replies: 0, Views: 25]    By: clivesgt
hi if you're interested in what character sets and collation are or need to decide which one to use then have a look at the article i have posted recently on my website. best wishes cl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint mysql error problem  
01:38 2-Nov-06   [Replies: 2, Views: 31]    By: hawkal
Hi I'm trying to install a script for phparcadescript but I seem to be getting an error when importing the database and was hoping someone here could help. I cannot ask on the offical forums as I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint mySQL offsite automatic backup  
22:47 1-Nov-06   [Replies: 2, Views: 39]    By: Unnamed
Hi, I hope this is the correct forum. Does anyone know of a company that offers automatic offsite mySQL backup on a weekly basis? I often forget to download my backups from the server and woul...
[Tags: No tags defined yet] -
Be the first to Tag this thread

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




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

© Pidgin Technologies Ltd. 2006