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

  3. migration - How to Migrate from Existing MySql server to a Different ...

    Feb 1, 2026 · 1 I have a MySQL server that contains databases. I also have a MySQL server on an obsolete platform that I want to move to that same server. My first attempt was to simply use …

  4. mySQL Server 8.0.36 failed at step: starting the server

    Apr 13, 2024 · C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.36) initializing of server in progress as process 5492 InnoDB initialization has started. InnoDB initialization has ended. …

  5. Determine cause of "MySQL server has gone away"

    Mar 8, 2019 · I can find lots of posts regarding MySQL server has gone away (apparently this is a chronic problem that has never been fixed). For example, here and here. They are dev-2-dev "try …

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

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

  9. Remote MySQL connection fails (10060) - "Can't connect to MySQL …

    Mar 1, 2015 · The first time I try to connect to my database server is successful, but after closing my application and starting it again I get: Can't connect to MySQL server (10060)"

  10. mysql - How can I move a database from one server to another ...

    In my case, I went from Windows Server 2012 R2 to Cent OS (Red Hat 4.8.5-11). The specific mysql version was Maria DB 10.1. As prescribed, I stopped both mysql services, rsynced the data directory, …