mySQL connection over a network

admin

Administrator
Staff member
I am trying to logon to a mySQL server over an internal network. For some reason "@JRECKTEN" (which
is the name of my PC) is being attached to the username and causes my access to be denied. For example,
the user name "toby" gets denied because the server receives "toby@JRECKTEN". So:

'mysql> connect -h XX.XXX.XXX.XXX -u toby -p'

results in:

'ERROR 1044: Access denied for user: '@JRECKTEN' to database '-h'
 
Back
Top