The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
25 views

Handling Deletes/Inserts/Select in a huge table

I have a dating website In this website i used to send daily 10 photo matches to a user and store them in the structure as SENDER RECEIVER 11 1 12 1 13 1 14 1 I maintain two ...
0
votes
0answers
12 views

Symfony2: fulltext with mysql5.5 and innodb

I have a project that running under Symfony 2.2 and MySQL 5.5 with InnoDB engine. Now I need to add fulltext indexes for some fields and make fulltext searches and selects by that fields. So since ...
2
votes
1answer
23 views

MySQL - What's utf8_general_mysql500_ci?

I just saw that MySQL 5.5 offers utf8_general_mysql500_ci as collation. What is the difference to other collations like utf8_general_ci? Should I better use utf8_general_mysql500_ci?
0
votes
2answers
41 views

Transaction in mysql

I am working on a c# application with Mysql database(version 5.5). I am facing an issue where I need to catch an exception occurred in Mysql. It doesn't matter whether it is caught in Mysql or in ...
0
votes
1answer
65 views

Mysql 5.6 doesn't want to set a column to NULL

I am about 98% sure this query has been working properly on mysql 5.1. We have upgraded one of our machines to mysql 5.6 and I am running an update and its getting a database error with this query: ...
0
votes
1answer
20 views

MySQL CASE statement error

I'm trying to create a function that returns a decimal value. I'm new to MySQL. I have experience in MSSQL. Here's the code. delimiter $$ CREATE FUNCTION FN_SUELDO_BASICO(pLEGAJO_ID INT) ...
0
votes
0answers
34 views

Collation in MySQL - Which one to use?

I have a website that deals with characters written in Spanish, French, German, English and Catalan language. I run the website using Drupal and MySQL 5.5. I want to use a collation on my table ...
1
vote
1answer
25 views

Mysql 5.5, how to avoid varchar field truncation error for executing session

Mysql 5.5, how to avoid varchar field truncation error, for executing session. I'm using java hibernate mysql 5.5 I'm looking for something like: set SESSION sqlMode="AUTO_TRUNCATE_FIELDS" ...
-1
votes
0answers
28 views

char_length() vs. length() for one-byte characters [duplicate]

If I know a column contains only one-byte characters, then char_length() and length() give the same result. Is there any reason to use one over the other? (Is one, say, faster than the other?)
0
votes
2answers
53 views

MySQL select from 3 tables order by date

i have 3 tables audios,videos,images they all have dateadded and uid i want to select all (select *) from these tables where uid=1 and order all the results by dateadded, very confused what the ...
1
vote
2answers
89 views

Get N number of records from child table for each parent record in a MySQL View

I tried finding answer to this question in SO , but could not find any. Any links will be of great help. I have a parent table and a child table with one to many relationship between the parent and ...
0
votes
2answers
76 views

Error 1054 on having clause with subquery joining with id grouped

