Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suhailvs/suhailvs.com

my home page:
https://github.com/suhailvs/suhailvs.com

Last synced: 9 days ago
JSON representation

my home page:

Awesome Lists containing this project

README

        

# [suhails.in](http://suhails.in) #

### Openshift credentials ###

+ username: `[email protected]`
+ clone: `git clone ssh://[email protected]/~/git/www.git/`
+ ssh: `[email protected]`

### export Openshift mysql Database ###

goto: `http://suhails.in/phpmyadmin` -> then export `blog,blog_tags,tag`

+ Export Method: Custom - display all possible options
+ Format-specific options: structure and data
+ Object creation options: Add CREATE PROCEDURE / FUNCTION / EVENT statement

### Import to local mysql database:###

Import the file **backup_aug12.sql** to local mysql database:

mysql -u -p < backup_aug12.sql