About 405,000 results
Open links in new tab
  1. How can I resolve a hostname to an IP address in a Bash script?

    What's the most concise way to resolve a hostname to an IP address in a Bash script? I'm using Arch Linux.

  2. mariadb - haproxy pass origin IP in galera cluster db - Unix & Linux ...

    Jun 13, 2018 · We have one galera cluster, mariadb version 10.3 and haproxy. We want the users to connect like this client->haproxy->galera_cluster. The user we create in the database we allow the IP …

  3. debian - MariaDB - dependency problems - leaving unconfigured

    In MariaDB 10.1.13 and later versions, the init script also sources /etc/default/mariadb, so it can also be used to set MYSQLD_STARTUP_TIMEOUT to persistently change the startup timeout.

  4. mariadb - Error running "service glb getinfo": missing /etc/default ...

    Aug 12, 2025 · I installed GLB (Galera Load Balancer) on the server following the instructions in this article. The installation appeared to complete successfully, but in the final step, running: service glb …

  5. Why do we misnomer MariaDB as a "mysql-server"?

    Oct 8, 2023 · MariaDB is an implementation of the mysql server. full stop. The libraries, clients and tooling for it still carry MySQL in their name. The fact that the main project has now incompatible …

  6. Anyone know a good gui to MariaDB? - Unix & Linux Stack Exchange

    The MariaDB FAQ has the following topic covering exactly this question, titled: GUI/Workbench for MariaDB Aria?. There are many GUI tools that work with MariaDB, such as Webyog/SQLyog, …

  7. raspberry pi - Mariadb on Raspbian: Can't connect to local MySQL …

    Jun 22, 2020 · I'm setting up a "clean" image for my home Raspberry pi running the latest Raspbian, and I'm finding a small problem when installing the mariadb database. So far, the steps …

  8. MySQL max_open_files more than 1024 - Unix & Linux Stack Exchange

    While starting MariaDB I got [Warning] Could not increase number of max_open_files to more than 1024 (request: 4607) $ sudo systemctl status mysqld mysqld.service - MariaDB database server Loa...

  9. Turn off --skip-grant-tables in MySQL - Unix & Linux Stack Exchange

    I'm pretty new to using Linux but am setting up my MySQL databases on an Amazon ec2 instance. I followed some directions I found about resetting the user login pass by using the --skip-grant-tables

  10. The following packages have unmet dependencies: mariadb-server

    I went ahead and checked for MySQL installed packages, forgetting that I was actually using Mariadb. So I installed MySQL; discovered I should not have done that; removed MySQL; and followed these …