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

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

  4. 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?

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

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

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

  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 - mysqldump Error 2013 - Database Administrators Stack …

    Apr 15, 2015 · Aug 12, 2011 : Why is mysqldump file so large? Aug 09, 2013 : Backup / Export data from MySQL 5.5 attachments table keeps failing! Nov 16, 2014 : How to batch multiple insert …

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