Jump to content

edward19283

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by edward19283

  1. I am trying to import into Outlook the sent items stored in the sent folder on the webmail server (I am using the Horde email program). I cannot find an easy or elegant way of doing this. Does anyome have any experience with this? Thanks.
  2. Thanks! That's what I was looking for.
  3. I get email sent to my domains without there being a valid email address from which to receive, yet it gets received and stored in the general account inbox. Example: email sent to info@**** is received and stored, even though I do not have an email account or forwarder called info@****. Is there a way to discard/bounce any email that does not have a specific account associated with it? Thanks.
  4. I had not yet installed wordpress, but after posting here, I thought I'd try it and perhaps whatever I was seeing via the MySQL CP was unrelated. That turned out to be correct. The install went fine and all is working properly. Thanks for the help!
  5. Here is a copy of the connection strings I get when I am at the MySQL account maintenance page. Connection Strings Perl $dbh = DBI->connect("DBI:mysql:alnypxuv_wordpress1:localhost","alnypxuv_edward","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "alnypxuv_edward", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("alnypxuv_wordpress1");
  6. I wish to setup a MySQl database. I created the DB, created the user, linked the user to the DB, and get errors connecting to the DB. Someone in support told to use the server IP instead of "localhost". What is my server IP...my domain name? I tried that and still get the same error. Thanks
×
×
  • Create New...