Menu

Warning when trying to create MySql table

Help
azwebdude
2005-10-29
2013-06-03
  • azwebdude

    azwebdude - 2005-10-29

    When I choose to have a new table created on MySQL, I get the following error

    Warning: mysql_connect(): Access denied for user: '*******@****.verdevalley.com' (Using password: YES) in /home/******/public_html/forms/process3.php on line 288

    I've replaced information about my server with ****, but where is it getting @*****.verdevalley.com? I've looked in process3.php line 288 and I dont see this referenced. 

     
    • TNTEverett

      TNTEverett - 2005-11-01

      The password is not kept in the process file.  It is in the config.inc.php file.  Check this file for the correct password. 

       
    • don

      don - 2007-04-30

      I am a newbee on this aplication but I am getting the same error:

      Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'incremen_don2'@'serv01.siteground175.com' (using password: YES) in /home/incremen/public_html/Form/process3.php on line 288

      Could not establish connection to MySQL database with the information provided"

      Initialy I used sitegrounds fantastico script to setup the app. It did not work and came up with the same error. I have gone in created a new db user user incremen_don2 change the config.php file to see if this helps but still no luck. What should I look at know?

      It would good to get this working.
      Thanks
      Donald

       
      • TNTEverett

        TNTEverett - 2007-05-01

        I have had this problem before and I got around it by manually creating the db table and all the table entries.  I did this using phpMyAdmin.  Strange though that after correcting it this way once, it did not occur again. 
        I can not explain it because I never had to fix it again.  Try this and see how far you get.  If you still need help feel free to come back and post again. 

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.