mysql installation(설치)_mysql_failed to connect to mysql at 127.0.0.1 with user root
IT 2018. 9. 19. 14:08bitnami
https://bitnami.com/stack/wamp/installer
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)
mysql -uroot -p
show databases;
create database sdlee;
commit;
use sdlee;
create user '사용자'@'localhost' identified by '비밀번호';
'IT' 카테고리의 다른 글
20180921_react (0) | 2018.09.21 |
---|---|
20180919_JasperSoft(1) (0) | 2018.09.19 |
왼손잡이 키보드 사용 (0) | 2018.09.19 |
20180918_reactSource (0) | 2018.09.18 |
react_20180917 (0) | 2018.09.18 |