About 764,000 results
Open links in new tab
  1. Where is mysql's configuration file in ubuntu server 18.04

    Feb 13, 2020 · I recently installed MySql Server 8.0.19 on and EC2 (t2.micro) instance running Ubuntu 18.04. I'm trying to find the MySql configuration file that's like the my.ini on Windows.

  2. server - Why is /etc/mysql/my.cnf EMPTY? - Ask Ubuntu

    Nov 19, 2015 · I am trying to edit the my.cnf file to allow remote access and ultimately using software from my Windows Server to configure scheduled backup for MySQL Server. I was …

  3. Where to make configuration changes to MySQL in Ubuntu 20.04?

    May 6, 2021 · 1 The standard practice for MySQL configuration settings is to create a separate file in /etc/mysql/mysql.conf.d/.

  4. I cannot start mysql.server in the Ubuntu 20.04 - Ask Ubuntu

    Jun 7, 2021 · See "systemctl status mysql.service" and "journalctl -xe" for details. I tried check the mysqld.log using the command tail -f /var/log/mysqld.log, but there doesn't appear to be one.

  5. How to change mysql port number in ubuntu

    Jan 19, 2014 · How can I can change port number of mysql from 3306 to my choice of number (1023) in Ubuntu 13.10? I tried by editing the port number in file: /etc/mysql/my.cnf. But after …

  6. At some oment I got error MySQL configuration not found. How …

    Oct 27, 2024 · In some moment my MySQL server stopped working(I have installed my home kubuntu 22.04 several months ago) I check commands : # mysql ERROR 2002 (HY000): Can't …

  7. My MySQL installation is broken. How to completely reconfigure it?

    Here are the following commands I have done. $ sudo service mysql start mysql start/running $ mysql -u root ERROR 2002 (HY000): Can't connect to local MySQL server through socket …

  8. How do I uninstall MySQL? - Ask Ubuntu

    Aug 26, 2017 · I installed MySQL using sudo apt-get. Now I need to remove it from my system. How can I do that?

  9. 20.04 - MySQL, my.cnf and /etc/alternatives - Ask Ubuntu

    Oct 13, 2020 · With this, MySQL will go searching for all .cnf files in /etc/mysql/conf.d/, then all files in /etc/mysql/mysql.conf.d/, reading them into the engine in alphabetical order. I prefer to …

  10. configuration - Either Mysql won't start or the client shows error ...

    Jul 11, 2016 · The problem is that the configuration file contained a directive that prevented mysql from starting. As long as it was in error (without the group), it was not loaded so that the error …