Skip to content
View mihaikelemen's full-sized avatar
:octocat:
<online />
:octocat:
<online />

Block or report mihaikelemen

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 Loading

  1. Small utility to change a database c... Small utility to change a database collation & character set
    1
    #!/bin/bash
    2
    
                  
    3
    DB_USER="" # your database user
    4
    DB_PASSWORD="" # your database password
    5
    DB_NAME="" # your database name
  2. A minimalistic backup tool for MySQL... A minimalistic backup tool for MySQL / MariaDB or files with auto-cleanup
    1
    #!/bin/bash
    2
    # 
    3
    # A minimalistic backup tool for MySQL or files with auto-cleanup after a certain period, on a Ubuntu or Centos based environments.
    4
    # It can handle multiple projects (websites) located on the server where this tool is present. Add one or more *.conf files in the backup.d directory
    5
    # For each one of them we generate the md5 checksum.
  3. DUKIntegrator DUKIntegrator Public

    A dockerized approach for DUKIntegrator

    Shell