Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damir-sijakovic/wordpress_db_generator

Bash script that generates SQL code that creates db, user and pass with string that you pass as argument to 'createdb.sh'. This is useful when you just want to quickly generate database for Wordpress development on local machine.
https://github.com/damir-sijakovic/wordpress_db_generator

bash mariadb mysql wordpress

Last synced: 9 days ago
JSON representation

Bash script that generates SQL code that creates db, user and pass with string that you pass as argument to 'createdb.sh'. This is useful when you just want to quickly generate database for Wordpress development on local machine.

Awesome Lists containing this project

README

        

# Wordpress Database Generator

Bash script that generates SQL code that creates db, user and pass with
string that you pass as argument to 'createdb.sh'.
This is useful when you just want to quickly generate database for Wordpress development on local machine.

Generate sql code:
![shell](shell.png)

Query code in phpMyAdmin:
![phpmyadmin](phpmyadmin.png)

### Have Fun