Skip to content
Code Solution
  • Home
  • Technology
    • Android
    • AngularJS
    • ASP.NET
    • Computer Enthusiasts
    • Database Administrators
    • Graphic Design
    • HTML
    • Information Security
    • Laravel
    • Magento
    • MySQL
    • Node.js
    • PHP
    • Python
    • ReactJS
    • Salesforce
    • Ubuntu
    • Unix & Linux
    • Webmasters
    • WordPress
  • Magento Blog
  • Privacy Policy

Home » mariadb

mariadb

Junction table or denormalize?

August 7, 2022 by cs_admin

I’m using MariaDB.

Categories Database Administrators, Technology Tags database-design, denormalization, mariadb Leave a comment

Mariadb Benchmarking – Low transaction and query per second

August 7, 2022 by cs_admin

We have a MariaDB 10.3 on a Redhat Server (VM) with 90 GB Ram and 20 VCPUs. I’m trying to optimize the Database. I installed Sysbench for Benchmarking and after a 50 seconds test I got this values (with default MariaDB variables):

Categories Database Administrators, Technology Tags mariadb, mysql Leave a comment

Practical way of finding last update/insert/delete of any table in a database?

August 7, 2022 by cs_admin

OS: W10.

Categories Database Administrators, Technology Tags mariadb, mariadb-10.2, mysql, update Leave a comment

Create new MySql user with same grants as existing user

August 7, 2022 by cs_admin

To create a new user usr_B with same grants as an existing user usr_A we can always SHOW GRANTS for usr_A and then GRANT those privileges to usr_B, but is there a built-in command for this purpose?

Categories Database Administrators, Technology Tags mariadb, mysql Leave a comment

Command SHOW MASTER STATUS different in master and slave

August 7, 2022 by cs_admin

I’m using Bitnami MariaDB. I’ve done fixing the replication and now both Slave_IO_Running and Slave_SQL_Running has value yes. This is the whole output:

Categories Database Administrators, Technology Tags mariadb, mysql Leave a comment

Limiting and queueing the database connections

August 7, 2022 by cs_admin

In mariaDB, is it possible to do something like this?

Categories Database Administrators, Technology Tags mariadb, max-connections Leave a comment

filter varbinary field by length

August 7, 2022 by cs_admin

I am storing ips using VARBINARY(16) data type. I’d like to select just the ipv4 ips. Is it possible to filter column by the lenght used in VARBINARY (or VARCHAR)? Something like this

Categories Database Administrators, Technology Tags mariadb, mysql Leave a comment

secure_file_priv and mysqlimport

August 7, 2022 by cs_admin

Question: How can we avoid errors of the following type with mysqlimport when the data file is in the current directory?

Categories Database Administrators, Technology Tags mariadb, mysql Leave a comment

MariaDB database has no ‘max_used_connections’

August 7, 2022 by cs_admin

I have a running MariaDB which has no max_used_connections variable. How can I see it?

Categories Database Administrators, Technology Tags debian, mariadb, mariadb-10.3 Leave a comment

statistics on what queries were executed and how many times

August 7, 2022 by cs_admin

I’d like to monitor how many times certain queries are executed. Take a look at the 3 queries below, the second and third are written as prepared statement.

Categories Database Administrators, Technology Tags mariadb, mysql, statistics Leave a comment
Post navigation
Older posts
Page1 Page2 … Page33 Next →

Recent Posts

  • Top 5 Programming Languages to Learn for Beginners in 2022!!
  • Why would you ever use asp.net’s ViewState storage object over the Session storage object?
  • Generate JSON with property names that include dot using SELECT FOR JSON
  • insertion in a table of objects with nested table in oracle
  • Compare occurence of chars in PostgreSQL string
  • How to fix unicode REPLACEMENT CHARACTER � in postgres database
  • Junction table or denormalize?
  • Mariadb Benchmarking – Low transaction and query per second
  • SQL Server / SSMS taking up lots of disk space
  • SQL Server: Is it worth checking for change in a field before the update?

Tags

.net adobe-illustrator ajax android angularjs apex asp.net asp.net-mvc authentication bash c# command-line css database eloquent encryption express html java javascript jquery json laravel laravel-4 laravel-5 lightning-web-components linux magento2 marketing-cloud mongodb mysql node.js pandas passwords performance php postgresql python reactjs sql sql-server tls typescript windows windows-7
© 2023 Code Solution • Built with GeneratePress