Skip to main content

Questions tagged [mysql]

MySQL is an open-source, relational database management system. If your PHP code uses MySQLi, use the MySQLi tag instead.

4 votes
2 answers
142 views

This is a follow up question to Inserting and retrieving data MySql Database access in C++ using Boost::ASIO and Boost::MySQL. I have reduced the amount of code to be reviewed by presenting only one ...
pacmaninbw's user avatar
  • 26.2k
2 votes
1 answer
88 views

About the Project This was a go/no go prototype for a project that would store the data a combined personal planner software with project planning software in a relational database. It was also a ...
pacmaninbw's user avatar
  • 26.2k
1 vote
0 answers
69 views

About the Project This is a unit test and a prototype for the database portion of a project that would store the data a combined personal planner software with project planning software in a ...
pacmaninbw's user avatar
  • 26.2k
2 votes
1 answer
69 views

I'm prototyping/debugging some C++ code that I may turn into a longtime project. The build system is ready for review, the prototype is not. The GitHub repository for the code listed below. Like all ...
pacmaninbw's user avatar
  • 26.2k
6 votes
2 answers
732 views

Here's my (correct) solution to a HackerRank question: Weather Observation Station 8 Query the list of CITY names from STATION which have vowels (i.e., a, e, i, o, and u) as both their first and last ...
JTB's user avatar
  • 277
3 votes
1 answer
99 views

When MySQL executes a Data Modification Query, it provides some additional info on the outcome, which is usually displayed in the console. This info is also being exposed through MySQL C API and this ...
Your Common Sense's user avatar
5 votes
3 answers
1k views

I have written the below query in order to identify how many events (occur over a week) in each hour. ...
Danny Goodall's user avatar
4 votes
2 answers
499 views

I am working on an in-house application, and I am working on how our application communicates with our remote server. I have a PHP script that acts as an API to call to our MySQL DB and dump its ...
Cory Green's user avatar
7 votes
4 answers
2k views

In this program I'm defining functions to perform different tasks on a data record book for employees. Here is a summary of the code: Intro() to make the presentation of the home page. create_record()...
Abhisikta Ray's user avatar
1 vote
0 answers
86 views

I had to design a connection pool that handles Boost MySQL connection to use the asynchronous functions. Here is the code: ...
Reda's user avatar
  • 41
3 votes
1 answer
160 views

I have a table that tracks state changes of an entity with timestamps. The schema of the table is as follows: entityid userid originalvalue newvalue changetime 255 101 Draft Submitted 2023-11-28 12:10:...
Fatal Error's user avatar
4 votes
1 answer
152 views

I am working on a project that involves tracking the operating hours of businesses across different timezones. Some of these businesses operate past midnight, and to accommodate this, operating hours ...
tony's user avatar
  • 433
2 votes
1 answer
276 views

My database structure is: ...
friday-json's user avatar
8 votes
3 answers
1k views

I wrote a simple PHP login form for a website. It has an initialization script, as well as a form to allow a user to login, plus a link to log the user out after logging in. ...
whiteman808's user avatar
3 votes
1 answer
138 views

I think the only big improvement that can be made is to check which shard to query based on the userIds of the followed users. One easy way is to check the last ...
user avatar

15 30 50 per page
1
2 3 4 5
73