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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. parx87

    PHP Randomly Inserting Blank MySQL Rows

    I'm having an issue with PHP inserting what seems to be randomly blank entries into a MySQL table. I'm a n00b developer and I'm sure this is a simple issue, but just can't seem to figure it out, and searching here and Google hasn't turned up a solution. Here's the code I'm working with...
  2. parx87

    ODBC Not Configured, Not Asking for Password

    Thank you hvass, your comment lead me to finding the answer! After investigating the user table, there's an entry for localhost where the username is blank. After issuing the following command: set password for ''@'localhost' = password('****'); now when I try to connect without...
  3. parx87

    ODBC Not Configured, Not Asking for Password

    I've done a bit of searching on this and can't find anyone with my exact issue. When I type mysql at the command prompt, and do not specify a username or password, it automatically connects using ODBC@localhost, and doesn't require a password of any kind. I can specify root and it does ask for...

Part and Inventory Search

Back
Top