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 I want to install mysql. How do get the software? (was "My Sql&qu..  
18:52 7-Nov-06   [Replies: 1, Views: 62]    By: sakan
Hi Folks Iam new to Database,i want to install mysql.How do get the software? I want to get into web application development using PHP. Can any one help me out ? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Resetting auto_increment value?  
16:15 7-Nov-06   [Replies: 2, Views: 94]    By: Unnamed
Say you add 3 rows to a table, the auto_increment value will be set to 4 (for the next record)... then you delete record number 3, but auto_increment value is still 4. Is there a function in MySQL...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint huh?  
01:32 7-Nov-06   [Replies: 4, Views: 83]    By: lukeurtnowski
ok, attached are 2 screenshots of my PHPMyAdmin, what I dont understand is why the phone column is blank when I declared it to have a default of ~hidden~? Thanks... ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint How to search phone number column with inconsistent formats  
01:21 7-Nov-06   [Replies: 3, Views: 85]    By: hennagaijin
Hi, I'm working with a legacy database that stores phone numbers in whatever format the customer entered them in an online form. This might be: (212) 555-1234 212.555.1234 2125551234 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Help with a query please?  
01:12 7-Nov-06   [Replies: 0, Views: 8]    By: Unnamed
worked it out ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Unable to connect to MySQL using mysql_connect...  
22:34 6-Nov-06   [Replies: 3, Views: 112]    By: gyi
Hi, I'm new to the forums having purchased "Build Your Own Database Driven Website Using PHP & MySQL". The book has been great up to now. I have just started chapter 4 and I am u...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Using a query to determine the maximum value a number col can hold?  
20:25 6-Nov-06   [Replies: 3, Views: 131]    By: tobias
Hi, I'm trying to find out how can you determine the largest value you can enter into a column of type smallint,mediumint,int, etc using a query. I know what the values are by looking at the do...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint MySQL Database setup question  
19:55 6-Nov-06   [Replies: 1, Views: 69]    By: suzkaw
I am setting up a mysql database for motorcycles. I was planning on having a bikes table wich would hold all the information about the motorcycles. My question comes in because I want to add ext...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint joining multiple tables in one query  
19:37 6-Nov-06   [Replies: 9, Views: 139]    By: Gibberish
I was wondering if anyone could see the best way to lay this functionality out. I have the following tables and fields (comma seperated part). Assume the vendors userid = 5. I want to grab a li...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Localization  
18:50 6-Nov-06   [Replies: 1, Views: 44]    By: t3projects
I have never done this before but I'm tasked out to know how to localize data. What I'm working on is a project that needs to be localized into about 17 different languages and what is holding me ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Count query problem  
18:31 6-Nov-06   [Replies: 4, Views: 80]    By: nbmc5
Hi, I want to count users by their status, following is the code which I am using currently, instead of using four queries I want to convert this code in one query. PHP Code: ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Date ranges.  
17:33 6-Nov-06   [Replies: 2, Views: 44]    By: jmortimer
I have a table with two fields "startDate" and "endDate". I want to be able to search a date range against these two fields as another date range. Can I do that? How? S...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Not between date range  
16:50 6-Nov-06   [Replies: 2, Views: 91]    By: Unnamed
I'm working on a booking system that allows users to search for properties that are available on a certain date. For instance, if the user were to search for properties between 2007-02-15 and ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint NULL default value  
23:15 5-Nov-06   [Replies: 2, Views: 52]    By: tom_oliverj
Hi there, I have a simple table. I'm using phpmyadmin. As you can see my default values for NULL are 0 but for some reason wen a null value is posted to the database it appears as "NULL&q...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Page results by timestamp  
22:12 5-Nov-06   [Replies: 1, Views: 53]    By: SaintElGrouch
I've been racking my brain on this for a couple of hours now, so i'm hoping that maybe someone can give me a hand. I want to show results by timestamp and give an individual page per date. Al...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Combining query's possible  
20:12 5-Nov-06   [Replies: 4, Views: 68]    By: pookie62
Hi, Here I have two queries that both work fine, but actually I want them combined into one, but I 'don't if this is possible. Qurey 1: Code: SELECT `klasse`.`Klasse`, `deelnemer...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Difference in indexes  
17:46 5-Nov-06   [Replies: 3, Views: 54]    By: Unnamed
Hello, What is the difference between these two types of indexes? Code: ALTER TABLE mytable ADD INDEX ( myfield1 ) ALTER TABLE mytable ADD INDEX ( myfield2 ) and Code: ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Joining 5 tables  
16:18 5-Nov-06   [Replies: 38, Views: 296]    By: cronsrcs
Hi, firstly I am using MySQL 4.0.25. I have a database storing availability of rooms for an accommodation business. The following tables are relevant to my question: room: - r...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Curdate()  
14:14 5-Nov-06   [Replies: 1, Views: 66]    By: Unnamed
Is there anyway to display dates different in MYSQL. I mean dates are presented as y/m/d in mysql and the year is displayed in all four digits (ie 2006/11/05). Is there any way to display dates in...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint URGENT: Please help me with my ON DUPLICATE KEY UPDATE query  
13:17 5-Nov-06   [Replies: 3, Views: 56]    By: john278
Hi, Could you please help me do this quickly. I have a query: Quote: mysql_query("INSERT INTO products (id, title, brand) SELECT id, title, brand FROM prods...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Most Popular Entry?  
09:10 5-Nov-06   [Replies: 10, Views: 95]    By: Wardrop
I have a quite simple question which I hope can be answered. Whenever someone downloads a video from my site, a database entry is made with the time and name of the video. I run a php script e...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint problem with ids in mysql  
04:09 5-Nov-06   [Replies: 4, Views: 74]    By: Unnamed
Well I'm doing a photo site so it starts on the greatest id for the newer pictures then as you click forward it decreases by 1 so the problem I'm having is if I delete it ends up something like th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint OS X, MySQL, PHP Problem  
23:01 4-Nov-06   [Replies: 9, Views: 108]    By: scottyg
Hello, I'm working with Kevin Yank's book, Build Your Own Database Driven Website..." On p. 20, he discusses how to create PHP compatible passwords. He says to put the file in /usr/local/my...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint can mysql match all words?  
22:38 4-Nov-06   [Replies: 1, Views: 50]    By: doggybag
can mysql match all words? the data i am searching through in my table is like this: Row1 my text/Other text Row2 my text Row3 Other text When i build the sql query i strip everyth...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Mysql help urgent temporay table: multiple table select query!!!  
21:09 4-Nov-06   [Replies: 1, Views: 55]    By: malikobaid
hi all, i am a newbie to mysql. I need to write a quey of this sort Select t1.name,t3.* from t1,t2,t3 where t1.name like 'abc%' and t1.id=t2.id and t2.id = t3.id where t3 is a tempor...
[Tags: No tags defined yet] -
Be the first to Tag this thread

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




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

© Pidgin Technologies Ltd. 2006