About 369,000 results
Open links in new tab
  1. How to solve "Can't connect to local MySQL server through …

    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib /mysql/mysql.sock' (111) I know there are other solutions posted by others but none of them …

  2. mysql - MySQL80 service starts and stops automatically on …

    Nov 3, 2023 · Verified the Windows Firewall and antivirus settings to ensure they are not blocking MySQL traffic. Checked the permissions on the MySQL data directory to ensure the service …

  3. Changing Data Directory on MySQL 8

    Jul 1, 2019 · stop your SID service then open powershell, then execute the following command as administrator copy-item C:\ProgramData\MySQL\MySQL Server 8.0\Data\ E:\Data. after that …

  4. mysql - error "--secure-file-priv option" when save selection to csv ...

    Dec 9, 2015 · I am using MySQL Server 8.0 on Windows 10. I tried to load data from csv file using the following commands: LOAD DATA INFILE 'C:\ProgramData\MySQL\MySQL Server …

  5. Connection rejected on MySQL server (error 10060)

    Feb 8, 2023 · [MySQL] [ODBC 8.0 (w) Driver]Can't connect to MySQL server on ' {the IP address of the server with the correct port}' (10060) My troubleshooting efforts so far: Tried to connect …

  6. How to solve ERROR 2002 (HY000): Can't connect to local MySQL …

    Dec 27 19:02:07 j systemd[1]: Failed to start MySQL 8.0 database server. Dec 27 19:02:07 j systemd[1]: mysqld.service: Service RestartSec=100ms expired, scheduling restart.

  7. How can I move a MySQL database to another drive?

    Mar 1, 2012 · I'm using MySQL 5.5 on a local machine to analyze a large amount of government data. I've created a local database that resides on my default drive (Win7 C: drive).

  8. error 2013 (hy000) lost connection to mysql server during query …

    Jan 1, 2016 · MySQL recommends for a database specific server setting innodb_buffer_pool_size at a max of around 80% of physical memory, I had it set to around 90%, the kernel was killing …

  9. mysql - Change existing datadir path - Database Administrators …

    Try logging into mysql. Once you can login to mysql successfully, run this command: show variables like 'datadir'; If F:\naveen\data shows up as the datadir, CONGRATULATIONS, YOU …

  10. How do i disable SSL on MySQL Community 8.0.36 on Ubuntu 23.10?

    Feb 17, 2024 · I found references online to a MySQL utility (mysql_ssl_rsa_setup) which is supposed to be for automating SSL setup. However, when I try this, I am presented with …