Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

MySQL

Changing password of postfix user account directly in the MySQL database

by IT Nursery

Changing password of postfix user account directly in the MySQL database

Tags MySQL, postfix

Failed to connect to MySQL: No such file or directory

by IT Nursery

Use 127.0.0.1 instead of localhost. localhost has special meaning in mysqli (from MySqli Quick Start Guide – Connections): The hostname localhost has a … Read more

Tags docker, MySQL, php

Back up MySQL server

by IT Nursery

If you are running mysqldump remotely and want a separate dump file for each database, you will have to maintain a list of … Read more

Tags backup, MySQL

dovecot mysql-connection error because of special charater in config

by IT Nursery

dovecot mysql-connection error because of special charater in config

Tags dovecot, MySQL, sql

unable to launch mysqld in arch linux

by IT Nursery

Also check if your partition is not full, which was my case. For an unknown reason, moving the data to another partition did … Read more

Tags arch-linux, mariadb, MySQL

How to compress a mysql dump using 7z via a pipe?

by IT Nursery

Some people may frown upon this practice, but you can put the password on the command line, like so: mysqldump -u root -pmyrootpassword … Read more

Tags 7z, command-line, dump, MySQL

How to disable Apache and MySQL autostart when PC is turned on?

by IT Nursery

This may depend on your init system. Try one of these: chkconfig apache2 off systemctl disable apache2 insserv -r apache2

Tags apache-httpd, MySQL

Different output when redirecting

by IT Nursery

Edit: I cannot be certain this is how mysql does it, but it could be using isatty(3) to determine whether STDOUT is a … Read more

Tags bash, MySQL, redirection, stdout

install mysql-client-5.7 on debian buster

by IT Nursery

Debian stopped packaging mysql-client as of buster. You can use apt-get install default-mysql-client which will install mariadb-client-10.3. MariaDB is a fork of MySQL. … Read more

Tags apt, debian, MySQL

PHP on centos 6 not working

by IT Nursery

yum install mod_php -y systemctl restart httpd.service

Tags apache-httpd, centos, MySQL, php, selinux
Post navigation
Older posts
Page1 Page2 … Page425 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery