Category: Databases

Database Administration with general knowledge about database servers, database services, basic database queries. Database section will include MySQL, Microsoft SQL Server, Amazon RDS and Microsoft Azure SQL Database etc.
Further to these service various How To’s, Tutorials, Whats New, troubleshooting and all other stuff related the the Database Servers and Database Services.

MySQL

Duplicate a MySQL table with Data

To duplicate a MySQL table with data, you can use the CREATE TABLE statement with the AS SELECT clause. This will create a new table with...

phpMyAdmin Configuration

phpMyAdmin Upload Max File Size

Subsequently, phpMyAdmin Upload Max File Size is a searchable topic when you want to restore a large dump file. phpMyAdmin Upload Max File Size Specifically, phpMyAdmin...

MySQL

Select non empty columns in MySQL?

Sometimes it’s required to troubleshoot or optimize MySQL database and we need to select non empty columns in MySQL. To Select non empty columns in MySQL...