Skip to content
View shubhrohilla's full-sized avatar
Block or Report

Block or report shubhrohilla

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. shubhrohilla.github.io shubhrohilla.github.io Public

    Personal work of Shubh Rohilla

    CSS

  2. swachalit swachalit Public

    Forked from null-open-security-community/swachalit

    Swachalit - The null automation platform that hosts null.co.in.

    Ruby

  3. Plant-App-Flutter-UI Plant-App-Flutter-UI Public

    Forked from abuanwar072/Plant-App-Flutter-UI

    Dart

  4. flutter-tiktok-ui-clone flutter-tiktok-ui-clone Public

  5. Setting up mysql on remote server (V... Setting up mysql on remote server (VPS) running fresh Ubuntu 18.04 LTS (Bionic Beaver)
    1
    $ sudp apt install mysql-server
    2
    $ sudo mysql --defaults-file=/etc/mysql/debian.cnf
    3
    
                  
    4
    mysql> USE mysql
    5
    mysql> SELECT User, Host, plugin, authentication_string FROM mysql.user;