Mysql 造数测试

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql 造数测试相关的知识,希望对你有一定的参考价值。


1、创建custom数据库

create database custom;


2、创建cuser表

create  table  cuser (

id       int unsigned auto_increment primary key ,

account   varchar(50)  not null ,

password  varchar(20)  not null ,

username  varchar(20)  not null ,

card_id   varchar(20)  not null ,

user_id   varchar(30)  not null ,

telphone  bigint(20)   not null ,

email    varchar(50) 

);


3、下载造数sql:http://down.51cto.com/data/2334530

C:\Users\yuri_bai>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 5.7.19-log MySQL Community Server (GPL)
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| custom             |
| mysql              |
| performance_schema |
| sys                |
+--------------------+
5 rows in set (0.00 sec)

mysql> use custom
Database changed

mysql> show tables;
+------------------+
| Tables_in_custom |
+------------------+
| cuser            |
+------------------+
1 row in set (0.00 sec)

mysql> source C:\Users\yuri_bai\Desktop\12306.sql

备注:(这个sql是这两天上班空余时间,整理出来了)这里执行注意一定要是全路径


4、整理数据空格,因为是用UE慢慢调整出来了,所以最后一列数据空格较大。

如有更好的方法,还请不吝赐教

mysql> update cuser set email = trim(email);  #去掉数据库里面列字段内容的空格
Query OK, 131493 rows affected (4.06 sec)
Rows matched: 131653  Changed: 131493  Warnings: 0


本文出自 “老白的博客” 博客,请务必保留此出处http://laobaiv1.blog.51cto.com/2893832/1962153

以上是关于Mysql 造数测试的主要内容,如果未能解决你的问题,请参考以下文章

sql造数技巧

Python-工具-生成测试数据

部分代码片段

linux中怎么查看mysql数据库版本

CTS测试CtsWindowManagerDeviceTestCases模块的testShowWhenLockedImeActivityAndShowSoftInput测试fail项解决方法(代码片段

;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk