MySQL is an open-source, relational database management system.

learn more… | top users | synonyms (3) | mysql jobs

4
votes
0answers
129 views

Returned Recordset is closed (mysql DB accessed via ODBC in VBA)

Long time viewer first time poster. I'm working on a database application with a front-end in Excel. Hence I am using VBA to access a MySQL database. The driver I'm using is the ODBC driver (Windows) ...
4
votes
0answers
1k views

Android: connecting mysql(XAMPP) to android app on emulator

I'm trying to develop an android application for my final year project and i'm at the point where I need to connect a database to my application. I have previously connected to internal and external ...
3
votes
0answers
47 views

CREATE TRIGGER sys_exec and python

my python on /usr/esercizi/ is: #!/usr/bin/python import datetime now = datetime.datetime.now() aa = now.strftime("%Y-%d-%m %H:%M | %S") out_file = open("test.txt","w") out_file.write("La data di ...
3
votes
0answers
43 views

gcc -funit-at-a-time causing compile to fail

we have started linking our application with -libmysqlcppconn-static for MySQL support. When we compile for debugging everything is ok, but when we compile for release using gcc -O2 we get errors. ...
3
votes
0answers
355 views

Error installing mysql2 adapter: Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (cannot load such file — mysql2/mysql2)

I am getting this error when running Redmine2.3-stable, and subsequently unable to install the mysql2 adapter successfully. This is the error: Please install the mysql2 adapter: `gem install ...
3
votes
0answers
160 views

Trouble connecting Node-mysql

Im trying to connect to my mysql database with node-mysql. When i try the following code, I get this error: ERROR: Error: connect ETIMEDOUT does anyone know whats wrong? The database is up and ...
3
votes
0answers
95 views

Fast Left Joins

I recently switched from using a local MySQL instance to using a Xeround MySQL instance for my C# application. As such, I've noticed that queries run much more slowly. I'm currently running a left ...
3
votes
0answers
42 views

How to quote identifiers with LINQPad + IQ Driver + MySQL?

I'm working with a rather horrible schema designed by an external party and it contains a table named order so when I invoke a query that references this table in LINQPad I get a SQL syntax error. I ...
3
votes
0answers
92 views

MonoTouch MySQL Database Access

Is there a MySQL provider compatible with MonoTouch for iOS? Can Mono provider for MySQL database be used with MonoTouch?
3
votes
0answers
464 views

Rails 3.2.6 & database views creation through migrations

I'm using rails 3.2.6 and I need to create a database VIEW. As usual I created a migration and I tried to achieve the goal using the execute method. Unfortunately the migration generates a table, not ...
3
votes
0answers
342 views

Using SqlFunctions or Equivalent Collection of EdmFunctions with MySql and Entity Framework

I'm using Linq to Entities, backed by MySql. I'd like to be able to use various built in MySql functions such as rand. If I were using MS SQL Server I could use the SqlFunctions class, but this does ...
3
votes
0answers
870 views

How do I use TransactionScope with MySql and Entity Framework? (getting Multiple simultaneous connections…are not currently supported error)

I have a new .NET 4.0 console application that uses: MySql 6.4.4.0 Entity Framework 4.2 (code-first) Visual Studio 2010 So far this works. I can add and read from the database fine. Now, when I ...
2
votes
0answers
26 views

Convert Text on database mysql and output them in pdf file

column address in database type text I write code: $string = mb_convert_encoding($addr,'sjis-win','utf-8'); and ouptut $string in pdf file export. My machine text ok, but japan machine character ...
2
votes
0answers
25 views

WiFi conflicting with local mysql connection (Java/Spring)

I'm using java/spring to connect to a local mysql database and run some integration tests. Sometimes I get Hibernate errors saying that a connection cannot be established. I've noticed this only ...
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 ...
2
votes
0answers
31 views

executeUpdate() hibernate and spring return to controller number of rows

I have a problem with return affected rows in Springmvc/Hibernate project(MySQL databse). This is my DAO file, which must return the size of affected rows in my database. When i execute this method ...
2
votes
0answers
27 views

Proper way to find IPv6 in CIDR Range MySQL

I have a MySQL blacklist table, with either single IPv4, IPv6 or CIDR ranges of one of both types stored in it. My table looks somewhat like this: +-----------+-------------+ | Name | Type ...
2
votes
0answers
20 views

Mysql NDB cluster slow for no reason

I have a mysql ndb cluster (details below). The problem is when I do the simplest thing such as restore a database that was dumped using mysqldump, it take an absolute age! IE 6 hours to restore a db ...
2
votes
0answers
72 views

MySQL calculated column lagged return

I have a MySQL query with a calculated column in it. For some reason on the first run, the query returns NULL in the calculated column. On refresh (i.e. a second run), it returns the calculated value ...
2
votes
0answers
41 views

Express query using doctrine query builder

I have the following query that I would like to convert to use doctrine's query builder. SELECT u.user_id, u.username, u.create_date AS join_date, u.last_login_date, u.membership_level, ...
2
votes
0answers
53 views

How do I add an object with the entity framework when it has attribute to store data in utf-8

My application has an entity in DB that has two fields [id, word] where word is to store URDU words in it written in unicode. The fields have been created properly in DB such that on manually entering ...
2
votes
0answers
81 views

How to send message MySQL to java(jsf project) ,when data insert or update?

I'm making a database in MySQL for tow java web Application. I need to send Messages MySQL to java web Application(tow java web Application),when data insert or update. But I'm new to MySQL and don't ...
2
votes
0answers
65 views

Python/Django 1.5 DatabaseWrapper thread error

Throwing the following DatabaseError in Django 1.5.1 (and 1.5.0) and mysql when I runserver and attempt to load a local version of the web app: DatabaseError at / DatabaseWrapper objects ...
2
votes
0answers
312 views

MySQL Host 'hostname' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

My website is working perfectly on a localhost 'Wamp' server. However, as soon as I upload it to my web host for others to use, I get the following error: Host 'stats.starfish.arvixe.com' is blocked ...
2
votes
0answers
57 views

Trying to backup my database but got error

Hello All here i am trying to backup my database but unfortunately gives error like IOException, Null pointer Exception.. so can you give me hint where is my mistake.. even i have Mysqldump file in ...
2
votes
0answers
76 views

converting blob to an image stream and assign it to jLabel

I am just trying to Convert a blob string which is in Database to Byte array and then after converting it convert to buffered Image and then assign it to a label Here's my code package ims.project; ...
2
votes
0answers
74 views

Manually add “Product Model” number to Product Listing in Zen Cart

I am trying to find out how I could manually add the product model to each title in the category product listing in zencart, rather than having the model number appear in its own column. It appears ...
2
votes
0answers
73 views

mysql trigger on insert many to many

I have two tables with many to many relationship. The tables are table user idUser name table right idRight type table user_has_right idUser idRight When I insert a user with the rights I want ...
2
votes
0answers
80 views

Django double inner join with mysql slow

Why is this query slow in Django using MySQL? I have three models I'm filtering on that relate to each other with a OneToOne and ForeignKey. The following query on my DB with approximately 60k rows ...
2
votes
0answers
821 views

ListView with android mysql database using php

I am making an android application that connects to an external mysql database and i have a login and registration function working on it. I have a table within my database called lessons and has ...
2
votes
0answers
232 views

WAMP MySQL error 2002

About a year ago I started working with databases. To this end I installed WAMP on my relatively old Windows 7 computer. That went very smooth, and since that time I am an enthousiastic user of WAMP, ...
2
votes
0answers
34 views

Can´t create mysql collation including different alphabets

I am trying to create a mysql collation with which you can search with transcriptions for cyrillic letters. Here an example: If I send the sql command SELECT "w"="в" COLLATE utf8_myowncollation_ci ...
2
votes
0answers
96 views

Blob datatype in service.xml of liferay

I am working with liferay and want to store images in my MySQL database. My service.xml goes like this: <entity name="DLApp" local-service="true" remote-service="true"> <column ...
2
votes
0answers
120 views

Grails hibernate/Searchable stops server to start by giving the exception below

We are using Grails 2.1.1 and Searchable plugin 0.6.4 in our Grails applications and implemented searchable on some domains which are indicated below with all the mappings. class User { ..... ...
2
votes
0answers
33 views

Encoding in emacs mysql buffer

I seem to be having trouble with my mysql buffer, which i use to connect to a database containing latin1 data, over a ssh-connection. live [db]> show variables like '%char%'; ...
2
votes
0answers
111 views

MySQL Unread Result with Python

I use mysql.connector to do SQL operations. I have a short scripts which executes the following operations (strings) on the cursor with cursor.execute(...): "use {}".format(db) "show tables" ...
2
votes
0answers
75 views

Supplying a parameter to a GET_LOCK query in a C# Typed TableAdapter query

I am trying to maintain data consistency across multiple automated services accessing a single MySQL (InnoDB) database. Currently, I am trying to accomplish this using GET_LOCK. I am working with ...
2
votes
0answers
135 views

Custom Shipping Dropdown Box In Opencart 1.5

I have been trying to add a drop down box of my own Shipping Methods that I will handle on my own later after the order is placed. I have modified the flat rate php to create this. I am querying a ...
2
votes
0answers
104 views

Join two rows which have same value in two column in Ado.Net

For this question, Join two rows which have same value in two column thanks to Jim. But I did not use code in below in windows forms application, concating did not come true. Here is MySQL codes: ...
2
votes
0answers
119 views

How can I use the External Database connection In Magneto ?

This is my core PHP code which is used in Magento... $model_moodle = mysql_connect("localhost","root","123456") or die("Unable to connect to MySQL"); //select a ...
2
votes
0answers
73 views

Reduce Initial Connection & TTFB Time

Similar Question: Here Website: Cleanfiles PPD Network Raw Server Link (Skip DNS): http://173.247.246.58/ Waterfall view (Webpage Test): I recently moved to a new server. All PHP scripts and ...
2
votes
0answers
123 views

Magento get last updated table name and rows id from database

Is there An API to get updated or modified table in Magento. SELECT TABLE_NAME, UPDATE_TIME AS Updated FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = "xyz" AND TABLE_SCHEMA != ...
2
votes
0answers
201 views

MySQL Recursive Stored Procedure with Cursor & View Is Not Refreshing

I have a working MySQL 5.5 stored procedure that calls itself recursively. I needed to execute a dynamic sql query that is unique with every call, then loop through all the values from the query. To ...
2
votes
0answers
145 views

How to integrate sqlite extensions in XAMPP?

There's an extension on the http://www.sqlite.org/contrib?orderby=date, extension-functions.c, which integrates the SQRT command in sqlite. How can I integrate this and use it in my Windows-XAMPP ...
2
votes
0answers
124 views

Load data Infile @variable into infile error

I want to use a variable as the file name in Load data Infile. I run a below code: Set @d1 = 'C:/Users/name/Desktop/MySQL/1/'; Set @d2 = concat( @d1, '20130114.txt'); load data local infile @d2 ...
2
votes
0answers
193 views

Application crashes when opening a MySQL database

I’m using Qt 5.0.0 on Windows 7 ×64 (personal compile – MinGW x64). I added MySQL support in configuration and also MySQL is installed on system. MySQL libraries, headers and are visible in ...
2
votes
0answers
37 views

CONVERT_TZ functions on a shared hosted server

I this I would really like to use the CONVERT_TZ function to handle sending out automated reminders via cron jobs written in Perl. The problem I'm having is that anytime I use the CONVERT_TZ function ...
2
votes
0answers
238 views

phpMyAdmin mysql saved Emoji as Question mark

I want to save Emoji into MySql database, and I realize, three bytes Emoji is saved correctly in the database, but 4 byte emoji have been saved as question marks. It seems like I did fully convert ...
2
votes
0answers
857 views

delphi mysql ado connectivity

I'm trying to get an ADO connection working in Delphi XE3 and am having major difficulty. I have an ODBC driver installed on my machine (Win7 x64) the driver shows as 'mySQL ODBC 5.1 driver' under ...
2
votes
0answers
140 views

Header weekly by date column in json

sorry about clumsily question, i'm not really sure it possible, i read data from Mysql db correctly with json and display them into element that is not table in database i have some appointment date ...

1 2 3 4 5 567