Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/damir-sijakovic/wordpress_db_generator
- Owner: damir-sijakovic
- Created: 2021-08-14T09:11:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T09:13:27.000Z (over 3 years ago)
- Last Synced: 2024-12-02T21:12:01.460Z (2 months ago)
- Topics: bash, mariadb, mysql, wordpress
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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