419 solutions found in server-admin
Page 5 of 21votes
I installed MySQL on Mac OS X Mountain Lion with `homebrew install mysql`, but when I tried `mysql -u root` I got the following error: > ERROR 2002 (HY000...
votes
I'm running a server at my office to process some files and report the results to a remote MySQL server. The files processing takes some time and the pro...
votes
On [Mac OS X v10.6][1] (Snow Leopard), starting MySQL gives the following error: > The server quit without updating PID file ### File *my.cnf* ### `...
votes
I am getting the following error when I try to connect to mysql: `Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'...
votes
**In a nutshell** I want to run mysql in a docker container and connect to it from my host. So far, the best I have achieved is: ERROR 2002 (HY000): C...
votes
I tried to import a large sql file through phpMyAdmin...But it kept showing error >'MySql server has gone away' What to do?
votes
When I issue `SHOW PROCESSLIST` query, only the first 100 characters of the running SQL query are returned in the info column. Is it possible to change MySQL...
votes
I get this error when I try to source a large SQL file (a big `INSERT` query). mysql> source file.sql ERROR 2006 (HY000): MySQL server has gone...
votes
I am having a big problem trying to connect to mysql. When I run: <!-- language: shell --> /usr/local/mysql/bin/mysql start I have the followin...
votes
I got the > Error Code: 2013. Lost connection to MySQL server during query error when I tried to add an index to a table using MySQL Workbench. I...
votes
I can't make a simple connection to the server for some reason. I install the newest MySQL Community 8.0 database along with Node.JS with default settings....
votes
I installed [LAMP][1] on [Ubuntu&nbsp;12.04 LTS][2] (Precise Pangolin) and then set root password on [phpMyAdmin][3]. I forgot the password and now I am una...
votes
I'm running the latest build of the [Docker Apple Silicon Preview.][1] I created the tutorial container/images and it works fine. When I went to create a cu...
votes
This should be dead simple, but I *cannot* get it to work for the life of me. I'm just trying to connect remotely to my MySQL server. - Connecting as:...
votes
I am using Ubuntu and I want to search for a specific Directory called "sdk". All that I know is, that "sdk" Directory is located somewhe...
votes
I am on UBUNTU. JDK version currently installed is: java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java...
votes
The error message: Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native...
votes
I have the following error while trying to connect SQL Server: ```none [Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: [error:1416F086:SSL routines:...
votes
I am getting error on ubuntu 16.04 > "ERROR: Couldn't connect to Docker daemon - you might need to run > `docker- machine start default`....
votes
I am about to launch Ubuntu instance on Amazon EC2. I'm choosing between PV and HVM options. I found that PV does provide a more efficient virtualization m...