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

    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 worked for me.

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

    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 has …

  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 open ini …

  4. 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 with the …

  5. 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).

  6. 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 …

  7. mysql - ERROR 1130 (HY000): Host 'localhost' is not allowed to connect ...

    Apr 10, 2020 · ERROR 1290 (HY000): The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement Is there a solution to escape this catch 22?

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

    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 the mysql …

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

    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 HAVE DONE IT …

  10. Host is not allowed to connect to MySQL - Database Administrators …

    May 9, 2014 · 0 Most hosting companies provide interface, where you can specify (wild-card % is allowed, which means that every host can connect to the database server, or you can specify only …