Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
3k views

Installing MySQL on Snow Leopard using MacPorts

I am trying to install MySQL5 on Snow Leopard, but I am having some trouble. Here is my terminal log: users-MacBook-Pro:~ sam$ sudo port install mysql5Password: ---> Computing dependencies for ...
4
votes
2answers
58 views

How create mysql query result according to where condition values?

I want this kind of an out put ID Status 100 Viewed 103 Not Viewed 105 Viewed This is my sql: select id, status from status_table where ID in (100, 101,102,103,104,105); It will ...
4
votes
3answers
58 views

Why would you choose to hash passwords in the application layer, rather than use mysql SHA2()?

I've always hashed passwords in php (or whatever) before inserting it into the database. Today I discovered that mysql 5.5 has hashing built in, so I could do something like this: ...
4
votes
2answers
87 views

complex join query

I have MYSQL tables as follows user TABLE {id INT} profile TABLE {user_id INT, facebook_id varchar(50)} messages TABLE {id INT, message TEXT, from_id INT, type enum('main','facebook'} messages_to ...
4
votes
3answers
175 views

Are table names in mysql case sensitive?

Are table names in mysql case sensitive? On my windows dev machine the code I have is able to query my tables which appear to be all lowercase. When I deploy to the test server in our datacenter the ...
4
votes
1answer
1k views

org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

Hi When I try to connect to the datasource using JNDI, I am getting this error: [org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' ...
3
votes
4answers
70 views

Mysql Query perfomance. Which one is best?

Hi I want to know which kind of queries are good with multiple tables. For eg: select table1.id, table1.name from table1,table2,table3 where table1.id=table2.id and table2.id=table3.id or ...
3
votes
2answers
107 views

MySql: Is it reasonable to use 'view' or I would better denormalize my DB?

There is 'team_sector' table with following fields: Id, team_id, sect_id, size, level It contains few records for each 'team' entity (referenced with 'team_id' field). Each record represent sector of ...
3
votes
2answers
179 views

SQL GROUP BY with “default values”

I'm trying to create SELECT statement with a GROUP BY clause, which should return "default values". Imagine the following simple MySQL table: CREATE TABLE `tracker` ( `id` INTEGER PRIMARY KEY ...
2
votes
3answers
28 views

Compute dates and durations in mysql query

I have a sample table (table_name: track_task) like below: task_id stage log_date ---------------------------------------- 3 1 2011-06-01 08:36:21 9 1 ...
2
votes
2answers
101 views

How to replace all double quotes to single quotes using mysql replace?

I need to replace all double quotes to single quotes using mysql query. How can I do that. My sql should be in double quotes. mysql="select replace(text,'\"',''') from mytable" throwing error. ...
2
votes
3answers
554 views

How to Run PHP on IIS7.5 Express?

I have Win XP SP3 and have installed IIS7.5 Express and want to run PHP on it. I am able to run simple HTML code on the server, I am able to start and stop the server by running iisservices.exe, but ...
2
votes
2answers
77 views

Adding composite foreign key fails in MySQL5

I am trying to enforce that the state/province and country names in the address information for users comes from a set of tables where I list countries and state/provinces. In order to do this I ...
2
votes
3answers
100 views

SELECT only records which must fill two conditions

I have this table: id type otherid 1 4 1234 2 5 1234 3 4 4321 As you can see there are 3 records, 2 of them belongs to otherid "1234" and got type of 4 and 5. Last record belongs ...
2
votes
1answer
130 views

MySQL to find all tables with a Full Text indexed column in them

I need to run a repair on all the tables in all my databases on my MySQL5 server because I have updated the MySQL full text search stopwords file. Is there a query or command I can run to do this?
2
votes
2answers
362 views

MySQL appears to DROP USER; but user still exists in mysql.users table

I've just installed MySQL Community server (5.5.8) on Mac OS X 10.6.6. I've been following the rules for a secure install (assign password to root, delete anonymous accounts, etc), however, there is ...
2
votes
1answer
676 views

What does the information_schema database represent?

I have one database in mysql. But when i log into phpMyAdmin , it shows another database called information_schema. Is that database always present with one database? I mean to say is there a copy ...
2
votes
4answers
3k views

DBunit; confusion over case sensitivity on table/column names

I'm getting this error when I start up my application Caused by: org.dbunit.dataset.NoSuchColumnException: CLIENT.ID - (Non-uppercase input column: ID) in ColumnNameToIndexes cache map. Note that ...
1
vote
3answers
40 views

if table does not exist execute a long query

I am using MySQL 5.0+ and I am trying to execute a big list of commands if a table does not exist. So I would like to have: if not exist table then 10000 line query that creates and populates the ...
1
vote
3answers
30 views

Error in SQL Syntax (MYSQL 5.0)

Does anybody know what is wrong in this MYSQL 5.0 syntax? CREATE TABLE IF NOT EXISTS target ( _id int(11) NOT NULL AUTO_INCREMENT, time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, map_id ...
1
vote
1answer
63 views

Problems with MySQL replication setup

I need some replication advice please. I'm trying to set up the replication of a specific database from one server to another. I'm only doing this internally at the moment, just to observe. MySQL ...
1
vote
3answers
150 views

How to delete data from parent table in mysql5?

Hi I am using mysql5 innoDB database. I want to forcefully delete data from parent row and its related child table data's. How can I do that. Any one can help me.
1
vote
4answers
40 views

Building a SQL to calculate the number of rows relating to the parent

I am finding it hard to build a SQL, on the following database schema, Shop id name Order id shop_id date amount You can see that a shop can have many orders. I would like to a build a SQL that ...
1
vote
3answers
1k views

MySQL 5.5 foreign key constraint fails when foreign key exists

Just installed MySQL 5.5 on mac os x 10.6 and am having a strange issue on many tables. Below is an example. Inserting a row fails with a foreign key constraint when it shouldn't. The foreign key ...
1
vote
2answers
201 views

Optimizing MySQL files in database (blob)

due to internal reasons (framework structure) I save many images in a table with a mediumBLOB. Considering the query to retrive these images are sent with a pretty low rate is there a way to tell ...
1
vote
2answers
127 views

Moved to macports and having issues with database.yml

I moved to macports and trying to run rake db:migrate, but getting $ rake db:migrate(in /Users/me/work/myproject) rake aborted! Mysql::Error: Table 'myproject_development.users' doesn't exist: SHOW ...
1
vote
2answers
246 views

Can my query with multiple LIKE statements and REGEXP be more efficient?

I'm constructing a dynamic query to select dropped domain names from my database. At the moment there are a dozen rows but I'm going to get data soon which will have records of up to 500,000 rows. ...
1
vote
3answers
2k views

Hibernate: org.hibernate.AssertionFailure: null id in com.xxx.Bean entry

I was faced to the following error: com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract void com.xxx.Service.save(com.xxx.Bean)' threw an unexpected exception: ...
1
vote
1answer
144 views

In a MySQL Trigger, how to get informations on the user sending the request?

I'm on MySQL 5.5, with a trigger, and I want to check if the user can do its request. It's just an exemple, how can I do with a code like this? -- Trigger DDL Statements DELIMITER $$ USE ...
1
vote
1answer
99 views

CHARSET on column level in Mysql 5

My app has a table that has two columns needing utf8 and others are latin. Latin ones does not contain non-latin characters by definition and utf8 ones may or may not contain utf8 ones. One utf8 ...
1
vote
1answer
318 views

CakePHP SimpleTest enum problem

CakePHP1.3 with SimpleTest can't treat enum type column. How to resolve this problem.? Notice: Schema generation error: invalid column type enum(
1
vote
2answers
153 views

How to force MySQL out of TRADITIONAL mode?

I have an old application that started failing after an upgrade from MySQL 5.0 to 5.1. A bit of research indicated this is due to "strict mode" which prevents inserting certain types of "invalid" ...
1
vote
1answer
572 views

Installing MySQL system tables… ERROR: 1136 Column count doesn't match value count at row 1?

I was setting up a Rails 3 environment on my local machine with MySql5 following this tutorial: http://blog.openrain.com/2008/08/20/setup-ruby-and-rails-on-osx/. When I run the below command: sudo -u ...
1
vote
4answers
428 views

counting data and grouping by week in mysql

this is my DB table: CREATE TABLE IF NOT EXISTS `inspection_report` ( `Inspection_datetime` datetime NOT NULL, `Line` char(5) NOT NULL, `S` int(11) NOT NULL, `A` int(11) NOT NULL, ...
1
vote
1answer
37 views

Which SQL is Better? on MySQL 5.1

In MySQL INSERT REPLACE INTO INSERT INTO .. ON DUPLICATE KEY UPDATE Which SQL is Better? Could you give me a advice?
1
vote
1answer
78 views

PHP and MYSQL: Why does A work and B not work?

First of all, I am using the DATE_ADD function for MySQL. When trying to use $sqlA in php, it saids syntax error for some reason (mainly the area after WHERE). Why? $sqlA = "SELECT $column_name FROM ...
1
vote
3answers
4k views

Difference between php 4 and php 5?

I'm in search of the web hosting space, and got to know the PHP version is 4.3 and MySQL Version 4.1 But i developed my application in MySQL version 5.x and PHP version 5.x Can anyone give me the ...
1
vote
2answers
3k views

Problem with SELECT INTO using local variables

I need to create an SQL query to insert some data into a table based on the results of a SELECT query into a local variable. My DB platform is MySQL 5.1, but I don't think that should make a ...
1
vote
2answers
209 views

MySQL: Migrating Queries from v4 to v5

When migrating a project from MySQL 4 to MySQL 5, what are the primary things I need to address in order to ensure queries remain compatible? In general things should be fine, but I know that some ...
1
vote
3answers
7k views

Can't connect to MySQL server on 'localhost' (10061)

I recently installed MySQL 5 on windows 2003 and tried configuring an instance. Everything worked fine until i got to "Applying Security settings", at which point it gave me the above error. I do ...
0
votes
2answers
18 views

Mysql Data type

I have question regrading data type in mysql. I have a column in table called status Which will have these values 0=pending, 1=active, 2=rejected, 3=suspend 4=approved 5=review My question is what ...
0
votes
0answers
24 views

column count of mysql.proc is wrong. I am getting this error

I am getting this error after i copied the database from a server running at 5.1.17 to a new CentOS 6, Mysql 5.5.20 server. I tries the mysql_upgrade command but it did not work. I can still query ...
0
votes
2answers
53 views

JDBC Driver class not found: com.mysql.jdbc.Driver

I am developing a web application using maven spring and hibernate and I need to create schema using hibernate for which I had the following in my pom.xml to connect to MySQL 5.5 database. ...
0
votes
2answers
133 views

Error 1045 access denied for user 'ODBC'@'localhost' (using password no)

I am absolutely new to this area. I am getting the following difficulty: When I try the mysql command on the shell, Start->cmd->mysql: Error 1045 (28000): Access denied for user 'ODBC'@'localhost' ...
0
votes
1answer
70 views

storing negative value in mysql

How can I store negative value in mysql decimal? I have data from DMS to Decimal having negative values, so it is decimal and negative. So what can I use to store such value?
0
votes
3answers
52 views

Efficient Descendant Record Deletion in MySQL, PHP, and PDO

What's the strategy for removing descendant records from a given record ID where the table points back to itself recursively? Specifically I'm using PDO, PHP, and MySQL 5.0+. Imagine a categories ...
0
votes
2answers
82 views

Adding Pooling and Port details in Connection String

My application is built on VS-2008 and using MySQL Server 5.5.15. It is a desktop application and running on a single PC with MySQL Server installed on the same PC. The application has been running ...
0
votes
1answer
151 views

service mysql start failed on ubuntu [closed]

Here is my dilemma (somehow similar to this resource and I tried everything, but nothing helped): root@vuxomys01:~# service mysql status mysql start/running When I'm looking for the process: ...
0
votes
0answers
70 views

MySQL, PHP, and Apache errors while connecting to DB

I'm having two errors when I test the "mysql_connect()" function in php. I just installed PHP and MySQL from scratch. These errors may be related, so I will post them both here: Warning: ...
0
votes
1answer
41 views

How to write this kind of a query in mysql5?

I have two tables. table1 aid alphabet Name 1 A Apple 2 A Air 3 B Ball 4 C Cat 5 C ...

1 2