Skip to content
Hacktube5 - Bug Bounty
  • course
    • PHP
    • c
    • C++
    • CSS
    • HTML
    • java
    • Python
    • Bug Bounty Tips And Tricks
    • Ethical Hacking
  • Web development
  • tutorials
    • Games
    • Google API
    • How to Dwonload
    • Kali Linux tutorials
    • Metasploit
    • Metasploit & Exploiting
  • Toggle website search
Menu Close
  • course
    • PHP
    • c
    • C++
    • CSS
    • HTML
    • java
    • Python
    • Bug Bounty Tips And Tricks
    • Ethical Hacking
  • Web development
  • tutorials
    • Games
    • Google API
    • How to Dwonload
    • Kali Linux tutorials
    • Metasploit
    • Metasploit & Exploiting
  • Toggle website search
Python

Python MySQL Create Database

Create a database in MySQL Using Python Hello Friends let's create the database using the "CREATE DATABASE" statement import mysql.connector mydb = mysql.connector.connect( host="localhost", user="yourusername", password="yourpassword" ) mycursor = mydb.cursor()…

0 Comments
August 2, 2022
Python

Python MySQL

Python MySQL Hello, friends let's connect our web application to our MySQL database to do that first we need to download the MySQL connector so let's download it . python…

0 Comments
August 2, 2022
  • A Step-by-Step Guide to Setting up and Installing WordPress on EC2 Ubuntu
  • Server Config Files and Internal Paths for Bounty and Recon
  • The Future of Cybersecurity: Anticipated Trends for 2023 and Beyond
  • Google BARD vs. ChatGPT: A Battle of AI-Language Models
  • Opera vs Google Chrome
  • Ghauri Advance SQL Injection Scanner | Install and use
  • Heartbleed
  • How to Adjust Website Width in OceanWP Theme on WordPress
  • SNMPcheck: Basic and Advanced Usage for Network Security
  • How to Use Lynis in Kali Linux: Basic and Advanced Security Auditing
  • How to Use Hydra for Brute-Force SSH Connections: A Step-by-Step Guide
  • How to Use DigitalOcean for Your Website or Application: A Complete Guide
  • Top SEO Tools for Website Optimization and Search Engine Rankings
  • 9 Essential Tips for Boosting Your Local SEO Strategy
  • Ultimate Guide to Kali Linux: Downloads, Tutorials, Nethunter, Linux Tools
Web Hosting
DigitalOcean Referral Badge

Follow Us

  • Instagram
  • Facebook
  • Twitter
  • Twitch