Focus mode
mysql -u USERNAME -p PASSWORD
# Bu bir açıklama satırıdır.
CREATE DATABASE db_name;
SHOW DATABASES;
DROP DATABASE db_name;
ALTER DATABASE db_name;
USE db_name;
CREATE DATABASE db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
ALTER DATABASE db_name CHARACTER SET utf8 COLLATE utf8_general_ci;
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!