Jump to content

Gooder

Members
  • Posts

    3
  • Joined

  • Last visited

Gooder's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Gooder

    Connection Issues

    This is what I thought. My "boss" always makes me second guess myself. Thanks for your help. I'm bypassing his server and having the client get his site set up with GoDaddy. I'll be able to set up the database I need without issue.Thanks again!! Have an awesome day.
  2. Gooder

    Connection Issues

    Thing is, I'm trying to sign onto my employers server and create a database in one of the directories for one of our clients. It's giving me the afore mentioned error message even when I sign in using his login and password (the one we use to upload files). He's telling me that's the only password he has, but I'm thinking there's got to be a different password or some such thing for me to utilize MySQL on his server...am I right? I told him to check with his host. Am I sending him in the right direction?One of our clients' wants a database to store form data because the data is beign sent to multiple recipients and they want to be able to update the database with "expiring" recipients etc. It should be an easy enough project, I just can't get logged on.thanks for your help! I appreciate any and all.
  3. Gooder

    Connection Issues

    This is my code....<?phpsession_start();$con = mysql_connect("localhost","******","******");if (!$con) { die('Could not connect: ' . mysql_error()); } if (mysql_query("CREATE DATABASE LostLife.db",$con)) { echo "Database created"; }else { echo "Error creating database: " . mysql_error(); }I'm using the password and have tried connecting using lexnoc.com and localhost. I have the username and password correct, and this is the error I get. Warning: mysql_connect(): Access denied for user: 'lexnoc@localhost' (Using password: YES) in /home/httpd/vhosts/lexnoc.com/httpdocs/lostlife/searchtest.php on line 3Could not connect: Access denied for user: 'lexnoc@localhost' (Using password: YES)Is it something I'm doing, or is it the server? I need to know so I can tell my boss to contact the server admin.Thanks!!
×
×
  • Create New...