Click here to Skip to main content
15,885,897 members
Everything / Database Development / MySQL

MySQL

MySQL

Great Reads

by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
by vic_ch2000
A nullable datetime column in .NET DataGrid with DateTimePicker.
by Peter Leow
Get your database to generate unique running IDs for your application
by SarmadAsghar
Building on My SQL Storage Engines and APIs to Conduct Complex Analysis Using SQL Query Language: Part 5

Latest Articles

by Zijian
Reusable codes for JWT security in business applications
by Frédéric -lefred- Descamps
How to install WordPress on Oracle Cloud Infrastructure (OCI) using always free tier
by Ștefan-Mihai MOGA
About the IntelliDisk app that uses many components published on CodeProject

All Articles

Sort by Score

MySQL 

9 Oct 2014 by Suvendu Shekhar Giri
Sort the result set as per your need
12 Oct 2012 by jotorres
For those of you who do not know how to create an insert using PHP and MySQL, here I will teach you.
15 Jan 2020 by Ahmed Bouchefra
In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable the admin interface, and create the django views.
27 Mar 2011 by stephen.vaubell
A solution to casing problems in MySQL
28 Nov 2016 by Sujay Sarma
PowerShell script to split single-file routines export from MySQL Server
4 Feb 2016 by Steve Naidamast
Black Falcon Software Releases MySQL Helper 4.5
15 Mar 2016 by Sifiso W Ndlovu
Duplicate MySQL table using phpMyAdmin
15 Dec 2019 by Ahmed Bouchefra
A Django 2 CRUD example application using generic class based views using the latest Python 3.7 version
22 Apr 2021 by Arctype SQL
Simple examples of collaborative filtering with fundamental logic behind all of these systems boiling down to same principles used here
5 Sep 2021 by Jason Sultana
A solution for a MySQL service that's refusing to start
19 Jan 2012 by jqwidgets
How to connect a jQuery Grid to a MySQL database using PHP.
23 Mar 2012 by jqwidgets
Server Side Filtering with jqxGrid using PHP and MySQL
10 Apr 2012 by Cale Dunlap
Example of using code-based query generation, transposition, cross-tabulation, and normalized data to produce a query result that can feed a simple chart from data which was not originally designed with reporting or charting in mind.
6 Jun 2012 by Sebastian Solnica
How to configure the SqlDatabaseTraceListener to work with a MySQL database.
19 Jul 2013 by Sebastian Solnica
Diagnosing a collation issue in a MySQL stored procedure.
24 Nov 2014 by voloda2
DbKeeperNet - How to seed ASP.NET Users and Roles
15 Apr 2019 by Abdelrahman El Kinani
Azure MySQL DB, how to design it, basic UWP todo demo
1 Apr 2021 by Arctype SQL
How to use full text search and the match keyword to find a string in every table in a MySQL database
26 Feb 2013 by Edison Heng
Synchronizing between Android and desktop
13 Jan 2010 by stephen.vaubell
This is a guide to implementing NHibernate with MySql
14 Aug 2019 by essentialSQL
What is a Database Trigger?
9 Apr 2019 by Haseeb A. Basil
How can PHP import Excel to MySQL using a PHP XLSX Reader and Excel XLSX converter
14 Aug 2019 by essentialSQL
This post discusses the major parts of a SQL database
16 Dec 2017 by Biswal Tanmaya
This blog post discusses the importance of logging in MySQL
9 Oct 2012 by jotorres
In this tutorial, you will learn how to create a login form for your website using PHP and MySQL.
21 Jan 2019 by Member 13359958
How scheduling and data dependencies work in Oozie coordinator job
7 Mar 2020 by Rob Kraft
The benefit of this approach is that you can then regularly scan your entire code base for the use of .ExecuteReader and .ExecuteNonQuery knowing that there should be no cases of those methods, other than the exception cases you expect.
14 Aug 2019 by essentialSQL
SQLite3 is a compact free database you can use easily to create and use a database. Learn more about it in this blog post.
16 Jul 2020 by Kevin Mack
When storing data in Azure blob storage, the process of upload a blob is fairly straight forward, and all it takes is setting the access tier to “Archive” to move data to blob storage.
19 Nov 2021 by Arctype SQL
Learn how to write a MySQL cursor or a MySQL loop