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 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
SitePoint Get 4 tables data in one query  
19:02 1-Nov-06   [Replies: 5, Views: 40]    By: nbmc5
I am new to mysql relational programming, and creating a tutorial site like pixel2life. I am trying to get the data from 4 tables 1st table is main tutorials table, 2nd is subcategory (subcat) tab...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Help installing Mysql  
19:00 1-Nov-06   [Replies: 1, Views: 18]    By: Jacques Two
Ok, I'm new to this. My host has Mysql and Php already installed. I'm trying to install and configure the Mysql client in my computer to connect and work with the server. I'm using 4.1.21 as...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Alternative for LIKE ?  
18:33 1-Nov-06   [Replies: 6, Views: 57]    By: Unnamed
Hello here, I am trying to optimize a database query that uses the LIKE clause in the SELECT statement, and I discovered recently the the LIKE clause doesn't allow MySQL to use indexes, and this m...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint nomalisation - do i need to do THIS?  
09:28 1-Nov-06   [Replies: 3, Views: 49]    By: hephaistion
just a quickie from a newb. i'm making a site for a friend (property developer) and i'm wondering about repeating fields in one of my tables. the property table has a column for number of bedr...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Having trouble optimising a left join  
06:16 1-Nov-06   [Replies: 12, Views: 89]    By: Unnamed
Hello all, this is my first post regarding mysql although i'm a sortof regular in the php forums.... Allow me to try and explain my problem. An item sells. A cron job will pick this up...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Always use surrogate key, or use natural when possible?  
01:54 1-Nov-06   [Replies: 13, Views: 81]    By: devbanana
Hi, Generally, I've been under the assumption that I should always use surrogate keys for all data, regardless if it has a natural key or not. However, this is starting to give me some trouble...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Field Type Question  
01:45 1-Nov-06   [Replies: 4, Views: 25]    By: jeffrey.pry
If I were to store a monetary amount into a database using MySQL, what field woulld I use? The num(length) field? Thanks! ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Mysql database question  
23:47 31-Oct-06   [Replies: 0, Views: 25]    By: Unnamed
Hi, I would like to use transaction for certain function like deleting customer details (delete all the data associated with it. records from 10 tables need to be deleted. for e.g. if i delete...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Do not show results where value is null ?  
22:05 31-Oct-06   [Replies: 2, Views: 22]    By: ninjayong
I've got the following query which returns a search result, but I want to exclude results where 'intro' is a null value, ie where 'intro' is not null. What's the correct syntax for that ? Thanks i...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint help CHECKING FORM DATA AGAINST MYSQL TABLE DATA  
21:53 31-Oct-06   [Replies: 1, Views: 25]    By: Unnamed
PHP Code: // See if relevant fields have been set. $submitted = IsSet($_REQUEST['Submit'])   ? TRUE : FALSE; $user      = I...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint query help - referencing a table twice  
21:42 31-Oct-06   [Replies: 7, Views: 46]    By: AnalogPanda
The title of this post may not be optimal, but I wasn't sure what else to call it I have 3 tables upload_transactions, uploaded_files, and users I'm allowing users to upload file...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Select the first letter of each rows in a db  
19:06 31-Oct-06   [Replies: 3, Views: 22]    By: builder
Hi, I want to be able to select only the first letter of each row in my table. I want to select only DISTINCT row so i would have as a result, an array of letters. For example, if i have...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Simple relevance order inquiry  
18:09 31-Oct-06   [Replies: 2, Views: 21]    By: Unnamed
Hello here, I am pretty "primitive" to MySQL and I am trying to order a 2 column list output in the following way: 1. The keyword must be present in the 1st column OR in the 2nd colu...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Understanding Stored Procedures  
17:10 31-Oct-06   [Replies: 2, Views: 29]    By: Unnamed
I've never used stored procedures and need to understand what they are exactly. I want to know if a stored procedure can do this: Looking at the picture above, is the stored procedure t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Avoid Duplicate records in within 30 seconds  
15:02 31-Oct-06   [Replies: 1, Views: 29]    By: Unnamed
Hi, I need to filter out duplicates for every 30 seconds. say i have two duplicate records within the 30 seconds limit. I need to show up only one. If there are identical records but with a d...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint What is the effective way to query balance?  
14:50 31-Oct-06   [Replies: 3, Views: 34]    By: janetsmith
I have 2 tables, payment and receive, i want to retrieve the balance for a user. Code: mysql> select * from payment; +-----------+--------+---------+ | paymentid | userid | payment |...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint How to upload database to host  
14:19 31-Oct-06   [Replies: 3, Views: 33]    By: Unnamed
Hello, I have a database 'foo' on my local machine that I would like to upload to a server where my website is hosted. How can I do that? P.S. I'm new to MySQL so excuse my silly question ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Create View question  
13:34 31-Oct-06   [Replies: 2, Views: 27]    By: IronCode
I'm trying to create a view in mySQL Query Browser. But when i create the view i get the following error, "Definer is not fully qualified" Here is the view itself, Code: ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint How To Get Last Week Records In Mysql 3.0.x  
12:03 31-Oct-06   [Replies: 11, Views: 90]    By: dr_dumb99
Hi! How can I get all records relating to last week from a table . I am using Mysql 3.0.x. Kind Regards ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint inserting recently generated id  
10:47 31-Oct-06   [Replies: 3, Views: 32]    By: lukemack
hi, i need to write a MySQL query which updates two tables: Code: $query = "INSERT INTO `user_club_clubimage` (`club_image_id`, `name`) VALUES (NULL, '$name'); INSERT INTO 'us...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint WAMP Upgrade - Now MYSql Not Working  
08:21 31-Oct-06   [Replies: 2, Views: 37]    By: glinted
Hello, I have been running WAMP on my local server for sometime but I needed to upgrade so I downloaded the latest version, stopped WAMP and installed the new version. The Php is working ok but th...
[Tags: No tags defined yet] -
Be the first to Tag this thread

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




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

© Pidgin Technologies Ltd. 2006