Skip to main content

Questions tagged [mysql-5]

Generic MySQL version 5 tag. Please use a mysql-5.x tag instead. Also tag with mysql for search purposes.

1 vote
2 answers
107 views

I have 3 MySQL tables: products, orders and users. I want to show all ordered products where not all products are "pre-orders" or "discounts". Note: one user can have multiple ...
screaming SiLENCE's user avatar
3 votes
1 answer
131 views

I've been developing a C# Bus System app using SQL, and I need some advice. I don't know if asking on here is the right thing to do, but I essentially need someone to analyse the .SQL file I have, ...
Suzan Aydın's user avatar
-1 votes
1 answer
1k views

I wish to fetch all rows from table after the nth Position as i given offset value my table like id | Value 1 | A | 2 | B | 3 | C | 4 | D | 5 | E | ... N | R | I wants the 3rd row Data to Nth ...
sivag's user avatar
  • 1
2 votes
3 answers
3k views

I have designed my database model with entities and they have relations along with normalization. Now I want to implement my design in my database engine. Before implementing I am puzzled with the ...
Shaker Kamal 's user avatar
2 votes
0 answers
134 views

I want to know if there is any signal that I can catch by which I can know that my mysql connection with the server has broken in c programming? I know I can check at query time whether my connection ...
soni's user avatar
  • 21
2 votes
1 answer
7k views

I see the below warning on the my slave server: 2016-11-18 22:48:03 12808 [Warning] Slave SQL: If a crash happens this configuration does not guarantee that the relay log info will be consistent, ...
Berlin's user avatar
  • 189
7 votes
2 answers
4k views

I have a large-ish (several GB) mysql DB that I'm planning to import via mysql -u root -p mydb < mydb.sql in a SSH session. What would happen if my SSH connection drops? Is it safer to run ...
Mike B's user avatar
  • 617
6 votes
3 answers
11k views

I am looking to generate a cryptographically secure string for password reset in MySQL. I know I could do this at the application level in PHP; but that requires the OpenSSL extension which many of my ...
Chris Muench's user avatar
3 votes
3 answers
13k views

How do I create a table with a formula column in MySQL version 5? For example: I have a table named Product, which has 5 columns: id int, amount int, sold_out int, faulty int, remain_amount is (...
Amin's user avatar
  • 31
5 votes
1 answer
2k views

We are in the process of testing MySQL replication before using it in production. The MySQL is being setup by Puppet in our case and I noticed that the binlog_format setting is different between ...
Sam's user avatar
  • 51
0 votes
1 answer
8k views

I'm new to MySQL and I have a problem with one task. I have a table like this: +------------+------------+-------------+ | code | name | location | +------------+------------+----------...
xxx223322's user avatar
1 vote
2 answers
13k views

I have created a table (attendance_details) for storing every day attendance of Students in MySQL. Need to capture attendance for hourly (1-8hrs) every day. I have the student details in separate ...
Acube's user avatar
  • 99
0 votes
1 answer
639 views

I have two MySQL databases that are for Wordpress websites. One db is for a live version of a site, the second is a copy of the original that is used in conjunction with a copy of the original site. ...
la1ch3's user avatar
  • 101
0 votes
1 answer
131 views

I am pretty much a beginner having only created a few small php web applications relying on a MySQL database. I am now working on a somewhat larger project. I am in the planning stages of setting up ...
Jeff Michael's user avatar
2 votes
2 answers
895 views

I have the following table (MySQL): -------------------------------------------------------- | id |product_id| store_id | stock_id | priority | --------------------------------------------------...
user3668514's user avatar

15 30 50 per page
1
2 3 4 5
12