Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-24-2005, 01:04 AM
Rip Da Monsta Rip Da Monsta is offline
 
Join Date: May 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 1044 Error Code Help?

AIM= lll rip lll

Hi, i recently installed a Vb, im stuck at step 2...and i recieved that 1044 error code...

Step 2) Connect to the database

Attempting to attach to database

Connect failed: unexpected error from the database.

Error number: 1044

Error description: Access denied for user: 'futheremix@localhost' to database 'forums'

Please ensure that the database and server is correctly configured and try again.

and i also got this email..

Database error in vBulletin :

cannot use database forums
mysql error: Access denied for user: 'futheremix@localhost' to database 'forums'

mysql error number: 1044

help? i really am lost...
Reply With Quote
  #2  
Old 05-24-2005, 02:11 AM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your /includes/config.php, check your database username/password settings, either the username is wrong, or password.

If in doubt contact your host, as we cannot tell you what they are.

- Zero Tolerance
Reply With Quote
  #3  
Old 05-24-2005, 02:20 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm curious as to how installing a hack would change your config file. What hack was it ?
Reply With Quote
  #4  
Old 05-24-2005, 03:23 AM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uhm, he didn't say he installed a hack:
Quote:
Hi, i recently installed a Vb, im stuck at step 2...and i recieved that 1044 error code...
Unless i'm missing something?

- Zero Tolerance
Reply With Quote
  #5  
Old 05-24-2005, 03:45 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zero Tolerance
Uhm, he didn't say he installed a hack:


Unless i'm missing something?

- Zero Tolerance
Nope, your right - I mis-read it :glasses:
Reply With Quote
  #6  
Old 05-24-2005, 07:55 PM
Rip Da Monsta Rip Da Monsta is offline
 
Join Date: May 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is anybody avlaiable to give me step by step fix, i am 100% that the info is typed correctly...i need some help
Reply With Quote
  #7  
Old 05-24-2005, 09:03 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The user/password you are using does not have the correct mysql permissions - if you cannot control this then you need to speak to your host.
Reply With Quote
  #8  
Old 05-24-2005, 09:49 PM
Rip Da Monsta Rip Da Monsta is offline
 
Join Date: May 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i own the server, im telling ya i TRIPLE checked...i've heard something about granting something, but this shouldnt be the case since i am the sever owner...please any more help would be really appreicated

i have granted myself FULL permission on my server, does it have somethign to do with my MqSQL version?
Reply With Quote
  #9  
Old 05-24-2005, 10:29 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rip Da Monsta
i own the server, im telling ya i TRIPLE checked...i've heard something about granting something, but this shouldnt be the case since i am the sever owner...please any more help would be really appreicated

i have granted myself FULL permission on my server, does it have somethign to do with my MqSQL version?
Do you know how to create mysql users, databases, and grant database permissions to those users ?

Being the owner means nothing if you haven't actually granted the user you are using the correct permissions.
Reply With Quote
  #10  
Old 05-24-2005, 10:50 PM
Rip Da Monsta Rip Da Monsta is offline
 
Join Date: May 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

they seem to have, it's tellin me i have all the proper permissions, and i was jsut letting you know, i am the owner. To install a VB do i need to edit the db_mysql.php file?

p.s. i also have msn if it would make this easier, please man..ANYTHING im desperate at this point

actually, i have recieved another error now...trying to fix this...Step 2) Connect to the database

Attempting to attach to database

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /var/www/html/forums/includes/db_mysql.php on line 141

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

i think i narrowed it down to

Step 2) Connect to the database

Attempting to attach to database

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /var/www/html/forums/includes/db_mysql.php on line 141

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

i think i narrowed it down to

$this->error = mysql_error($this->link_id);

that is line 141, someone explain to me what that means, and what i must do to fix it
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04110 seconds
  • Memory Usage 2,253KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete