/    Sign up×
Community /Pin to ProfileBookmark

Can Someone explain this error message?

CREATE TABLE phpbb_cash_log (
log_id int(11) NOT NULL auto_increment,
log_time int(11) NOT NULL default ‘0’,
log_type smallint(6) NOT NULL default ‘0’,
log_action varchar(255) NOT NULL default ‘ ‘,
log_text varchar(255) NOT NULL default ‘ ‘,
PRIMARY KEY (log_id)
);
+++ Error: Access denied for user: ‘yscr_bbuwuB@localhost’ to database ‘phpbb’

im running a mod for my forum……my user name is 2003p…..i dont know where it is getting that?? can anyone explain this?

to post a comment
Full-stack Developer

5 Comments(s)

Copy linkTweet thisAlerts:
@DaiWelshFeb 07.2005 — How are you running the query - phpmyadmin, mysql command line, via php?
Copy linkTweet thisAlerts:
@LiLcRaZyFuZzYFeb 07.2005 — what u could do, is to log in as the root user in mysql, then use the mysql database, and check the status of "yscr_bbuwuB" in the user table.
[CODE]
use mysql;
[/CODE]

[CODE]
select * from userG;
[/CODE]


check what right this account has
Copy linkTweet thisAlerts:
@hsuballer42authorFeb 07.2005 — to answer daiwelsh i used i used the install.php file that came with the mode...i put it in my root directory and then ran it....all of the "INSERTO" lines ran fine...but when it came to running those tables i got the "access denied" error message.

i then ran the tables manually in phpmyadmin and the tables are there on the database

to answer fuzzy i did look at it and i dont know where it shows the rights.....everything is set on "no" though where as my "yroot" is set on yes....does that tell you anything??

thanks alot guys
Copy linkTweet thisAlerts:
@LiLcRaZyFuZzYFeb 07.2005 — well, u could try create a new user(a field) where u set them to YES) or maybe use ur root account to log to ur dB..?i dunno, give it a try
Copy linkTweet thisAlerts:
@hsuballer42authorFeb 07.2005 — ok...well i think i fixed it...that weird username was in the user ID's so went into it and changed everything to "yes" instead of "no" ...now everything is working fine..thanks...
×

Success!

Help @hsuballer42 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...