随笔分类 - MySQL
摘要:mysqldump -u root -p async_mysql_test > async_mysql_test_backup.sql create database if not exists async_mysql_test_backup; mysql -u root -p async_mysq
阅读全文
摘要:1.Open PowerShell via administrator role,then run to confirm whether the ssh has been installed in win11 ssh -V 2.Access mysql via ssh, prerequisite y
阅读全文
摘要:'CREATE TABLE `t1` ( `id` int NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL DEFAULT '''', `lastname` varchar(100) NOT NULL DEFAULT '''',
阅读全文
摘要:Install dapper using Dapper; using MySql.Data.MySqlClient; namespace ConsoleApp87 { internal class Program { static string connStr = @"Server=serverna
阅读全文
摘要:add default command timeout=0 as below string connStr = "Server=localhost;database=mydb;username=root;pwd=root;default command timeout=0";
阅读全文
摘要:use mydb; drop table if exists t1; create table t1 (id int auto_increment primary key, firstname varchar(100) not null default '', lastname varchar(10
阅读全文
摘要:mysql 5.7.16 installer download url for once click installation https://cdn.mysql.com/archives/mysql-installer/mysql-installer-community-5.7.16.0.msi
阅读全文

浙公网安备 33010602011771号