Gaurav Sachdeva
Gaurav Sachdeva
Screencast of plots2 On Sun, Dec 2, 2018 at 6:27 PM Oorjit Chowdhary wrote: > Which project? @publiclab/mentors > > > — > You are receiving this because you are...
Actually, we can create these tasks for all our active repositories. On Sun, Dec 2, 2018 at 6:38 PM Gaurav Sachdeva < [email protected]> wrote: > Screencast of plots2 > >...
@jywarren check this out. Also, any thoughts about the next steps with the video :smiley: .
> Maybe we can mention that this installation works for every OS ? Fair point @Rishabh570 as installation steps would be similar for Ubuntu and Mac OS too (assumes npm,...
@jywarren if you think the above method stated by @ccloquet is apt, then we can open a separate issue for handling the case. What do you think? Thanks!
Great! On Sun, Feb 10, 2019 at 12:15 AM Lakshya Khera wrote: > Sorry, I wasn't able to work on this issue! I'll be starting it asap :) > >...
Hi @Dhiraj240, you can reset the password using - https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html And, if you still get error - `ERROR 1698 (28000): Access denied for user 'root'@'localhost'" error` then, checkout this thread...
I gave different names to database in development and in testing: 
I faced somewhat similar errors initially, I tried resetting password too but at last I changed the mysql plugin to `mysql_native_password` instead of `auth_socket` using - https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost You can do...
you can run the rails server on a different port with `rails s -p [port-number]` . Also, it's fine to start with default server WebRick for development(when you run server...