all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (sql-mode) Connect to mysql server using emacs
@ 2013-01-28 17:58 dominik
  0 siblings, 0 replies; only message in thread
From: dominik @ 2013-01-28 17:58 UTC (permalink / raw)
  To: Help-gnu-emacs

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)
\a
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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-28 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 17:58 (sql-mode) Connect to mysql server using emacs dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.