Search results

  1. O

    local MySQL server name

    Thanks for that. I did miss that the first time through in creating my database, but did catch it upon my review... before your advice here. I don't think that is the problem but I shall check to make sure I have used the correct db username. Thanks.
  2. O

    local MySQL server name

    I have seen those instructions, yet I cannot connect. I will try some debug code to try to find the problem. Thanks.
  3. O

    local MySQL server name

    I have read the previous posts that specify that the host name of my local database is just localhost. I have tried it in my php code: $servername = "localhost"; and it does not work. I am pretty sure I have the database name, my username, and my password all correct, but I cannot connect...
Top