In this post, I want to emphasise the approach to speed up importing data to a MySQL or MariaDB database using the exported file. mysql -u dbuser -p dbpass mydatabase…
Category: Database
Database is one of the key disciplines in Computer Science. Working with data, finding how to organize and store data efficiency.
How to test database connection without using Hibernate ORM in Grails
You will likely encounter a headache problem when bringing a large project to cloud-based deployment development, especially testing the access of databases if you have to request of accessing internally…
Rename a MySQL database
Once day you want to rename your database in MySQL for whatever reason. How can you do this idea? via phpMyAdmin From phpMyAdmin, we often rename a database by applying…
