Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help needed

Status
Not open for further replies.

new2learn

IS-IT--Management
Oct 15, 2003
16
NA
This is the error when trying to use phphelpdesk
ERROR 1044: Access denied for user: @'localhost' to database 'phphelpdesk'

quite new to db's but willing to try..
 
what is the syntax that you are using to connect? what is the username and db that you want to connect with/to?
 
[mikea@fedora /]$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4 to server version: 3.23.58

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use phphelpdesk
ERROR 1044: Access denied for user: '@localhost' to database 'phphelpdesk'
mysql>
 
looks like phphelpdesk is not available for anonymous users. check permissions and log in as a user that has access to that database.
 
ok..How do I do that..even with root I get the error, cause I have no previos experience in DB's and setting usernames and pwd's

tnx 4 da relply..africa is tough to learn..no gurus
 
how did you create the phphelpdesk databsae in the first place?
 
with the script that came with the program I downloaded from the web...see below
[johnuser@somehost helpdesk]$mysql -u root -p < phphelpdesk.mysql
Enter password: (password is only required if you have a password set)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top