got this query: select T.id_empresa, max(periodo) as ultimoPeriodo, ( select sum(monto) from cuotasindical.pagos where id_empresa = T.id_empresa and ...
0
votes
0answers
42 views

Mysql 5.5 - Prepared Statement instance count runaway (millions)

If anyone has experienced this or has any ideas it would be greatly appreciated... I'll get right to the point: The system in question uses java6, tomcat6 and ibatis Since upgrading the database ...
0
votes
1answer
19 views

Result column widths with derived tables and rollup

Consider these mysql queries: create temporary table t (a tinyint); insert into t values (1),(1),(2); select * from t; -- +------+ -- | a | -- +------+ -- | 1 | -- | 1 | -- | 2 | -- ...
0
votes
0answers
30 views

MySQL inserts/deletes slowing down after a while after Start/Reboot

The Setup here is: OS: Ubuntu 12.04 (1 Core and 1.75 GB of RAMO) MySQL Version: 5.5 There are about 8 to 9 tables in the database. On initially starting mysql the queries are fast at around 0.05 - ...
0
votes
1answer
31 views

MySQL Procedure to retrieve missing number of a table column?

I create a procedure to find out missing id from a table, But it does not retrieve any result, below are the procedure DELIMITER || DROP PROCEDURE IF EXISTS proc_rpt || CREATE PROCEDURE proc_rpt() ...
-4
votes
2answers
122 views

What to do with Full Outer Join

I need a Full Outer Join in mysql. I found a solution here: Full Outer Join in MySQL My problem is that t1 and t2 are subqueries themselves. So resulting query looks like a monster. What to do in this ...
1
vote
1answer
35 views

Mysql 4 to 5 query conversion - join headaches

If anyone can help me rewrite my query to work in mysql 5 I would be very grateful. If anyone can provide links to solid, simple tutorials on how to rewrite old queries that would also be great. My ...
1
vote
2answers
83 views

Friend request system/friend list part displaying errors [closed]

i am creating social networking site friend request system.below showing problem was user friend list system. below am using $_SESSION['signid']='1' in signup table fname=mathank. i want to ...
0
votes
2answers
83 views

Advantages and disadvantages of using delete from vs. copying the data and using drop

The MySQL queries delete from t where not condition; and create table s select * from t where condition; drop table t; are very similar. (Here, condition in the one query is the same as ...
0
votes
0answers
48 views

Rerurning multiple resultset from the same table without cursor?

i am working with mysql procedure. final result set i have got in to one table. now i need to return for each set i need to return the value. example: like this is contents in my the table. i need ...
3
votes
2answers
70 views

how make mysql query for that case

I make my real case more simple. The case: There are multiple curves they are passed in points and each of them have final 1 point.The final point represented in database as biggest point_order ...
0
votes
0answers
26 views

ignore duplicate row but keep one table

I have created a database in mysql in which i load data (from a .csv file) on a daily basis. The table in which data is loaded into every day consist of 3 columns, example: identifier | date-time ...
0
votes
0answers
14 views

Upgrade mysql 5.1.x to 5.5.x in Ubuntu machine

Can someone tell me about upgrading process of MySQL 5.1.X to 5.5.X in Ubuntu machine. I have several clarifications like: 1. Can I upgrade directly from 5.1 to 5.5. 2. Need to do like 5.1 to 5.2 then ...
-1
votes
2answers
2k views

subquery returns more than 1 row

select disease_name from disease where disease_id= (select disease_id from disease_symptom where disease.disease_id=disease_symptom.disease_id AND symptom_id= ...
1
vote
3answers
78 views

How to generate hash from ~200k text/html that would match/compare to similar text?

I would like to make a sort of hash key out of a text (in my case html) that would match/compare to the hash of other similar text ex of matching texts: "2012/10/01 This is my webpage #1"+ ...
0
votes
1answer
54 views

Why is this MySQL query slower on one server than another?

I have an SQL query I'm trying to optimise. Interestingly, on one MySQL server, the query runs in around 0.06 seconds, which I'm happy with, but on another server, the query takes closer to 0.2 ...
1
vote
0answers
61 views

Upgrading Mysql 5.1 to 5.5 on existing database

I need to upgrade mYsql 5.1 to 5.5 with existing database.When i searched in other sites,i found that we need to export full dump of the existing database and after upgrading,we need to import the ...
2
votes
2answers
481 views

mysql my.ini location

I have already seen http://dev.mysql.com/doc/refman/4.1/en/mysql-config-wizard-file-location.html how to know mysql my.cnf location and http://dev.mysql.com/doc/refman/5.1/en/option-files.html ...
0
votes
2answers
82 views

In MySQL How do I specify Collation for WHERE-IN clause?

In MySQL, I can specify the collation if I have a standard WHERE clause like this: SELECT * FROM myTable WHERE email_address = 'foo@bar.com' COLLATE utf8_general_ci; However the following fails if ...
1
vote
1answer
232 views

Select multiple columns with single alias

What's the alternate to select table_name.* as colAlias from table_name I assume this used to work pre 5.5 MySQL.
1
vote
2answers
144 views

MySQL: How to bulk SELECT rows with multiple pairs in WHERE clause

Let's say I have a table, email_phone_notes that looks like this: +-----------------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default ...
0
votes
0answers
87 views

Can you increase max_allowed_packet from the client?

I need to execute a SQL dump with very large extended inserts. I'm using the official command-line tool in my computer to connect to a server in the LAN. The execution always dies: ERROR 2006 ...
0
votes
2answers
132 views

How do I do a bulk mysql insert without incrementing the auto_increment column for duplicates?

Here's my database schema +------------------+------------------+------+-----+---------------------+----------------+ | Field | Type | Null | Key | Default | Extra ...
0
votes
1answer
1k views

Can't start MySQL5.5 on Ubuntu 12.04 - “dpkg: dependency problems”

This appears to be a common problem on 12.04. I've tried everthing in this thread including: sudo apt-get clean sudo apt-get autoclean sudo apt-get remove --purge mysql-client-5.5 ...
1
vote
1answer
613 views

Slave_IO_Running and Slave_SQL_Running is Yes but replication is not working

I have setup a Master/Slave replicatio in two different servers with the exact same charachterisits. The MySQL version is 5.5 and the Slave connects to the Master through a VPN connection. I have ...
0
votes
2answers
127 views

MySQL DDL error creating tables

I am attempting to create tables for a MySQL database, but I am having some syntactical issues. It would seem that syntax checking is behaving differently between tables for some reason. While I've ...
0
votes
1answer
93 views

Why does using an alias inside a “JOIN (SELECT)” statement result in an error?

I'm using MySQL 5.5.16 I have the following query, which works just fine all by itself. SELECT DISTINCT i.id, CASE WHEN e.date > '2012-10-16' THEN e.date ELSE '9999-99-99' END AS date, CASE ...
0
votes
2answers
118 views

Need a query to find consecutive orders by month

I am having trouble writing this query. I need to get the current number of orders that were shipped in consecutive months. Example: if the current month is November and they placed orders in July, ...
0
votes
1answer
78 views

How to execute select queries, while not locking update queries

I have a table on which i get heavy select queries every few seconds. Due to this, my update queries get locked for a long time. Is there any way by which I can let my select queries execute, while ...
0
votes
1answer
175 views

After insert trigger can do an update?

I'm new to the creation of triggers but I need it since I'm using a persistent storage for some IDs. I have the table RECEIPT with a column RECEIPT_ID and the table CONFIG_DB with columns and ...