Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Cant read dir of /etc/my.cnf. (Errcode: 2)

the solution actually is simple.


!includedir /etc/my.cnf.d

is your last line on /etc/my.cnf, so mysql can't read complete '/etc/my.cnf.d' only '/etc/my.cnf.'

You just need add one more line so mysql can read its.


!includedir /etc/my.cnf.d
# add new line here

Tags:

Mysql

Mariadb

Related

How to verify that a firewall closes inactive connections? Resizing partition fdisk fails with invalid argument How to generate .key and .crt file from JKS file for httpd apache server Ansible change default value according to a condition How can I stop ZooKeeper on Ubuntu? How do I stop Dell R730xd fans from going full speed when Broadcom/QLogic NetXtreme 57711 PCI card added? IPv6 subnetting a /64 - what will break, and how to work around it? How to ONLY get property value Blue/Green deployments with CloudFront Create a block device in RAM Apache daily logrotate All External Mail to Office 365 Fails SPF, Marked as Junk by EOP in a Hybrid Deployment

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy