摘要: mysqldump -uroot -p123456 test1 > C:\Users\Pei\Desktop\sql\backdb.sql //还原数据库 阅读全文
posted @ 2021-03-04 16:30 红尘沙漏 阅读(100) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, 阅读全文
posted @ 2021-03-04 11:42 红尘沙漏 阅读(81) 评论(0) 推荐(0) 编辑
摘要: SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS `testproc`; CREATE TABLE `testproc` ( `id` int(4) NOT NULL, `name` varchar(100) DEFAULT NULL, PRIMARY K 阅读全文
posted @ 2021-03-04 11:15 红尘沙漏 阅读(4529) 评论(0) 推荐(0) 编辑