Post History
Simply, mysql-server isn't running, you will have to run it first using: sudo service mysql start then try to sign into mysql-server using: sudo mysql then you are good to go.
Answer
#2: Post edited
- Simply, `mysql-server` isn't running, you will have to run it first using:
- ```bash
- sudo service mysql start
- ```
- then try to sign into `mysql-server` using:
- ```bash
sudo mysql -u root- ```
- then you are good to go.
- Simply, `mysql-server` isn't running, you will have to run it first using:
- ```bash
- sudo service mysql start
- ```
- then try to sign into `mysql-server` using:
- ```bash
- sudo mysql
- ```
- then you are good to go.