| txtdata | | webauth | | webpass | +---+ 13 rows in set (0.00 sec) MariaDB [(none)]> create database daochudata; Query OK, 1 row affected (0.00 sec) MariaDB [(none)]> show tables; ERROR 1046 (3D000): No database selected MariaDB [(none)]> show databases; +---+ | ...
MariaDB [(none)]> load data infile '/var/lib/mysql/txtdata/yz2014_1.txt' into table express312 fields terminated by',' LINES TERMINATED BY '\n' (id,orderid,orderdate,ordercontent,sendaddress,sendname,sendphone,recvaddress,recvname,recvphone); ERROR 1046 (3D000): No database selected ...
备份后,尝试恢复时出现ERROR 1046 (3D000) at line 22: No database selected 加上这两句 CREATE DATABASE IF NOT EXISTS `library_db` DEFAULT CHARACTER SET utf8 DEFAULT ENCRYPTION='N' ; USE `library_db`; mysql 进行备份和恢复时使用自己一开始创建的root用户账户 视频使用图书馆管理系统时 用户AB 密...
ERROR 1046 (3D000): No database selected MariaDB [(none)]> use test Database changed MariaDB [test]> load data infile '/var/lib/mysql/txtdata/yz2014_1.txt' into table express312 fields terminated by',' LINES TERMINATED BY '\n' (id,orderid,orderdate,ordercontent,sendaddress,sendname...
ERROR 1046 (3D000): No database selected MariaDB [(none)]> use test Database changed MariaDB [test]> load data infile '/var/lib/mysql/txtdata/yz2014_1.txt' into table express312 fields terminated by',' LINES TERMINATED BY '\n' (id,orderid,orderdate,ordercontent,sendaddress,sendname...