Menu

#Mysql

87 posts

Feed·
20 of 87 posts
Master MySQL Views and Window Functions: Advanced Query Optimization Guide
🖼️
0

Master MySQL Views and Window Functions: Advanced Query Optimization Guide

DEV Community: database·Labby·2 days ago
#vFY3hCxw
#dev#mysql#database#learning#photo#article

Boost your database skills with our interactive MySQL tutorial. Learn to simplify complex queries using Views and perform powerful data analysis with Window Functions.

15s
Read More
From ASP.NET + MSSQL to PHP + MySQL: Migrating a Names Site Without Mangling the Accents
🖼️
0

From ASP.NET + MSSQL to PHP + MySQL: Migrating a Names Site Without Mangling the Accents

DEV Community: php·Marvin Tang·2 days ago
#6uqjHgO5
#dev#mysql#names#mssql#hosting#article

My baby-name site started life on ASP.NET with a MSSQL backend. It worked. The reason I rewrote the...

15s
Read More
Performance Comparison of Web Backend and Database: A Case Study of Node.js, Golang, and MySQL, MongoDB
🖼️
0

Performance Comparison of Web Backend and Database: A Case Study of Node.js, Golang, and MySQL, MongoDB

DEV Community: go·Fu'ad Husnan·2 days ago
#1ryLl02b
#dev#mysql#mongodb#database#node#backend

Choosing the right combination of web backend and database technology can make or break your...

15s
Read More
6 Eloquent Patterns That Silently Break MySQL Index Usage (And How to Fix Each One)
🖼️
0

6 Eloquent Patterns That Silently Break MySQL Index Usage (And How to Fix Each One)

DEV Community: mysql·Hafiz·3 days ago
#X6ilFHtV
#dev#index#fullscreen#query#mysql#article

Six Eloquent query patterns that silently bypass MySQL indexes on large tables, with EXPLAIN output, the exact SQL each one generates, and the fix for each.

15s
Read More
How to Work Around MySQL's View Subquery Limitation (Bug #11472)
🖼️
0

How to Work Around MySQL's View Subquery Limitation (Bug #11472)

DEV Community: mysql·Alan West·3 days ago
#exSTJc3Q
#dev#view#mysql#select#views#fullscreen

MySQL's 20-year-old view subquery restriction (Bug #11472) finally has a reported fix. Here's how to refactor views with CTEs and nested views today.

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/matthewkr89·3 days ago
#cQZi3MpP

I installed mysql and there was a major error in the installation so i had to uninstall and reinstall. When i did that however it deleted all my local daved game files (despite those being in a different directory) and now hundreds of hours of data is…

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/Illustrious_Squash99·3 days ago
#poUtalqq

connect_error) { die("Connection failed: " . $conn->connect_error); } $message = ""; if ($_SERVER["REQUEST_METHOD"] == "POST") { $serial = $_POST["serial"]; $book = $_POST["book"]; $name = $_POST["name"]; $email = $_POST["email"]; $phone =…

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/taohz·3 days ago
#5tEbCzWT

We had some bugs in our web application and it led to bad data entering the database and eventually crashing our service. It was happening intermittently and had low priority so it wasn't patched quickly enough.…

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/Revolutionary_Use587·3 days ago
#zsDVLb8Z

Hi friends, Does anyone have any idea or practical guide to how I can manage the MySQL server with non root OS user as Data base Admin? For example: I applied patches and for re-start the server I have to switch as a root user or sudo before doing it..…

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/mlenol·3 days ago
#rVd6ijS0

SKIP LOCKED + a unit-per-row model + composite primary keys made it work. But the real lesson: the bottleneck wasn't CPU or queries — it was connection usage in code we'd never instrumented.…

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/radionul·3 days ago
#IYrwrPqm

Anybody else having this issue? Pin 9.7 LTS to my Ubuntu 22.04 LTS repo: wget https://dev.mysql.com/get/mysql-apt-config_0.8.39-1_all.deb sudo dpkg -i mysql-apt-config_0.8.39-1_all.deb Selected 9.7 LTS in step above, now install 9.7 LTS: sudo apt update…

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/darkShadow90000·3 days ago
#7iQQGhPz

Brushing up on my Data Analytic. As I was videos they say to use mySQL. However in college, used SQL. In job applications it generally says SQL too. So fine to just download SQL. (Used thru Sublime Text) submitted by /u/darkShadow90000 [link] [comments]

15s
Read More
📰
0

Reddit - Please wait for verification

mysql reddit·/u/Harut3·3 days ago
#qhKkS530

I have transactions with decreasing amount if I ran with bash command or node.js it will have not correct data but in terminal it go to deadlock. When I use FOR UPDATE it is all correct. Can someone explain me? Thanks.…

15s
Read More
Magento 2 Database Deadlocks: Causes, Detection & Prevention
🖼️
0

Magento 2 Database Deadlocks: Causes, Detection & Prevention

DEV Community·Magevanta·17 days ago
#ErrKCvvm

Database deadlocks silently kill Magento 2 performance. Learn what causes them, how to detect them in MySQL logs, and proven strategies to prevent them in production.

15s
Read More