Rspec Project run first - vigoroom

Rspec project taken by rinku for do some work

for that he gives credentials by dharmendra

after that

i install it

run bundle

create the database

shikha blog prefer for that


https://shikhapandey98.blogspot.com/2019/10/install-mysql-on-ubuntu-18.html

mysql ki kuch error aa rahi thi toh mysql ka password nai pata tha 

rinku sir ne mysql ka password change karwaya shikha ke blog ke through

usmein last second wala command nai chalaya

bundle install nai ho raha tha

gem install bundler karaya toh chal gaya yeh fir

]

Install Mysql On Ubuntu 18.04

1. sudo apt-get install mysql-server mysql-client libmysqlclient-dev
2. sudo service mysql status
3.  mysql -u root -p   yeh nai chalega shayad
4. sudo mysql -u root -p
5. uninstall plugin validate_password;
6. ALTER USER 'root'@'localhost' IDENTIFIED BY 'root';
7.  ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
8. SELECT user,authentication_string,plugin,host FROM mysql.user;
9. ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';   yeh nai chalaya
10.  ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
import mysql database ( mysql -u username -p database_name < file.sql )








Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5