Mysql 造数测试
admin
2023-05-16 10:01:55
0


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


相关内容

热门资讯

以“第一”之名赴强军之约(强军... 运—20A飞机在飞行中释放干扰弹。刘 川摄火箭军某部官兵正在集结登车。刘志词摄武警安徽总队合肥支队官...
金融时报:特朗普改口,伊朗已在... 当地时间8月2日,英国《金融时报》发文《伊朗在对特朗普政府的战争中占据主动权》。文章分析,经过半年的...
男孩在街边配电箱边玩耍时触电昏... 8月1日,河南三门峡灵宝市,有网友发视频称,一个男孩在桃林街上的一个配电箱旁触电晕倒,视频显示,急救...
遥控板按开关电视机啪的一声电视... 遥控板按开关电视机啪的一声电视没有电源了正常情况下遥控板按开关不会引起电视没有电源的问题,出现此类问...
按下启动键脱水嗡嗡响 1、脱水时转速高。2、衣物放置不平整。3、洗衣机放置的位置有问题。4、洗衣机内有异物存在。5、排水阀...
热水器复位键按下弹起 热水器复位键按下弹起:可能是热水器遥控器无法使用,或是遥控器电量耗尽,可以更换电池再使用;热水器频繁...
热水器开关是一直开着还是不用就... 不用就关,要是常年一直二十四小时开着,极易造成超负荷运行,热水器本身的使用时间就不久,要是二十四小时...
冰柜有个加热灯是开还是关 不需要关注具体的开关状态,因为冰箱在实际工作的过程当中,内部都会安装相应的自动感温装置,根据用户的设...
日本最新民调公布:76%民众支... 日本《琉球新报》2日报道,日本舆论调查协会8月1日公布的一项最新民意调查结果显示,76%的日本民众认...
疯狂降智的谷歌,彻底沦为“美国... 如果要问,现在谁家的AI能力最强?ChatGPT、Claude、DeepSeek各有千秋,吵上三天三...