Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P16
goddamn.log
Active
Public
Actions
Authored by
revi
on Apr 17 2016, 3:51 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
mysql -u root -p
create user wikibbs identifed by pw;
create database wikibbs;
grant all on wikibbs.* to 'wikibbs'@'localhost';
flush privileges;
exit;
mysql -u wikibbs -p < backup.sql
Enter password:
ERROR 1045 (28000): Access denied for user 'wikibbs'@'localhost' (using password: YES)
Event Timeline
revi
created this paste.
Apr 17 2016, 3:51 AM
revi
created this object with edit policy "
개발자
(Project)".
revi
mentioned this in
T265: Setup failure
.
Apr 17 2016, 3:55 AM
Log In to Comment