0% found this document useful (0 votes)
19 views12 pages

SQL Send

The document provides instructions for installing software with default settings and values. It mentions clicking next, using default user and password, and adding a new user if not already added.

Uploaded by

Rachita Raman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views12 pages

SQL Send

The document provides instructions for installing software with default settings and values. It mentions clicking next, using default user and password, and adding a new user if not already added.

Uploaded by

Rachita Raman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

AFTER COMPLEATING THE INSTALLITION CLICK ON NEXT

HERE ALL VALUES TO BE KEPT AS DEFAULT VALUESINCLUDING PORT AND CONFIG


KEEP ALL SAME NO CHANGES TO BE MADE

\
DEFAULT USER IS ROOT PASSWORD TO BE ADDED IS NEW AND MUST BE REMEMBERED

NEW USER CAN BE ADDED USING ADD USER IF NOT ADDED THEN THE USER IS ROOT

CLICK NEXT

KEEP ALL DEFAULT


CONNECTING TO CMD
Code to connect

Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on
win32

Type "help", "copyright", "credits" or "license()" for more information.

import math

print(math.pow(2,3))

8.0

import mysql.connector

con=mysql.connector.connect(host='localhost',

password='jrk*j8WMpP87az*N',
'kjgnaknfknfdjskfs'
klmdjfeo ,

user='root')
if con.is_connected():

print("YES")

YES

You might also like