Skip to content

Commit

Permalink
Updating docs for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
tloriato committed Apr 2, 2019
1 parent b89eaf9 commit 9a2d90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README-MYSQL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ configuration (my.cnf or my.ini) then remove it and restart the server.

5. Log into MySQL as root (e.g.: mysql -u root) and issue the following,
replacing "PASSWORD" with a password you choose:
5.0.1: https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost

create database abe;
CREATE USER 'abe'@'localhost' IDENTIFIED BY 'PASSWORD';
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You must have Python 2.x installed on your system to run MultiChain Explorer.

On Ubuntu, you will need to install the following dependencies:

sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install python-mysqldb
sudo apt-get install python-dev
sudo apt-get install python-pip
sudo pip install --upgrade pip
Expand Down

0 comments on commit 9a2d90e

Please sign in to comment.