Prompt Details
Model
Chat - GPT-4 (gpt-4)
Token size
116 ($0.00350 / call)
Example input
[scripting language]:python, [database type]:mysql
Example output
import mysql.connector
from mysql.connector import Error
def main_menu():
print("Please choose an option:")
print("1. Connect to a MySQL database")
print("2. List all tables in the database")
print("3. List all columns in a table")
print("4. Search the database for a keyword or phrase")
print("5. Exit")
By purchasing this prompt, you agree to our terms of service
GPT-4
This prompt will create a python script to run that will do the major administration tasks on a MySQL database. You don't need to know Python or MySQL to have a healthy running database.
...more
Added over 1 month ago

