http://stackoverflow.com/questions/...cess-denied-for-user-localhost-to-database-db] Failed connecting to database - MYSQL ERROR: Access denied for user ''@'localhost' to database 'testing' (1044)
You know that is the same thing right?Try to change your host in mysql to 127.0.0.1 instead of localhost.
You posted a link, I posted a direct answer without having to click on your link. Consider yourself beaten in this oneYou know that is the same thing right?
I unlike you know what I am doing.. i did read the link's contentsYou posted a link, I posted a direct answer without having to click on your link. Consider yourself beaten in this one
Then if you knew what you were doing then why did you have to find a link to look this up? I wrote a direct answer to his question because I know what im doingI unlike you know what I am doing.. i did read the link's contents
C:\Windows\System32\drivers\etc\hostsThen if you knew what you were doing then why did you have to find a link to look this up? I wrote a direct answer to his question because I know what im doingPlease, you may be better than me at lua or w/e but there are certain things even you the god almighty might not be superior in
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
C:\Windows\System32\drivers\etc\hosts
Everyone knows that localhost is the dns for the ip 127.0.0.1, if you don't know that then you don't know what you are doing.