Create Database
Posted 2022-11-07 09:44:40
0
234
To create a database in MySQL, use the "CREATE DATABASE" statement:
Below is the example of Creating a MySQL Database in Python:
import mysql.connector mydb = mysql.connector.connect( host="localhost", user="yourusername", password="yourpassword" ) mycursor = mydb.cursor() mycursor.execute("CREATE DATABASE mydatabase")
If the above code was executed with no errors, It means your database has been successfully created.
Check if Database Exists
You can also check if a database exist before you create a database by listing all databases in your system by using the "SHOW DATABASES" statement. Below is the example:
import mysql.connector mydb = mysql.connector.connect( host="localhost", user="yourusername", password="yourpassword" ) mycursor = mydb.cursor() mycursor.execute("SHOW DATABASES") for x in mycursor: print(x)
Cerca
Categorie
- Information Technology
- Office Equipment and Supplies
- Cars and Trucks
- Persons
- Books and Authors
- Tutorials
- Art
- Causes
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Giochi
- Gardening
- Health
- Home
- Literature
- Music
- Networking
- Altre informazioni
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Leggi tutto
U.S. Compact Track Loader Market Forecast: Demand, Value & Player Insights 2030
Overview of the U.S. Compact Track Loader Market:
Gain data-driven insights into U.S. Compact...
Power Through Firewood Like a Pro with the Fiskars Splitting Axe
If you regularly split firewood, you know that having the right tool makes all the difference. A...
Comprehensive Overview of the Middle East Two-Wheeler Tire Market: Size, Trends, and Growth Forecast for 2024-2030
Markntel Advisors’ report, Middle East Two-Wheeler Tire Research Report: Industry Trend,...
電子部品用ソルダーペースト業界レポート:市場動向、機会分析、将来予測2025-2031
QYResearch株式会社(所在地:東京都中央区)は、最新の調査資料「電子部品用ソルダーペースト―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」を2025年6月5...
ボートジャックラインの世界産業シェア、最新進展、将来動向レポート2025-2031
2025年6月9日に、QYResearch株式会社(所在地:東京都中央区)は「ボートジャックライン―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」の最新調査資料を発...
© 2025 Omaada - A global social and professionals networking platform
Italiano
