help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(sql-mode) Connect to mysql server using emacs


From: dominik
Subject: (sql-mode) Connect to mysql server using emacs
Date: Mon, 28 Jan 2013 09:58:58 -0800 (PST)

Hey Folks,

i would like to use emacs sql-mode to access my mysql database

host: mysql5.domain.de
db: db
user: user
pw: pw

i always get the following error:

ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql5.domain.de'
(111)

Process SQL exited abnormally with code 1

When I try to connect using the shell, I get the following:

:~$ mysql -u user -h mysql5.domain.de -p
Enter password: 
ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql5.domain.de'
(111)

so, emacs is not the problem :)

Any ideas




--
View this message in context: 
http://emacs.1067599.n5.nabble.com/sql-mode-Connect-to-mysql-server-using-emacs-tp276704.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]