0
votes
5answers
46 views
Select 2 COUNT()’s from MySQL query
I am working on a rankings page for a game and am looking to order the rankings first by wins, and then by losses (in case of people having the same number of wins). The following …
0
votes
3answers
26 views
Case In-sensitive query in php
Hello!
I try to make a registration form. When user post the fields, i check USER_NAME. If exist then no inster the row to MYSQL.
After post:
$check = "SELECT name FROM test WHE …
1
vote
3answers
19 views
Mac OS X 10.5 Apache and Subversion upgrade alternatives
I've found myself down a rabbit hole and would like advice. It looks like Mac OS X 10.5.8 comes bundled with a pre-configured version of Apache 2.2.11 (located in /usr/sbin), PHP …
2
votes
4answers
81 views
How to select first 10 elements from database using SQL?
There is a query like SELECT * FROM clients ORDER BY id. I want to select only first 10 elements. How can I do this?
P.S. I'm using MySQL.
1
vote
5answers
67 views
Optimizing MySQL Query
We have a query that is currently killing our database and I know there has to be a way to optimize it. We have 3 tables:
items - table of items where each items has an associate …
0
votes
3answers
31 views
Does a free MySQL Relationship Diagram Generator Exist
Are there any free tools available for generating ERDs from an existing MySQL database? I've been given the requirement to generate such documentation for a legacy database and wou …
3
votes
3answers
46 views
what are the main differences between all the mysql engines?
Hi folks, I want to make a summary of the main differences between all the Mysql engines and of course the most populars also.
And what criteria should I use to determine which e …
2
votes
6answers
67 views
couchdb vs mysql speed
What can you tell about speed of couchdb and mysql databases?
I mean, very simple requests like getting one row (or one document) by unique id and simple requests like getting the …
0
votes
3answers
26 views
Database Outline Design for Shopping cart
Hello,
I'm looking for the best way to design a shopping cart. I'm at a crossroads with how to handle a product that has multiple options being color and size. The main issue bein …
0
votes
3answers
42 views
How to check if mysql returns null/empty
In by DB I have a table with a field called 'fk_ownerID'. By default, when I add a new table row, the 'fk_ownerID' is empty. In Toad for MySQL, this is shown as {null}. If 'fk_owne …
0
votes
2answers
25 views
Create Domain in MySQL
Please help me to create domain in MySQL.
I have tried to run the followoing statement in MySQL but got syntax error:
create domain age as int(2);
0
votes
2answers
30 views
How retrieve category name?
I have two tables. Categories and products.(using codeigniter)
Categories
CREATE TABLE IF NOT EXISTS `categories` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) …
0
votes
0answers
17 views
CakePHP Connection problem
Hi guys!
I'm having a little problem here. I'm starting with CakePHP and i've created the example database from the book CakePHP from Novice to Professional. So, i've my mysql dat …
0
votes
7answers
78 views
What is the best way to store users images using PHP and MySQL?
I was wondering what is the best way to store a users upload images like an avatar and so on using PHP and MySQL? Where should I begin? And is there a good article on this?
0
votes
4answers
45 views
SQL Syntax Error - PHP/MySQL
Can anyone tell me what's going on here. I'm not sure why this code is not working and throwing the following error:
You have an error in your SQL syntax, check the manual that c …
