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


相关内容

热门资讯

美国民众抵制政府在旧金山修建移... 据凤凰卫视报道,旧金山湾区一处地块可能被用于修建非法移民拘留设施。对此,当地官员和民权团体5月15日...
蜜雪冰城上线黄仁勋“大佬同款”... 极目新闻记者 郭奕5月15日,有网友拍到英伟达CEO黄仁勋出现在北京南锣鼓巷,品尝了各类小吃,还喝了...
“扫码入企”为企业松绑减负 本报记者 刘 亮□ “扫码入企”本质上是通过数字化手段进一步规范涉企行政检查,解决企业长期反映强烈的...
高三女生高考前确诊罕见病,母亲... 极目新闻记者 张裕5月15日,武汉市第三十九中学成人礼现场,高三学生杨乐乐在母亲搀扶下走过“成人门”...
台中队誓师大会登场,黄国昌:民... 海峡导报综合报道 台湾民众党“台中队”16日亮相,跨足山海屯、市区目前提名6名市议员参选人,白营党主...
“美国稀土联盟跑不起来:日本不... 【文/观察者网 王一】美国想拉盟友重建稀土供应链,却发现队伍不好带。美国彭博社5月15日发长文分析称...
大连爱碧克取得管口自动辊凸台装... 国家知识产权局信息显示,大连爱碧克空调配件有限公司取得一项名为“一种管口自动辊凸台装置”的专利,授权...
免费开放!机器人足球赛等趣味科... 5月16日至17日,中国科学院第22届公众科学日在全国一百余家高校科研院所举行,并面向社会免费开放。...
“智云上海,智惠全城”中国电信... 5月15日,2026年中国电信第六届科技节上海站正式启幕。活动主论坛以“智云上海,智惠全城”为主题,...
孙燕姿演唱会中突发不适,多名工... 5月15日晚,孙燕姿在台北举行演唱会,表演途中她腿部突然有些不适,疑似抽筋。但她仍坚持唱完当前曲目,...