代码拉取完成,页面将自动刷新
/*
Navicat Premium Data Transfer
Source Server : localhost
Source Server Type : MySQL
Source Server Version : 50726 (5.7.26)
Source Host : localhost:3306
Source Schema : music
Target Server Type : MySQL
Target Server Version : 50726 (5.7.26)
File Encoding : 65001
Date: 18/10/2023 14:15:46
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for album
-- ----------------------------
DROP TABLE IF EXISTS `album`;
CREATE TABLE `album` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`album_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '专辑名',
`album_faceimg` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '专辑图像',
`popularity` int(11) NULL DEFAULT NULL COMMENT '热度',
`album_Issue_date` datetime NULL DEFAULT NULL COMMENT '专辑发行日期',
`price` double NULL DEFAULT NULL COMMENT '专辑价格',
`art_id` int(11) NULL DEFAULT NULL COMMENT '作者id',
`genre_id` int(11) NULL DEFAULT NULL COMMENT '类别',
PRIMARY KEY (`id`) USING BTREE,
INDEX `atr_id`(`art_id`) USING BTREE,
INDEX `genre_id`(`genre_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 51 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of album
-- ----------------------------
INSERT INTO `album` VALUES (7, 'Yang Jiehong', 'static/img/covers/cover1.jpg', 6307, '2007-05-06 00:00:00', 67.21, 35, 2);
INSERT INTO `album` VALUES (6, 'Thelma Boyd', 'static/img/covers/cover6.jpg', 6728, '2019-04-28 00:00:00', 24.14, 20, 10);
INSERT INTO `album` VALUES (5, 'Lawrence Davis', 'static/img/covers/cover3.jpg', 9746, '2018-01-31 00:00:00', 86.9, 9, 7);
INSERT INTO `album` VALUES (4, '曹晓明', 'static/img/covers/cover3.jpg', 3633, '2011-07-08 00:00:00', 67.09, 27, 9);
INSERT INTO `album` VALUES (3, '汪云熙', 'static/img/covers/cover4.jpg', 2619, '2023-06-12 00:00:00', 42.5, 24, 2);
INSERT INTO `album` VALUES (2, 'Yuen Kwok Kuen', 'static/img/covers/cover8.jpg', 2270, '2019-10-27 00:00:00', 61.21, 30, 4);
INSERT INTO `album` VALUES (1, 'Yung Wing Sze', 'static/img/covers/cover9.jpg', 6438, '2018-08-20 00:00:00', 33.35, 10, 6);
INSERT INTO `album` VALUES (15, 'Jason Patterson', 'static/img/covers/cover8.jpg', 82, '2010-05-25 00:00:00', 7.66, 23, 3);
INSERT INTO `album` VALUES (14, 'Cho Ting Fung', 'static/img/covers/cover7.jpg', 2636, '2018-11-10 00:00:00', 16.39, 35, 8);
INSERT INTO `album` VALUES (13, 'Margaret Allen', 'static/img/covers/cover1.jpg', 9082, '2014-12-22 00:00:00', 70.92, 8, 7);
INSERT INTO `album` VALUES (12, '千葉美咲', 'static/img/covers/cover7.jpg', 3746, '2023-06-19 00:00:00', 86.81, 20, 7);
INSERT INTO `album` VALUES (11, 'Cheryl Medina', 'static/img/covers/cover1.jpg', 3462, '2007-05-12 00:00:00', 30.46, 1, 6);
INSERT INTO `album` VALUES (10, 'Xue Yuning', 'static/img/covers/cover9.jpg', 1188, '2010-04-20 00:00:00', 61.22, 1, 5);
INSERT INTO `album` VALUES (9, 'David Morris', 'static/img/covers/cover6.jpg', 6099, '2001-12-27 00:00:00', 47.59, 7, 5);
INSERT INTO `album` VALUES (8, 'Wayne Rogers', 'static/img/covers/cover6.jpg', 7283, '2007-05-16 00:00:00', 20.37, 29, 9);
INSERT INTO `album` VALUES (16, 'Stephanie Jimenez', 'static/img/covers/cover1.jpg', 9371, '2003-11-24 00:00:00', 98.32, 11, 2);
INSERT INTO `album` VALUES (17, 'Teresa Crawford', 'static/img/covers/cover3.jpg', 9253, '2002-05-21 00:00:00', 47.37, 15, 6);
INSERT INTO `album` VALUES (18, '潘子异', 'static/img/covers/cover1.jpg', 394, '2021-06-22 00:00:00', 28.64, 5, 8);
INSERT INTO `album` VALUES (19, '中山凛', 'static/img/covers/cover3.jpg', 5385, '2004-11-10 00:00:00', 80.4, 5, 11);
INSERT INTO `album` VALUES (20, 'Fan Kwok Kuen', 'static/img/covers/cover3.jpg', 2696, '2003-04-04 00:00:00', 50.62, 39, 8);
INSERT INTO `album` VALUES (21, 'Lo Hui Mei', 'static/img/covers/cover1.jpg', 6774, '2020-08-04 00:00:00', 7.37, 11, 5);
INSERT INTO `album` VALUES (22, '竹内絢斗', 'static/img/covers/cover7.jpg', 2214, '2007-08-07 00:00:00', 46.11, 26, 8);
INSERT INTO `album` VALUES (23, 'Dong Jialun', 'static/img/covers/cover1.jpg', 5961, '2011-03-31 00:00:00', 65.89, 30, 11);
INSERT INTO `album` VALUES (24, 'Cheng Wai Lam', 'static/img/covers/cover9.jpg', 8668, '2020-02-21 00:00:00', 24.9, 21, 3);
INSERT INTO `album` VALUES (25, '柴田陽太', 'static/img/covers/cover8.jpg', 1857, '2004-11-24 00:00:00', 4.52, 7, 2);
INSERT INTO `album` VALUES (26, 'Andrea Morales', 'static/img/covers/cover2.jpg', 1457, '2016-05-09 00:00:00', 98, 20, 2);
INSERT INTO `album` VALUES (27, 'Song Xiuying', 'static/img/covers/cover3.jpg', 1062, '2009-05-24 00:00:00', 13.53, 20, 5);
INSERT INTO `album` VALUES (28, '野村絢斗', 'static/img/covers/cover7.jpg', 4912, '2002-06-24 00:00:00', 36.73, 25, 3);
INSERT INTO `album` VALUES (29, 'Don Rose', 'static/img/covers/cover1.jpg', 6246, '2012-11-02 00:00:00', 95.11, 22, 2);
INSERT INTO `album` VALUES (30, '山田美緒', 'static/img/covers/cover7.jpg', 7867, '2018-02-27 00:00:00', 12.18, 22, 10);
INSERT INTO `album` VALUES (31, 'Jane Silva', 'static/img/covers/cover1.jpg', 7316, '2013-03-29 00:00:00', 71.03, 27, 11);
INSERT INTO `album` VALUES (32, '酒井美月', 'static/img/covers/cover3.jpg', 5724, '2007-02-10 00:00:00', 72.23, 32, 8);
INSERT INTO `album` VALUES (33, 'Wu Yuning', 'static/img/covers/cover7.jpg', 6155, '2008-11-10 00:00:00', 2.23, 37, 10);
INSERT INTO `album` VALUES (34, '黎子韬', 'static/img/covers/cover3.jpg', 797, '2018-01-03 00:00:00', 22.62, 20, 8);
INSERT INTO `album` VALUES (35, 'Chic Kar Yan', 'static/img/covers/cover5.jpg', 9843, '2013-03-20 00:00:00', 80.86, 32, 9);
INSERT INTO `album` VALUES (36, 'Sheh Wing Suen', 'static/img/covers/cover6.jpg', 3516, '2013-09-27 00:00:00', 20.11, 7, 6);
INSERT INTO `album` VALUES (37, 'Zeng Lu', 'static/img/covers/cover1.jpg', 9715, '2014-01-15 00:00:00', 58.4, 21, 1);
INSERT INTO `album` VALUES (38, 'Li Lan', 'static/img/covers/cover6.jpg', 2306, '2001-01-09 00:00:00', 65.59, 17, 8);
INSERT INTO `album` VALUES (39, '有村光莉', 'static/img/covers/cover5.jpg', 4860, '2008-01-11 00:00:00', 60.08, 10, 2);
INSERT INTO `album` VALUES (40, '藤井樹', 'static/img/covers/cover1.jpg', 9515, '2014-09-23 00:00:00', 5.27, 39, 11);
INSERT INTO `album` VALUES (41, 'Choi Wing Fat', 'static/img/covers/cover6.jpg', 6496, '2004-09-21 00:00:00', 37.43, 11, 6);
INSERT INTO `album` VALUES (42, '朱子韬', 'static/img/covers/cover5.jpg', 7985, '2000-04-29 00:00:00', 16.94, 24, 8);
INSERT INTO `album` VALUES (43, '河野蒼士', 'static/img/covers/cover3.jpg', 6002, '2021-03-09 00:00:00', 39.41, 3, 2);
INSERT INTO `album` VALUES (44, 'Yuan Zitao', 'static/img/covers/cover9.jpg', 914, '2016-01-26 00:00:00', 51.78, 33, 1);
INSERT INTO `album` VALUES (45, '孔子异', 'static/img/covers/cover2.jpg', 323, '2020-07-13 00:00:00', 82.76, 14, 7);
INSERT INTO `album` VALUES (46, '木下湊', 'static/img/covers/cover4.jpg', 7351, '2005-12-10 00:00:00', 40.47, 1, 10);
INSERT INTO `album` VALUES (47, 'Zhou Anqi', 'static/img/covers/cover5.jpg', 6649, '2001-12-06 00:00:00', 43.41, 13, 4);
INSERT INTO `album` VALUES (48, 'Tang Tsz Ching', 'static/img/covers/cover1.jpg', 1948, '2017-12-24 00:00:00', 86.4, 17, 6);
INSERT INTO `album` VALUES (49, 'So Chiu Wai', 'static/img/covers/cover3.jpg', 1150, '2020-01-17 00:00:00', 80.64, 22, 4);
INSERT INTO `album` VALUES (50, '桜井瑛太', 'static/img/covers/cover3.jpg', 5331, '2020-04-11 00:00:00', 25.93, 14, 5);
-- ----------------------------
-- Table structure for artist
-- ----------------------------
DROP TABLE IF EXISTS `artist`;
CREATE TABLE `artist` (
`id` int(11) NOT NULL,
`art_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '姓名',
`barthTime` date NULL DEFAULT NULL COMMENT '出生日期',
`nationality` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '国籍',
`introduce` varchar(5000) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '介绍',
`photograph` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '照片',
`link` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '社交媒体链接',
`genre_id` int(11) NULL DEFAULT NULL COMMENT '类型/流派id',
PRIMARY KEY (`id`) USING BTREE,
INDEX `genre`(`genre_id`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of artist
-- ----------------------------
INSERT INTO `artist` VALUES (1, 'Russell Tran', '2015-06-19', '尼日尔', 'Navicat Monitor requires a repository to store alerts and metrics for historical analysis. Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible. Typically, it is employed as an encrypted version of Telnet. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. I will greet this day with love in my heart. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily. After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target.', 'static/img/artists/artist6.jpg', NULL, 8);
INSERT INTO `artist` VALUES (2, '孟子异', '2009-12-10', '危地马拉', 'You must be the change you wish to see in the world. I may not have gone where I intended to go, but I think I have ended up where I needed to be. Creativity is intelligence having fun. A man is not old until regrets take the place of dreams. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different machines and different platforms.', 'static/img/artists/artist1.jpg', NULL, 2);
INSERT INTO `artist` VALUES (3, '王安琪', '2000-02-24', '阿根廷', 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. Creativity is intelligence having fun. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution. Typically, it is employed as an encrypted version of Telnet. Typically, it is employed as an encrypted version of Telnet. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. To connect to a database or schema, simply double-click it in the pane. If it scares you, it might be a good thing to try.', 'static/img/artists/artist4.jpg', NULL, 4);
INSERT INTO `artist` VALUES (4, 'Martin Stewart', '2003-07-06', '多米尼加', 'You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. How we spend our days is, of course, how we spend our lives. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. I will greet this day with love in my heart. Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 'static/img/artists/artist7.jpg', NULL, 3);
INSERT INTO `artist` VALUES (5, 'Shirley Patel', '2019-04-19', '莱索托', 'Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored. Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. Actually it is just in an idea when feel oneself can achieve and cannot achieve. Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date ', 'static/img/artists/artist2.jpg', NULL, 7);
INSERT INTO `artist` VALUES (6, 'Patrick King', '2006-05-31', '也门', 'How we spend our days is, of course, how we spend our lives. In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the same information. If opportunity doesn’t knock, build a door. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. I destroy my enemies when I make them my friends. If it scares you, it might be a good thing to try. A query is used to extract data from the database in a readable format according to the user\'s request. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. The Synchronize to Database function will give you a full picture of all database differences. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. The first step is as good as half over. ', 'static/img/artists/artist6.jpg', NULL, 8);
INSERT INTO `artist` VALUES (7, 'Barry Mcdonald', '2014-04-01', '津巴布韦', 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. Optimism is the one quality more associated with success and happiness than any other. It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network. You must be the change you wish to see in the world. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. I destroy my enemies when I make them my friends. In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the same information.', 'static/img/artists/artist2.jpg', NULL, 3);
INSERT INTO `artist` VALUES (8, '丁宇宁', '2017-05-29', '巴西', 'Difficult circumstances serve as a textbook of life for people. You must be the change you wish to see in the world. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily. Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored. Actually it is just in an idea when feel oneself can achieve and cannot achieve. The first step is as good as half over. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP.', 'static/img/artists/artist6.jpg', NULL, 4);
INSERT INTO `artist` VALUES (9, '谭安琪', '2009-04-07', '大韩民国', 'Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. Anyone who has never made a mistake has never tried anything new. Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from.', 'static/img/artists/artist1.jpg', NULL, 2);
INSERT INTO `artist` VALUES (10, '冯致远', '2009-02-26', '东帝汶', 'Actually it is just in an idea when feel oneself can achieve and cannot achieve. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more. In the middle of winter I at last discovered that there was in me an invincible summer. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature. To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab.', 'static/img/artists/artist4.jpg', NULL, 6);
INSERT INTO `artist` VALUES (11, '沈睿', '2006-10-11', '帛硫', 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure. After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. A query is used to extract data from the database in a readable format according to the user\'s request.', 'static/img/artists/artist8.jpg', NULL, 6);
INSERT INTO `artist` VALUES (12, '高嘉伦', '2007-06-22', '古巴', 'All journeys have secret destinations of which the traveler is unaware. There is no way to happiness. Happiness is the way. Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. Typically, it is employed as an encrypted version of Telnet.', 'static/img/artists/artist1.jpg', NULL, 2);
INSERT INTO `artist` VALUES (13, '袁嘉伦', '2016-09-29', '柬埔寨', 'The past has no power over the present moment. Navicat Monitor requires a repository to store alerts and metrics for historical analysis. Difficult circumstances serve as a textbook of life for people. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 'static/img/artists/artist6.jpg', NULL, 6);
INSERT INTO `artist` VALUES (14, '黄致远', '2014-01-10', '罗马尼亚', 'It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new to database server. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different machines and different platforms. Optimism is the one quality more associated with success and happiness than any other.', 'static/img/artists/artist1.jpg', NULL, 4);
INSERT INTO `artist` VALUES (15, 'Denise Wells', '2011-12-19', '索马里', 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. If the plan doesn’t work, change the plan, but never the goal. Flexible settings enable you to set up a custom key for comparison and synchronization. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. The past has no power over the present moment. Navicat provides powerful tools for working with queries: Query Editor for editing the query ', 'static/img/artists/artist3.jpg', NULL, 10);
INSERT INTO `artist` VALUES (16, 'Carol Webb', '2007-03-11', '安哥拉', 'Anyone who has never made a mistake has never tried anything new. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different machines and different platforms. After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. All journeys have secret destinations of which the traveler is unaware. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view.', 'static/img/artists/artist4.jpg', NULL, 8);
INSERT INTO `artist` VALUES (17, '孙安琪', '2019-04-24', '乌克兰', 'If you wait, all that happens is you get older. Difficult circumstances serve as a textbook of life for people. If opportunity doesn’t knock, build a door. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 'static/img/artists/artist4.jpg', NULL, 6);
INSERT INTO `artist` VALUES (18, '傅璐', '2006-10-03', '科特迪瓦', 'A man is not old until regrets take the place of dreams. Remember that failure is an event, not a person. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view. Anyone who has ever made anything of importance was disciplined. To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. Anyone who has never made a mistake has never tried anything new. What you get by achieving your goals is not as important as what you become by achieving your goals. Success consists of going from failure to failure without loss of enthusiasm. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new to database server.', 'static/img/artists/artist5.jpg', NULL, 7);
INSERT INTO `artist` VALUES (19, 'Kathy Foster', '2018-12-31', '委内瑞拉(玻利瓦尔共和国)', 'It wasn’t raining when Noah built the ark. A query is used to extract data from the database in a readable format according to the user\'s request. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. A query is used to extract data from the database in a readable format according to the user\'s request.', 'static/img/artists/artist6.jpg', NULL, 8);
INSERT INTO `artist` VALUES (20, 'Mildred Ellis', '2019-08-16', '泰国', 'To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 'static/img/artists/artist1.jpg', NULL, 5);
INSERT INTO `artist` VALUES (21, 'Victoria Jones', '2007-12-25', '科威特', 'It wasn’t raining when Noah built the ark. A query is used to extract data from the database in a readable format according to the user\'s request. Navicat Monitor requires a repository to store alerts and metrics for historical analysis. Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 'static/img/artists/artist2.jpg', NULL, 8);
INSERT INTO `artist` VALUES (22, '许璐', '2010-11-07', '塞拉利昂', 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. The On Startup feature allows you to control what tabs appear when you launch Navicat. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane.', 'static/img/artists/artist7.jpg', NULL, 1);
INSERT INTO `artist` VALUES (23, 'Linda Gonzalez', '2006-08-24', '海地', 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. I destroy my enemies when I make them my friends. Anyone who has ever made anything of importance was disciplined. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. If the plan doesn’t work, change the plan, but never the goal. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. Navicat Monitor requires a repository to store alerts and metrics for historical analysis. If it scares you, it might be a good thing to try. The On Startup feature allows you to control what tabs appear when you launch Navicat. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view.', 'static/img/artists/artist1.jpg', NULL, 3);
INSERT INTO `artist` VALUES (24, '谭璐', '2009-11-04', '斐济', 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy. If you wait, all that happens is you get older. The past has no power over the present moment. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. Navicat 15 has added support for the system-wide dark mode. Champions keep playing until they get it right.', 'static/img/artists/artist5.jpg', NULL, 2);
INSERT INTO `artist` VALUES (25, 'Aaron Williams', '2022-06-07', '也门', 'Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be stored to Navicat Cloud. To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. A query is used to extract data from the database in a readable format according to the user\'s request. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 'static/img/artists/artist8.jpg', NULL, 9);
INSERT INTO `artist` VALUES (26, 'Herbert Reynolds', '2002-07-21', '以色列', 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. A man is not old until regrets take the place of dreams. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. Anyone who has never made a mistake has never tried anything new. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution.', 'static/img/artists/artist7.jpg', NULL, 2);
INSERT INTO `artist` VALUES (27, 'Danielle Cole', '2013-09-01', '吉布地', 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. Navicat 15 has added support for the system-wide dark mode. It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network.', 'static/img/artists/artist5.jpg', NULL, 3);
INSERT INTO `artist` VALUES (28, '龙嘉伦', '2023-03-31', '朝鲜民主主义人民共和国', 'Sometimes you win, sometimes you learn. Difficult circumstances serve as a textbook of life for people. Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be stored to Navicat Cloud. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be stored to Navicat Cloud.', 'static/img/artists/artist1.jpg', NULL, 5);
INSERT INTO `artist` VALUES (29, 'Janet Castro', '2012-03-30', '巴基斯坦', 'A comfort zone is a beautiful place, but nothing ever grows there. Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible.', 'static/img/artists/artist8.jpg', NULL, 6);
INSERT INTO `artist` VALUES (30, '史詩涵', '2014-11-17', '英国', 'All journeys have secret destinations of which the traveler is unaware. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. If opportunity doesn’t knock, build a door. Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more.', 'static/img/artists/artist8.jpg', NULL, 1);
INSERT INTO `artist` VALUES (31, 'Douglas Gray', '2002-07-02', '摩洛哥', 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new to database server. If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane. If it scares you, it might be a good thing to try. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 'static/img/artists/artist1.jpg', NULL, 2);
INSERT INTO `artist` VALUES (32, 'Ruby James', '2002-10-14', '东帝汶', 'The first step is as good as half over. Anyone who has never made a mistake has never tried anything new. The first step is as good as half over. Optimism is the one quality more associated with success and happiness than any other.', 'static/img/artists/artist6.jpg', NULL, 8);
INSERT INTO `artist` VALUES (33, 'Leslie Kelley', '2022-12-02', '汤加', 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature. You must be the change you wish to see in the world. Genius is an infinite capacity for taking pains. SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security.', 'static/img/artists/artist1.jpg', NULL, 4);
INSERT INTO `artist` VALUES (34, 'Ann Hughes', '2003-03-17', '俄罗斯联邦', 'I will greet this day with love in my heart. If it scares you, it might be a good thing to try. Difficult circumstances serve as a textbook of life for people. After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. There is no way to happiness. Happiness is the way. The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview. To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. Difficult circumstances serve as a textbook of life for people. The past has no power over the present moment. Optimism is the one quality more associated with success and happiness than any other. It wasn’t raining when Noah built the ark. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, ', 'static/img/artists/artist8.jpg', NULL, 7);
INSERT INTO `artist` VALUES (35, 'Teresa Lopez', '2022-12-15', '黑山共和国', 'All journeys have secret destinations of which the traveler is unaware. A comfort zone is a beautiful place, but nothing ever grows there. You must be the change you wish to see in the world. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy. The past has no power over the present moment. To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences.', 'static/img/artists/artist2.jpg', NULL, 4);
INSERT INTO `artist` VALUES (36, 'Wanda Salazar', '2009-04-24', '土库曼斯坦', 'It wasn’t raining when Noah built the ark. Anyone who has ever made anything of importance was disciplined. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 'static/img/artists/artist2.jpg', NULL, 2);
INSERT INTO `artist` VALUES (37, '秦嘉伦', '2014-06-16', '埃塞俄比亚', 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. Success consists of going from failure to failure without loss of enthusiasm. If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be stored to Navicat Cloud. What you get by achieving your goals is not as important as what you become by achieving your goals.', 'static/img/artists/artist6.jpg', NULL, 6);
INSERT INTO `artist` VALUES (38, 'Anne Adams', '2006-12-19', '塔吉克斯坦', 'Optimism is the one quality more associated with success and happiness than any other. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view. You will succeed because most people are lazy. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information. You must be the change you wish to see in the world. I will greet this day with love in my heart. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from.', 'static/img/artists/artist2.jpg', NULL, 9);
INSERT INTO `artist` VALUES (39, '梁杰宏', '2014-12-12', '埃及', 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. In the middle of winter I at last discovered that there was in me an invincible summer. It wasn’t raining when Noah built the ark. If the plan doesn’t work, change the plan, but never the goal. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. To connect to a database or schema, simply double-click it in the pane.', 'static/img/artists/artist3.jpg', NULL, 8);
INSERT INTO `artist` VALUES (40, 'Julia Ellis', '2022-05-06', '圣多美和普林西比', 'Success consists of going from failure to failure without loss of enthusiasm. Creativity is intelligence having fun. Remember that failure is an event, not a person. I destroy my enemies when I make them my friends. The past has no power over the present moment. I destroy my enemies when I make them my friends.', 'static/img/artists/artist6.jpg', NULL, 3);
-- ----------------------------
-- Table structure for cart_item
-- ----------------------------
DROP TABLE IF EXISTS `cart_item`;
CREATE TABLE `cart_item` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pid` int(11) NULL DEFAULT NULL COMMENT '商品',
`count` int(11) NULL DEFAULT NULL COMMENT '数量',
`uid` int(11) NULL DEFAULT NULL COMMENT '用户',
PRIMARY KEY (`id`) USING BTREE,
INDEX `uid`(`uid`) USING BTREE,
INDEX `pid`(`pid`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 60 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of cart_item
-- ----------------------------
-- ----------------------------
-- Table structure for comment
-- ----------------------------
DROP TABLE IF EXISTS `comment`;
CREATE TABLE `comment` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NULL DEFAULT NULL COMMENT '用户id',
`comment` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '评论',
`zanzhen` int(11) NULL DEFAULT NULL COMMENT '点赞正',
`zanfu` int(11) NULL DEFAULT NULL COMMENT '点赞负',
`album_id` int(11) NULL DEFAULT NULL COMMENT '专辑id',
`regtime` datetime NULL DEFAULT NULL COMMENT '评论时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `uid`(`uid`) USING BTREE,
INDEX `ablum`(`album_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 574 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of comment
-- ----------------------------
INSERT INTO `comment` VALUES (1, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. To get a secure connection, the first thing you need to do is to install OpenSSL ', 0, 0, 40, '2013-12-22 10:33:39');
INSERT INTO `comment` VALUES (2, 1, 'Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection ', 0, 0, 27, '2020-10-23 13:00:44');
INSERT INTO `comment` VALUES (3, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab. All the Navicat Cloud objects are located under different projects. You can share ', 0, 0, 8, '2003-11-08 12:44:28');
INSERT INTO `comment` VALUES (4, 1, 'Sometimes you win, sometimes you learn. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 48, '2012-02-06 14:54:02');
INSERT INTO `comment` VALUES (5, 1, 'Sometimes you win, sometimes you learn. The first step is as good as half over. If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane.', 0, 0, 12, '2017-10-14 11:39:17');
INSERT INTO `comment` VALUES (6, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.', 0, 0, 24, '2020-01-04 17:08:34');
INSERT INTO `comment` VALUES (7, 1, 'With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way. There is no way to happiness. Happiness is the way. Genius is an infinite ', 1, 1, 2, '2020-05-13 11:38:50');
INSERT INTO `comment` VALUES (8, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. Navicat Data Modeler enables you to build high-quality conceptual, logical ', 0, 0, 12, '2010-09-25 12:34:43');
INSERT INTO `comment` VALUES (9, 1, 'Genius is an infinite capacity for taking pains. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information.', 0, 0, 38, '2010-10-14 10:15:27');
INSERT INTO `comment` VALUES (10, 1, 'In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view.', 0, 0, 5, '2023-05-04 15:29:26');
INSERT INTO `comment` VALUES (11, 1, 'It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network. Success consists of going from failure to failure without loss of enthusiasm.', 0, 0, 40, '2019-10-23 11:15:13');
INSERT INTO `comment` VALUES (12, 1, 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools.', 0, 0, 44, '2019-08-04 16:08:16');
INSERT INTO `comment` VALUES (13, 1, 'The Synchronize to Database function will give you a full picture of all database differences. If the plan doesn’t work, change the plan, but never the goal.', 0, 0, 24, '2023-05-06 12:48:50');
INSERT INTO `comment` VALUES (14, 1, 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. If the plan doesn’t work, change the plan, but never the goal. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP.', 0, 0, 49, '2018-09-05 13:14:21');
INSERT INTO `comment` VALUES (15, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication.', 0, 0, 41, '2001-11-12 15:52:38');
INSERT INTO `comment` VALUES (16, 1, 'You will succeed because most people are lazy. The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview.', 0, 0, 40, '2009-03-04 16:38:56');
INSERT INTO `comment` VALUES (17, 1, 'Genius is an infinite capacity for taking pains. A comfort zone is a beautiful place, but nothing ever grows there. If the plan doesn’t work, change the plan, but never the goal.', 0, 0, 35, '2021-04-21 09:32:21');
INSERT INTO `comment` VALUES (18, 1, 'It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new ', 0, 0, 3, '2005-04-09 17:42:55');
INSERT INTO `comment` VALUES (19, 1, 'A man’s best friends are his ten fingers. Optimism is the one quality more associated with success and happiness than any other. Export Wizard allows you to export data from tables, collections, views, or query results to any available formats.', 0, 0, 34, '2001-09-28 10:46:10');
INSERT INTO `comment` VALUES (20, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. HTTP Tunneling is a method for connecting to a server that uses the same protocol ', 0, 0, 46, '2016-04-19 17:32:19');
INSERT INTO `comment` VALUES (21, 1, 'It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network.', 0, 0, 10, '2020-02-18 14:13:36');
INSERT INTO `comment` VALUES (22, 1, 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. If opportunity doesn’t knock, build a door. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. ', 0, 0, 39, '2000-06-05 11:31:20');
INSERT INTO `comment` VALUES (23, 1, 'If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane.', 0, 0, 14, '2010-11-28 14:43:27');
INSERT INTO `comment` VALUES (24, 1, 'If opportunity doesn’t knock, build a door. You will succeed because most people are lazy. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, ', 0, 0, 3, '2004-06-20 12:33:55');
INSERT INTO `comment` VALUES (25, 1, 'Difficult circumstances serve as a textbook of life for people. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another.', 0, 0, 4, '2001-03-18 10:44:52');
INSERT INTO `comment` VALUES (26, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. Export Wizard allows you to export data from tables, collections, views, or query results ', 0, 0, 41, '2011-07-16 16:34:23');
INSERT INTO `comment` VALUES (27, 1, 'Sometimes you win, sometimes you learn. I will greet this day with love in my heart. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 0, 0, 15, '2004-12-28 17:38:02');
INSERT INTO `comment` VALUES (28, 1, 'Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries.', 0, 0, 22, '2017-07-30 11:57:35');
INSERT INTO `comment` VALUES (29, 1, 'In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information.', 0, 0, 26, '2017-06-02 14:30:19');
INSERT INTO `comment` VALUES (30, 1, 'Optimism is the one quality more associated with success and happiness than any other. Success consists of going from failure to failure without loss of enthusiasm. Navicat Monitor can be installed on any local computer or virtual machine ', 0, 0, 4, '2015-10-09 16:23:49');
INSERT INTO `comment` VALUES (31, 1, 'If opportunity doesn’t knock, build a door. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection ', 0, 0, 17, '2017-12-09 14:16:03');
INSERT INTO `comment` VALUES (32, 1, 'To connect to a database or schema, simply double-click it in the pane. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more.', 0, 0, 16, '2013-11-04 12:58:59');
INSERT INTO `comment` VALUES (33, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. The Navigation pane employs tree structure which allows you to take action upon the database ', 0, 0, 21, '2019-04-11 16:09:20');
INSERT INTO `comment` VALUES (34, 1, 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. Optimism is the one quality more associated with success and happiness than any other.', 0, 0, 44, '2020-04-15 09:34:02');
INSERT INTO `comment` VALUES (35, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features ', 0, 0, 41, '2015-06-12 14:58:17');
INSERT INTO `comment` VALUES (36, 1, 'Remember that failure is an event, not a person. Optimism is the one quality more associated with success and happiness than any other. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling ', 0, 0, 39, '2004-04-17 10:07:29');
INSERT INTO `comment` VALUES (37, 1, 'The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily. Navicat Data Modeler enables you to build high-quality conceptual, logical and ', 0, 0, 20, '2012-06-26 17:30:15');
INSERT INTO `comment` VALUES (38, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. Typically, it is employed as an encrypted version of Telnet.', 0, 0, 49, '2009-04-14 14:44:39');
INSERT INTO `comment` VALUES (39, 1, 'It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. You must be the change you wish to see in the world. If the Show objects under schema in navigation pane option is checked at the ', 0, 0, 31, '2004-12-27 09:40:49');
INSERT INTO `comment` VALUES (40, 1, 'There is no way to happiness. Happiness is the way. Difficult circumstances serve as a textbook of life for people. Optimism is the one quality more associated with success and happiness than any other.', 0, 0, 6, '2014-05-12 14:10:44');
INSERT INTO `comment` VALUES (41, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 0, 0, 47, '2002-01-25 09:26:38');
INSERT INTO `comment` VALUES (42, 1, 'If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane. The Synchronize to Database function will give you a full picture of all database differences.', 0, 0, 33, '2016-04-02 14:22:38');
INSERT INTO `comment` VALUES (43, 1, 'The past has no power over the present moment. Always keep your eyes open. Keep watching. Because whatever you see can inspire you.', 0, 0, 8, '2017-03-03 13:03:04');
INSERT INTO `comment` VALUES (44, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab. It wasn’t raining when Noah built the ark. How we spend our days is, of course, ', 0, 0, 34, '2005-08-01 10:40:04');
INSERT INTO `comment` VALUES (45, 1, 'Typically, it is employed as an encrypted version of Telnet. To connect to a database or schema, simply double-click it in the pane. In a Telnet session, all communications, including username and password, are transmitted in plain-text, ', 0, 0, 13, '2019-10-30 09:45:55');
INSERT INTO `comment` VALUES (46, 1, 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. I destroy my enemies when I make them my friends. Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, ', 0, 0, 42, '2002-10-03 12:44:06');
INSERT INTO `comment` VALUES (47, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 29, '2004-09-25 12:05:00');
INSERT INTO `comment` VALUES (48, 1, 'Flexible settings enable you to set up a custom key for comparison and synchronization. To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source.', 0, 0, 47, '2016-06-05 14:53:31');
INSERT INTO `comment` VALUES (49, 1, 'With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way. Navicat Data Modeler enables you to build high-quality conceptual, logical ', 0, 0, 37, '2010-11-09 15:42:59');
INSERT INTO `comment` VALUES (50, 1, 'If it scares you, it might be a good thing to try. It wasn’t raining when Noah built the ark. Remember that failure is an event, not a person. Navicat authorizes you to make connection to remote servers running on different platforms ', 0, 0, 29, '2009-08-18 12:03:37');
INSERT INTO `comment` VALUES (51, 1, 'Export Wizard allows you to export data from tables, collections, views, or query results to any available formats. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window.', 0, 0, 48, '2021-07-07 12:23:05');
INSERT INTO `comment` VALUES (52, 1, 'Navicat 15 has added support for the system-wide dark mode. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools.', 0, 0, 36, '2005-09-03 15:55:42');
INSERT INTO `comment` VALUES (53, 1, 'To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. Flexible settings enable you to set up a custom key for comparison and synchronization.', 0, 0, 49, '2013-04-29 10:26:07');
INSERT INTO `comment` VALUES (54, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does. Success consists of going from failure to failure without loss of enthusiasm.', 0, 0, 34, '2006-09-07 09:03:34');
INSERT INTO `comment` VALUES (55, 1, 'You cannot save people, you can just love them. A man’s best friends are his ten fingers. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 0, 0, 27, '2023-08-26 10:10:21');
INSERT INTO `comment` VALUES (56, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. If the Show objects under schema in navigation pane option is checked at the ', 0, 0, 35, '2020-02-20 16:55:20');
INSERT INTO `comment` VALUES (57, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 0, 0, 25, '2002-02-10 12:05:54');
INSERT INTO `comment` VALUES (58, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. What you get by achieving your goals is not as important as what you become by achieving your goals.', 0, 0, 35, '2014-07-08 16:21:01');
INSERT INTO `comment` VALUES (59, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another.', 0, 0, 21, '2000-03-09 10:03:52');
INSERT INTO `comment` VALUES (60, 1, 'You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 0, 0, 2, '2005-11-11 13:20:25');
INSERT INTO `comment` VALUES (61, 1, 'The Synchronize to Database function will give you a full picture of all database differences. A man is not old until regrets take the place of dreams. To connect to a database or schema, simply double-click it in the pane. ', 0, 0, 5, '2013-04-09 16:58:21');
INSERT INTO `comment` VALUES (62, 1, 'It wasn’t raining when Noah built the ark. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration ', 0, 0, 1, '2007-02-16 17:38:38');
INSERT INTO `comment` VALUES (63, 1, 'If you wait, all that happens is you get older. The reason why a great man is great is that he resolves to be a great man. SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security.', 0, 0, 42, '2001-01-09 13:54:29');
INSERT INTO `comment` VALUES (64, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 23, '2023-08-14 15:53:13');
INSERT INTO `comment` VALUES (65, 1, 'Success consists of going from failure to failure without loss of enthusiasm. Difficult circumstances serve as a textbook of life for people. You cannot save people, you can just love them. It wasn’t raining when Noah built the ark. ', 0, 0, 35, '2017-04-18 15:31:37');
INSERT INTO `comment` VALUES (66, 1, 'Typically, it is employed as an encrypted version of Telnet. Navicat Monitor requires a repository to store alerts and metrics for historical analysis. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more.', 0, 0, 14, '2021-03-04 16:42:20');
INSERT INTO `comment` VALUES (67, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 25, '2005-06-30 09:06:31');
INSERT INTO `comment` VALUES (68, 1, 'You cannot save people, you can just love them. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 44, '2000-10-23 09:25:19');
INSERT INTO `comment` VALUES (69, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. Anyone who has never made a mistake has never tried anything new. Difficult circumstances ', 0, 0, 19, '2017-08-25 14:37:16');
INSERT INTO `comment` VALUES (70, 1, 'The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 0, 0, 30, '2013-11-19 17:59:07');
INSERT INTO `comment` VALUES (71, 1, 'I will greet this day with love in my heart. Success consists of going from failure to failure without loss of enthusiasm. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, ', 0, 0, 21, '2015-08-09 15:06:28');
INSERT INTO `comment` VALUES (72, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.', 0, 0, 19, '2023-08-13 13:03:50');
INSERT INTO `comment` VALUES (73, 1, 'A man’s best friends are his ten fingers. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 0, 0, 18, '2013-04-25 15:04:55');
INSERT INTO `comment` VALUES (74, 1, 'It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly ', 0, 0, 33, '2011-02-14 14:42:25');
INSERT INTO `comment` VALUES (75, 1, 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query ', 0, 0, 22, '2014-11-15 09:05:54');
INSERT INTO `comment` VALUES (76, 1, 'Typically, it is employed as an encrypted version of Telnet. Success consists of going from failure to failure without loss of enthusiasm.', 0, 0, 29, '2007-10-12 11:03:54');
INSERT INTO `comment` VALUES (77, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure. It is used while your ISPs do not allow direct connections, but ', 0, 0, 12, '2009-09-10 15:24:11');
INSERT INTO `comment` VALUES (78, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. Export Wizard allows you to export data from tables, collections, views, or query results to any available formats.', 0, 0, 11, '2016-07-08 17:22:26');
INSERT INTO `comment` VALUES (79, 1, 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 28, '2022-05-05 14:29:40');
INSERT INTO `comment` VALUES (80, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. You cannot save people, you can just love them.', 0, 0, 49, '2023-06-23 15:36:03');
INSERT INTO `comment` VALUES (81, 1, 'With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 24, '2010-12-20 12:17:18');
INSERT INTO `comment` VALUES (82, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance.', 0, 0, 1, '2006-05-03 09:16:57');
INSERT INTO `comment` VALUES (83, 1, 'Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 0, 0, 2, '2017-02-19 15:48:22');
INSERT INTO `comment` VALUES (84, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 13, '2012-01-06 13:26:06');
INSERT INTO `comment` VALUES (85, 1, 'If it scares you, it might be a good thing to try. If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane.', 0, 0, 47, '2005-04-15 17:48:32');
INSERT INTO `comment` VALUES (86, 1, 'Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models.', 0, 0, 43, '2013-03-27 15:25:12');
INSERT INTO `comment` VALUES (87, 1, 'Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. If it scares you, it might be a good thing to try. With its well-designed Graphical User Interface(GUI), Navicat lets you ', 0, 0, 42, '2023-01-15 10:37:30');
INSERT INTO `comment` VALUES (88, 1, 'Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from.', 0, 0, 22, '2013-11-28 12:54:38');
INSERT INTO `comment` VALUES (89, 1, 'In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information.', 0, 0, 48, '2004-02-06 13:58:07');
INSERT INTO `comment` VALUES (90, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. If the Show objects under schema in navigation pane option is checked at the Preferences window, ', 0, 0, 32, '2006-05-12 16:33:20');
INSERT INTO `comment` VALUES (91, 1, 'The reason why a great man is great is that he resolves to be a great man. Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models.', 0, 0, 4, '2006-05-16 14:46:35');
INSERT INTO `comment` VALUES (92, 1, 'The reason why a great man is great is that he resolves to be a great man. After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. The Main Window consists of several ', 0, 0, 21, '2004-02-08 15:54:56');
INSERT INTO `comment` VALUES (93, 1, 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. Anyone who has ever made anything of importance was disciplined.', 0, 0, 41, '2021-07-22 09:46:19');
INSERT INTO `comment` VALUES (94, 1, 'Creativity is intelligence having fun. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 20, '2002-11-23 10:35:26');
INSERT INTO `comment` VALUES (95, 1, 'What you get by achieving your goals is not as important as what you become by achieving your goals. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP.', 0, 0, 14, '2012-09-12 15:02:29');
INSERT INTO `comment` VALUES (96, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 21, '2017-11-13 16:40:18');
INSERT INTO `comment` VALUES (97, 1, 'Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored. It wasn’t raining when Noah built the ark. A query is used to extract data from ', 0, 0, 4, '2013-04-22 16:49:46');
INSERT INTO `comment` VALUES (98, 1, 'With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 31, '2023-07-25 13:53:06');
INSERT INTO `comment` VALUES (99, 1, 'After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. Actually it is just in an idea when feel oneself can achieve and cannot achieve. To successfully establish a ', 0, 0, 22, '2022-12-23 16:31:46');
INSERT INTO `comment` VALUES (100, 1, 'If you wait, all that happens is you get older. You will succeed because most people are lazy. If the plan doesn’t work, change the plan, but never the goal.', 0, 0, 9, '2017-04-25 13:34:57');
INSERT INTO `comment` VALUES (101, 1, 'A man’s best friends are his ten fingers. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the ', 0, 0, 40, '2009-08-08 12:36:59');
INSERT INTO `comment` VALUES (102, 1, 'Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be ', 0, 0, 27, '2018-10-25 16:36:20');
INSERT INTO `comment` VALUES (103, 1, 'If opportunity doesn’t knock, build a door. Genius is an infinite capacity for taking pains. You must be the change you wish to see in the world.', 0, 0, 8, '2018-12-30 12:26:54');
INSERT INTO `comment` VALUES (104, 1, 'It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new ', 0, 0, 48, '2011-09-01 11:46:15');
INSERT INTO `comment` VALUES (105, 1, 'Actually it is just in an idea when feel oneself can achieve and cannot achieve. Anyone who has never made a mistake has never tried anything new. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, ', 0, 0, 12, '2011-11-14 13:50:20');
INSERT INTO `comment` VALUES (106, 1, 'If you wait, all that happens is you get older. What you get by achieving your goals is not as important as what you become by achieving your goals. A query is used to extract data from the database in a readable format according to the user\'s request.', 0, 0, 24, '2009-02-03 17:02:19');
INSERT INTO `comment` VALUES (107, 1, 'You will succeed because most people are lazy. I may not have gone where I intended to go, but I think I have ended up where I needed to be. Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like ', 0, 0, 2, '2020-03-03 10:58:14');
INSERT INTO `comment` VALUES (108, 1, 'If you wait, all that happens is you get older. There is no way to happiness. Happiness is the way. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 0, 0, 12, '2001-09-01 10:18:44');
INSERT INTO `comment` VALUES (109, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication. Secure Sockets Layer(SSL) is a protocol for transmitting private ', 0, 0, 38, '2005-12-29 12:00:02');
INSERT INTO `comment` VALUES (110, 1, 'Success consists of going from failure to failure without loss of enthusiasm. A comfort zone is a beautiful place, but nothing ever grows there. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, ', 0, 0, 5, '2009-10-27 13:09:19');
INSERT INTO `comment` VALUES (111, 1, 'A man’s best friends are his ten fingers. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 0, 0, 40, '2003-06-25 12:22:04');
INSERT INTO `comment` VALUES (112, 1, 'I destroy my enemies when I make them my friends. There is no way to happiness. Happiness is the way. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in ', 0, 0, 44, '2009-03-21 11:19:20');
INSERT INTO `comment` VALUES (113, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections.', 0, 0, 24, '2008-05-27 14:21:01');
INSERT INTO `comment` VALUES (114, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. A query is used to extract data from the database in a readable format according to the user\'s request.', 0, 0, 49, '2010-06-02 09:22:06');
INSERT INTO `comment` VALUES (115, 1, 'Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. A comfort zone is a beautiful place, but nothing ever grows there.', 0, 0, 41, '2011-12-19 16:45:30');
INSERT INTO `comment` VALUES (116, 1, 'A man’s best friends are his ten fingers. Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 0, 0, 40, '2010-08-06 11:15:15');
INSERT INTO `comment` VALUES (117, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does.', 0, 0, 35, '2001-01-09 16:16:25');
INSERT INTO `comment` VALUES (118, 1, 'Anyone who has never made a mistake has never tried anything new. The Synchronize to Database function will give you a full picture of all database differences.', 0, 0, 3, '2007-11-29 13:20:37');
INSERT INTO `comment` VALUES (119, 1, 'How we spend our days is, of course, how we spend our lives. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making ', 0, 0, 34, '2018-09-26 15:01:38');
INSERT INTO `comment` VALUES (120, 1, 'There is no way to happiness. Happiness is the way. Sometimes you win, sometimes you learn. In the middle of winter I at last discovered that there was in me an invincible summer. In the Objects tab, you can use the List List, Detail Detail ', 0, 0, 46, '2001-07-02 14:26:39');
INSERT INTO `comment` VALUES (121, 1, 'Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. You can select any connections, objects or projects, and then select the corresponding ', 0, 0, 10, '2018-04-19 11:06:21');
INSERT INTO `comment` VALUES (122, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. All the Navicat Cloud objects are located under ', 16, 6, 39, '2019-10-20 13:45:49');
INSERT INTO `comment` VALUES (123, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 14, '2020-11-10 12:56:41');
INSERT INTO `comment` VALUES (124, 1, 'SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security. Champions keep playing until they get it right.', 0, 0, 3, '2001-10-03 13:49:10');
INSERT INTO `comment` VALUES (125, 1, 'To connect to a database or schema, simply double-click it in the pane. A query is used to extract data from the database in a readable format according to the user\'s request.', 0, 0, 4, '2010-01-22 17:14:54');
INSERT INTO `comment` VALUES (126, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more.', 0, 0, 41, '2004-02-27 17:56:08');
INSERT INTO `comment` VALUES (127, 1, 'If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane. Navicat Monitor requires a repository to store alerts and metrics for historical analysis.', 0, 0, 15, '2006-11-26 17:26:09');
INSERT INTO `comment` VALUES (128, 1, 'If you wait, all that happens is you get older. Export Wizard allows you to export data from tables, collections, views, or query results to any available formats. In the middle of winter I at last discovered that there was in me an invincible summer.', 0, 0, 22, '2011-12-25 12:16:08');
INSERT INTO `comment` VALUES (129, 1, 'I will greet this day with love in my heart. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. Instead of wondering when your next vacation is, maybe ', 0, 0, 26, '2012-03-19 12:40:16');
INSERT INTO `comment` VALUES (130, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. To clear or reload various internal caches, flush tables, or acquire locks, control-click ', 0, 0, 4, '2016-04-23 12:47:44');
INSERT INTO `comment` VALUES (131, 1, 'Anyone who has ever made anything of importance was disciplined. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way. ', 0, 0, 17, '2014-12-13 09:53:17');
INSERT INTO `comment` VALUES (132, 1, 'Optimism is the one quality more associated with success and happiness than any other. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 16, '2003-03-11 16:02:29');
INSERT INTO `comment` VALUES (133, 1, 'If it scares you, it might be a good thing to try. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 0, 0, 21, '2006-03-28 16:53:33');
INSERT INTO `comment` VALUES (134, 1, 'Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model ', 0, 0, 44, '2010-12-13 11:16:02');
INSERT INTO `comment` VALUES (135, 1, 'The reason why a great man is great is that he resolves to be a great man. To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences.', 0, 0, 41, '2008-01-02 10:16:32');
INSERT INTO `comment` VALUES (136, 1, 'You will succeed because most people are lazy. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords ', 0, 0, 39, '2009-10-25 15:35:26');
INSERT INTO `comment` VALUES (137, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure. Success consists of going from failure to failure without loss of enthusiasm.', 0, 0, 20, '2020-04-18 13:08:56');
INSERT INTO `comment` VALUES (138, 1, 'Actually it is just in an idea when feel oneself can achieve and cannot achieve. Creativity is intelligence having fun. The reason why a great man is great is that he resolves to be a great man.', 0, 0, 49, '2018-02-06 09:35:13');
INSERT INTO `comment` VALUES (139, 1, 'Typically, it is employed as an encrypted version of Telnet. If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane.', 0, 0, 31, '2019-11-06 14:42:09');
INSERT INTO `comment` VALUES (140, 1, 'Flexible settings enable you to set up a custom key for comparison and synchronization. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution. ', 0, 0, 6, '2023-01-10 13:34:05');
INSERT INTO `comment` VALUES (141, 1, 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. Actually it is just in an idea when feel oneself can achieve and cannot achieve.', 0, 0, 47, '2020-02-04 12:43:52');
INSERT INTO `comment` VALUES (142, 1, 'A man’s best friends are his ten fingers. You cannot save people, you can just love them. Optimism is the one quality more associated with success and happiness than any other.', 0, 0, 33, '2012-11-03 11:10:12');
INSERT INTO `comment` VALUES (143, 1, 'In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information.', 0, 0, 8, '2003-03-28 12:08:37');
INSERT INTO `comment` VALUES (144, 1, 'How we spend our days is, of course, how we spend our lives. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. What you get by achieving your goals is not ', 0, 0, 34, '2015-06-15 09:15:42');
INSERT INTO `comment` VALUES (145, 1, 'The reason why a great man is great is that he resolves to be a great man. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder ', 0, 0, 13, '2015-07-30 17:55:05');
INSERT INTO `comment` VALUES (146, 1, 'You cannot save people, you can just love them. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords ', 0, 0, 42, '2003-08-04 15:46:33');
INSERT INTO `comment` VALUES (147, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab. If you wait, all that happens is you get older. Typically, it is employed as an ', 0, 0, 29, '2012-05-20 16:15:15');
INSERT INTO `comment` VALUES (148, 1, 'I will greet this day with love in my heart. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. Anyone who has ever made anything of importance was disciplined. The Main Window consists ', 0, 0, 47, '2022-06-13 10:33:35');
INSERT INTO `comment` VALUES (149, 1, 'It wasn’t raining when Noah built the ark. If opportunity doesn’t knock, build a door. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate ', 0, 0, 37, '2003-01-31 10:14:51');
INSERT INTO `comment` VALUES (150, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 29, '2008-01-20 16:52:10');
INSERT INTO `comment` VALUES (151, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 48, '2019-02-19 13:00:46');
INSERT INTO `comment` VALUES (152, 1, 'If the plan doesn’t work, change the plan, but never the goal. Navicat 15 has added support for the system-wide dark mode. After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target.', 0, 0, 36, '2009-02-05 12:40:06');
INSERT INTO `comment` VALUES (153, 1, 'It wasn’t raining when Noah built the ark. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. Navicat Monitor requires a repository to store alerts ', 0, 0, 49, '2003-10-14 12:08:19');
INSERT INTO `comment` VALUES (154, 1, 'The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily. You must be the change you wish to see in the world. You can select any connections, ', 0, 0, 34, '2003-09-16 11:38:20');
INSERT INTO `comment` VALUES (155, 1, 'Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP.', 0, 0, 27, '2009-08-26 10:47:00');
INSERT INTO `comment` VALUES (156, 1, 'You will succeed because most people are lazy. Typically, it is employed as an encrypted version of Telnet. Genius is an infinite capacity for taking pains. You must be the change you wish to see in the world.', 0, 0, 35, '2001-12-10 11:37:22');
INSERT INTO `comment` VALUES (157, 1, 'In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 25, '2018-08-05 11:10:24');
INSERT INTO `comment` VALUES (158, 1, 'If it scares you, it might be a good thing to try. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. You cannot save people, you can just love them. Export Wizard allows you to export data from ', 0, 0, 35, '2012-07-23 17:49:48');
INSERT INTO `comment` VALUES (159, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 21, '2013-03-24 10:44:27');
INSERT INTO `comment` VALUES (160, 1, 'Genius is an infinite capacity for taking pains. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 0, 0, 2, '2006-12-08 16:36:26');
INSERT INTO `comment` VALUES (161, 1, 'How we spend our days is, of course, how we spend our lives. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database ', 0, 0, 5, '2016-03-28 16:00:33');
INSERT INTO `comment` VALUES (162, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. If it scares you, it might be a good thing to try. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. ', 0, 0, 1, '2000-04-05 15:33:50');
INSERT INTO `comment` VALUES (163, 1, 'It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. ', 0, 0, 42, '2007-01-18 12:04:19');
INSERT INTO `comment` VALUES (164, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 0, 0, 23, '2022-08-06 12:15:22');
INSERT INTO `comment` VALUES (165, 1, 'There is no way to happiness. Happiness is the way. Difficult circumstances serve as a textbook of life for people. Typically, it is employed as an encrypted version of Telnet. To successfully establish a new connection to local/remote ', 0, 0, 35, '2005-05-31 09:14:01');
INSERT INTO `comment` VALUES (166, 1, 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. Export Wizard allows you to export ', 0, 0, 14, '2005-11-01 16:17:55');
INSERT INTO `comment` VALUES (167, 1, 'To connect to a database or schema, simply double-click it in the pane. Navicat 15 has added support for the system-wide dark mode. To start working with your server in Navicat, you should first establish a connection or several connections ', 0, 0, 25, '2006-08-03 14:35:18');
INSERT INTO `comment` VALUES (168, 1, 'You must be the change you wish to see in the world. There is no way to happiness. Happiness is the way. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance.', 0, 0, 44, '2022-09-10 11:23:30');
INSERT INTO `comment` VALUES (169, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. HTTP Tunneling is a method for connecting ', 0, 0, 19, '2004-11-03 14:14:43');
INSERT INTO `comment` VALUES (170, 1, 'If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane. Navicat Cloud could not connect and access your databases. By which it means, it could ', 0, 0, 30, '2009-11-14 11:41:12');
INSERT INTO `comment` VALUES (171, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does. The Synchronize to Database function will give you a full picture of all database differences.', 0, 0, 21, '2001-06-17 09:30:05');
INSERT INTO `comment` VALUES (172, 1, 'What you get by achieving your goals is not as important as what you become by achieving your goals. Navicat 15 has added support for the system-wide dark mode. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL ', 0, 0, 19, '2012-02-26 10:20:21');
INSERT INTO `comment` VALUES (173, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. Export Wizard allows you to export data from ', 0, 0, 18, '2003-03-03 12:34:04');
INSERT INTO `comment` VALUES (174, 1, 'With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way. It collects process metrics such as CPU load, RAM usage, and a variety of ', 0, 0, 33, '2022-12-19 11:10:15');
INSERT INTO `comment` VALUES (175, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature. ', 0, 0, 22, '2007-02-09 17:30:25');
INSERT INTO `comment` VALUES (176, 1, 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux ', 0, 0, 29, '2015-07-05 17:39:02');
INSERT INTO `comment` VALUES (177, 1, 'All journeys have secret destinations of which the traveler is unaware. Difficult circumstances serve as a textbook of life for people. The reason why a great man is great is that he resolves to be a great man.', 0, 0, 12, '2009-06-25 15:35:33');
INSERT INTO `comment` VALUES (178, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. I destroy my enemies when I make them my friends. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window.', 0, 0, 11, '2023-05-01 12:27:48');
INSERT INTO `comment` VALUES (179, 1, 'Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. Sometimes you win, sometimes you learn. It wasn’t raining when Noah built the ark.', 0, 0, 28, '2000-10-13 10:06:51');
INSERT INTO `comment` VALUES (180, 1, 'It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new ', 0, 0, 49, '2013-05-20 10:06:58');
INSERT INTO `comment` VALUES (181, 1, 'A man’s best friends are his ten fingers. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. To open a query using an external editor, control-click it and select Open with ', 0, 0, 24, '2013-08-09 14:42:13');
INSERT INTO `comment` VALUES (182, 1, 'Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. Champions keep playing until they get it right. You cannot save people, you can just love them.', 0, 0, 1, '2022-02-12 11:02:00');
INSERT INTO `comment` VALUES (183, 1, 'Typically, it is employed as an encrypted version of Telnet. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. I may not have gone where I intended to go, but I think I have ended ', 0, 0, 2, '2019-04-15 13:06:06');
INSERT INTO `comment` VALUES (184, 1, 'There is no way to happiness. Happiness is the way. To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences.', 0, 0, 13, '2005-08-07 14:10:40');
INSERT INTO `comment` VALUES (185, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. Navicat authorizes you to make connection to remote servers running on different ', 0, 0, 47, '2010-11-07 13:21:14');
INSERT INTO `comment` VALUES (186, 1, 'Typically, it is employed as an encrypted version of Telnet. The reason why a great man is great is that he resolves to be a great man. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 0, 0, 43, '2018-10-24 15:31:07');
INSERT INTO `comment` VALUES (187, 1, 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. The first step is as good as half over. SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising ', 0, 0, 42, '2009-08-16 16:07:18');
INSERT INTO `comment` VALUES (188, 1, 'The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview. Always keep your eyes open. Keep watching. Because whatever you see can inspire you.', 0, 0, 22, '2014-05-18 16:04:28');
INSERT INTO `comment` VALUES (189, 1, 'The past has no power over the present moment. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. A man’s best friends are his ten fingers. Navicat Cloud could ', 0, 0, 48, '2018-07-04 11:45:50');
INSERT INTO `comment` VALUES (190, 1, 'The Synchronize to Database function will give you a full picture of all database differences. I may not have gone where I intended to go, but I think I have ended up where I needed to be. Optimism is the one quality more associated with ', 0, 0, 32, '2007-10-02 17:21:07');
INSERT INTO `comment` VALUES (191, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat ', 0, 0, 4, '2022-02-23 09:34:53');
INSERT INTO `comment` VALUES (192, 1, 'What you get by achieving your goals is not as important as what you become by achieving your goals. A man’s best friends are his ten fingers.', 0, 0, 21, '2015-12-15 16:52:31');
INSERT INTO `comment` VALUES (193, 1, 'Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored.', 0, 0, 41, '2006-01-06 11:45:42');
INSERT INTO `comment` VALUES (194, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. In the middle of winter I at last discovered that there was in me an invincible summer.', 0, 0, 20, '2021-04-20 09:51:27');
INSERT INTO `comment` VALUES (195, 1, 'The reason why a great man is great is that he resolves to be a great man. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 14, '2005-10-28 13:04:20');
INSERT INTO `comment` VALUES (196, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure. It can also manage cloud databases such as Amazon Redshift, Amazon ', 0, 0, 21, '2015-02-23 13:03:40');
INSERT INTO `comment` VALUES (197, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. What you get by achieving your goals is not as important as what you become by achieving your goals.', 0, 0, 4, '2011-03-02 16:10:08');
INSERT INTO `comment` VALUES (198, 1, 'After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. If the plan doesn’t ', 0, 0, 31, '2007-06-25 12:40:06');
INSERT INTO `comment` VALUES (199, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 22, '2022-12-21 09:40:43');
INSERT INTO `comment` VALUES (200, 1, 'Sometimes you win, sometimes you learn. A man is not old until regrets take the place of dreams. Anyone who has never made a mistake has never tried anything new. You cannot save people, you can just love them. A man’s best friends are his ten fingers.', 0, 0, 9, '2022-03-19 14:30:23');
INSERT INTO `comment` VALUES (201, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another.', 0, 0, 40, '2012-03-24 11:22:51');
INSERT INTO `comment` VALUES (202, 1, 'All journeys have secret destinations of which the traveler is unaware. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 0, 0, 27, '2007-01-03 17:15:48');
INSERT INTO `comment` VALUES (203, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 8, '2022-07-13 09:38:13');
INSERT INTO `comment` VALUES (204, 1, 'I will greet this day with love in my heart. Difficult circumstances serve as a textbook of life for people. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, ', 0, 0, 48, '2011-02-28 10:49:09');
INSERT INTO `comment` VALUES (205, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 12, '2019-01-30 15:21:43');
INSERT INTO `comment` VALUES (206, 1, 'Export Wizard allows you to export data from tables, collections, views, or query results to any available formats. To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login ', 0, 0, 24, '2001-09-08 09:33:15');
INSERT INTO `comment` VALUES (207, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. I may not have gone where I intended to go, but I think I have ended up where I needed to be. If it scares you, it might be a good thing to try.', 0, 0, 2, '2013-09-11 12:27:39');
INSERT INTO `comment` VALUES (208, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. Flexible settings enable you to set up a custom key for comparison and synchronization. Sometimes you win, sometimes you learn. A comfort zone is a ', 0, 0, 12, '2010-05-30 13:47:55');
INSERT INTO `comment` VALUES (209, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, ', 0, 0, 38, '2010-07-04 15:45:37');
INSERT INTO `comment` VALUES (210, 1, 'You cannot save people, you can just love them. A man is not old until regrets take the place of dreams. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 0, 0, 5, '2004-09-20 11:42:54');
INSERT INTO `comment` VALUES (211, 1, 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane.', 0, 0, 40, '2019-01-01 14:43:19');
INSERT INTO `comment` VALUES (212, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more.', 0, 0, 44, '2022-12-29 09:37:48');
INSERT INTO `comment` VALUES (213, 1, 'Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP ', 0, 0, 24, '2017-06-06 16:52:37');
INSERT INTO `comment` VALUES (214, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more.', 0, 0, 49, '2016-09-01 11:16:52');
INSERT INTO `comment` VALUES (215, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication.', 0, 0, 41, '2023-01-26 11:39:59');
INSERT INTO `comment` VALUES (216, 1, 'The Synchronize to Database function will give you a full picture of all database differences. I destroy my enemies when I make them my friends.', 0, 0, 40, '2006-03-25 12:03:13');
INSERT INTO `comment` VALUES (217, 1, 'Remember that failure is an event, not a person. Success consists of going from failure to failure without loss of enthusiasm. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing ', 0, 0, 35, '2011-04-12 15:48:29');
INSERT INTO `comment` VALUES (218, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. I will greet this day with love in my heart. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, ', 0, 0, 3, '2002-12-17 16:31:19');
INSERT INTO `comment` VALUES (219, 1, 'Typically, it is employed as an encrypted version of Telnet. It wasn’t raining when Noah built the ark. It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), ', 0, 0, 34, '2009-02-03 13:28:05');
INSERT INTO `comment` VALUES (220, 1, 'Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation ', 0, 0, 46, '2003-04-27 11:22:00');
INSERT INTO `comment` VALUES (221, 1, 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 10, '2019-10-21 13:09:29');
INSERT INTO `comment` VALUES (222, 1, 'Flexible settings enable you to set up a custom key for comparison and synchronization. Navicat 15 has added support for the system-wide dark mode. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical ', 0, 0, 39, '2003-10-20 09:48:23');
INSERT INTO `comment` VALUES (223, 1, 'Optimism is the one quality more associated with success and happiness than any other. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and ', 0, 0, 14, '2005-05-15 13:06:40');
INSERT INTO `comment` VALUES (224, 1, 'The past has no power over the present moment. The On Startup feature allows you to control what tabs appear when you launch Navicat. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 3, '2003-12-02 10:46:25');
INSERT INTO `comment` VALUES (225, 1, 'Navicat 15 has added support for the system-wide dark mode. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.', 0, 0, 4, '2022-03-27 12:20:39');
INSERT INTO `comment` VALUES (226, 1, 'If you wait, all that happens is you get older. Optimism is the one quality more associated with success and happiness than any other. The Main Window consists of several toolbars and panes for you to work on connections, database objects ', 0, 0, 41, '2004-05-31 15:25:48');
INSERT INTO `comment` VALUES (227, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 15, '2007-06-27 14:26:00');
INSERT INTO `comment` VALUES (228, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection ', 0, 0, 22, '2022-02-01 10:58:05');
INSERT INTO `comment` VALUES (229, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. After logged in the Navicat Cloud feature, the Navigation pane will be divided ', 0, 0, 26, '2017-12-21 11:31:42');
INSERT INTO `comment` VALUES (230, 1, 'Genius is an infinite capacity for taking pains. The Synchronize to Database function will give you a full picture of all database differences.', 0, 0, 4, '2023-05-17 12:01:53');
INSERT INTO `comment` VALUES (231, 1, 'Navicat 15 has added support for the system-wide dark mode. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. Always keep your eyes open. Keep watching. Because ', 0, 0, 17, '2004-02-15 10:40:50');
INSERT INTO `comment` VALUES (232, 1, 'You must be the change you wish to see in the world. Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 0, 0, 16, '2018-08-28 16:14:19');
INSERT INTO `comment` VALUES (233, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab. There is no way to happiness. Happiness is the way. Navicat Monitor can be installed ', 0, 0, 21, '2011-12-11 16:08:48');
INSERT INTO `comment` VALUES (234, 1, 'Navicat Monitor requires a repository to store alerts and metrics for historical analysis. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or ', 0, 0, 44, '2006-03-19 12:18:08');
INSERT INTO `comment` VALUES (235, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication. To successfully establish a new connection to local/remote server ', 0, 0, 41, '2010-03-20 09:10:55');
INSERT INTO `comment` VALUES (236, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 39, '2003-12-23 13:37:12');
INSERT INTO `comment` VALUES (237, 1, 'Navicat Monitor requires a repository to store alerts and metrics for historical analysis. The Synchronize to Database function will give you a full picture of all database differences.', 0, 0, 20, '2014-01-13 14:18:50');
INSERT INTO `comment` VALUES (238, 1, 'What you get by achieving your goals is not as important as what you become by achieving your goals. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet.', 0, 0, 49, '2002-04-05 16:05:54');
INSERT INTO `comment` VALUES (239, 1, 'Sometimes you win, sometimes you learn. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. What you get by achieving your goals is not as important as what you become by achieving your goals. ', 0, 0, 31, '2002-05-26 11:35:55');
INSERT INTO `comment` VALUES (240, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane.', 0, 0, 6, '2018-07-04 14:58:33');
INSERT INTO `comment` VALUES (241, 1, 'All journeys have secret destinations of which the traveler is unaware. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers ', 0, 0, 47, '2007-05-17 17:30:11');
INSERT INTO `comment` VALUES (242, 1, 'It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. Navicat Monitor requires a repository to store alerts and metrics for historical analysis. The Synchronize to Database function will ', 0, 0, 33, '2016-03-05 09:02:22');
INSERT INTO `comment` VALUES (243, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 8, '2014-08-03 10:22:01');
INSERT INTO `comment` VALUES (244, 1, 'Creativity is intelligence having fun. Difficult circumstances serve as a textbook of life for people. How we spend our days is, of course, how we spend our lives.', 0, 0, 34, '2009-04-05 12:55:48');
INSERT INTO `comment` VALUES (245, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view. Navicat allows you to transfer ', 0, 0, 13, '2018-04-25 11:54:46');
INSERT INTO `comment` VALUES (246, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target.', 0, 0, 42, '2021-06-10 13:00:13');
INSERT INTO `comment` VALUES (247, 1, 'The reason why a great man is great is that he resolves to be a great man. Creativity is intelligence having fun. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools.', 0, 0, 29, '2022-02-23 10:34:19');
INSERT INTO `comment` VALUES (248, 1, 'Typically, it is employed as an encrypted version of Telnet. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. If you wait, all that happens is you get older. Anyone who has never made a mistake ', 0, 0, 47, '2003-07-31 17:25:56');
INSERT INTO `comment` VALUES (249, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 37, '2009-02-18 13:04:04');
INSERT INTO `comment` VALUES (250, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. Creativity is intelligence having fun. You cannot save people, you can just love them.', 0, 0, 29, '2015-03-01 13:52:12');
INSERT INTO `comment` VALUES (251, 1, 'The Synchronize to Database function will give you a full picture of all database differences. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 0, 0, 48, '2004-01-17 11:48:44');
INSERT INTO `comment` VALUES (252, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 36, '2004-07-18 15:10:41');
INSERT INTO `comment` VALUES (253, 1, 'Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ', 0, 0, 49, '2003-04-30 10:22:33');
INSERT INTO `comment` VALUES (254, 1, 'The reason why a great man is great is that he resolves to be a great man. The Synchronize to Database function will give you a full picture of all database differences. All journeys have secret destinations of which the traveler is unaware.', 0, 0, 34, '2000-10-04 13:14:08');
INSERT INTO `comment` VALUES (255, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. Anyone who has never made a mistake has never tried anything new. I destroy my enemies when I make them my friends. Navicat Data Modeler ', 0, 0, 27, '2010-08-08 15:52:11');
INSERT INTO `comment` VALUES (256, 1, 'SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security.', 0, 0, 35, '2011-10-12 15:53:06');
INSERT INTO `comment` VALUES (257, 1, 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring ', 0, 0, 25, '2012-01-27 16:40:09');
INSERT INTO `comment` VALUES (258, 1, 'Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models.', 0, 0, 35, '2014-01-17 10:29:14');
INSERT INTO `comment` VALUES (259, 1, 'If you wait, all that happens is you get older. Creativity is intelligence having fun. Remember that failure is an event, not a person. The past has no power over the present moment.', 0, 0, 21, '2009-09-01 15:17:15');
INSERT INTO `comment` VALUES (260, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 2, '2012-11-17 12:03:01');
INSERT INTO `comment` VALUES (261, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. If opportunity doesn’t knock, build a door. Actually it is just in an idea ', 0, 0, 5, '2002-03-11 14:38:28');
INSERT INTO `comment` VALUES (262, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. To open a query using an external editor, control-click it and select Open with External Editor. ', 0, 0, 1, '2016-03-28 17:10:22');
INSERT INTO `comment` VALUES (263, 1, 'If you wait, all that happens is you get older. The past has no power over the present moment. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your ', 0, 0, 42, '2023-05-24 09:01:54');
INSERT INTO `comment` VALUES (264, 1, 'Flexible settings enable you to set up a custom key for comparison and synchronization. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 23, '2022-07-19 15:49:16');
INSERT INTO `comment` VALUES (265, 1, 'The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily. In other words, Navicat provides the ability for data in different databases ', 0, 0, 35, '2018-08-20 17:15:26');
INSERT INTO `comment` VALUES (266, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 14, '2001-08-13 15:38:19');
INSERT INTO `comment` VALUES (267, 1, 'Anyone who has never made a mistake has never tried anything new. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different ', 0, 0, 25, '2021-10-19 13:49:13');
INSERT INTO `comment` VALUES (268, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 0, 0, 44, '2020-01-11 11:14:42');
INSERT INTO `comment` VALUES (269, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. Champions keep playing until they get it right. Sometimes you win, sometimes you learn.', 0, 0, 19, '2020-03-30 14:19:39');
INSERT INTO `comment` VALUES (270, 1, 'The past has no power over the present moment. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. A query is used to extract data from the database ', 0, 0, 30, '2016-04-12 10:46:08');
INSERT INTO `comment` VALUES (271, 1, 'How we spend our days is, of course, how we spend our lives. Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible.', 0, 0, 21, '2009-02-03 10:59:09');
INSERT INTO `comment` VALUES (272, 1, 'A man is not old until regrets take the place of dreams. The past has no power over the present moment. There is no way to happiness. Happiness is the way. If the Show objects under schema in navigation pane option is checked at the Preferences ', 0, 0, 19, '2023-06-04 12:58:38');
INSERT INTO `comment` VALUES (273, 1, 'Anyone who has never made a mistake has never tried anything new. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from.', 0, 0, 18, '2005-06-13 10:21:56');
INSERT INTO `comment` VALUES (274, 1, 'Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another. If the Show objects under schema in navigation pane option is checked at the ', 0, 0, 33, '2010-11-18 17:50:03');
INSERT INTO `comment` VALUES (275, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases ', 0, 0, 22, '2017-12-01 11:44:24');
INSERT INTO `comment` VALUES (276, 1, 'A man is not old until regrets take the place of dreams. The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview.', 0, 0, 29, '2010-05-30 15:40:22');
INSERT INTO `comment` VALUES (277, 1, 'You must be the change you wish to see in the world. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 12, '2001-10-18 14:28:13');
INSERT INTO `comment` VALUES (278, 1, 'Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ', 0, 0, 11, '2005-05-21 12:16:30');
INSERT INTO `comment` VALUES (279, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does.', 0, 0, 28, '2016-07-18 10:03:01');
INSERT INTO `comment` VALUES (280, 1, 'The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. Export Wizard allows you to export data from tables, collections, views, or query results to any available formats.', 0, 0, 49, '2008-06-16 15:46:23');
INSERT INTO `comment` VALUES (281, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. Navicat 15 has added support for the system-wide dark mode.', 0, 0, 24, '2002-12-02 17:04:26');
INSERT INTO `comment` VALUES (282, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the ', 0, 0, 1, '2005-04-17 13:02:07');
INSERT INTO `comment` VALUES (283, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication. Navicat Monitor is a safe, simple and agentless remote server ', 0, 0, 2, '2014-01-17 10:09:36');
INSERT INTO `comment` VALUES (284, 1, 'It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files ', 0, 0, 13, '2002-11-02 10:27:46');
INSERT INTO `comment` VALUES (285, 1, 'The first step is as good as half over. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. Navicat 15 has added support for the system-wide dark mode. ', 0, 0, 47, '2013-03-19 16:32:29');
INSERT INTO `comment` VALUES (286, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 0, 0, 43, '2009-07-15 10:14:07');
INSERT INTO `comment` VALUES (287, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. The first step is as good as half over.', 0, 0, 42, '2009-11-18 14:43:51');
INSERT INTO `comment` VALUES (288, 1, 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view.', 0, 0, 22, '2005-12-14 11:22:06');
INSERT INTO `comment` VALUES (289, 1, 'Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different machines and different platforms.', 0, 0, 48, '2017-04-13 11:36:36');
INSERT INTO `comment` VALUES (290, 1, 'If the plan doesn’t work, change the plan, but never the goal. Always keep your eyes open. Keep watching. Because whatever you see can inspire you.', 0, 0, 32, '2014-11-22 14:54:11');
INSERT INTO `comment` VALUES (291, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.', 0, 0, 4, '2023-02-10 16:02:48');
INSERT INTO `comment` VALUES (292, 1, 'SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session ', 0, 0, 21, '2022-10-23 13:46:43');
INSERT INTO `comment` VALUES (293, 1, 'In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view.', 0, 0, 41, '2022-03-25 09:39:05');
INSERT INTO `comment` VALUES (294, 1, 'The reason why a great man is great is that he resolves to be a great man. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. If the plan doesn’t work, change the plan, but never the goal. ', 0, 0, 20, '2006-12-03 14:09:33');
INSERT INTO `comment` VALUES (295, 1, 'All journeys have secret destinations of which the traveler is unaware. If you wait, all that happens is you get older. Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. ', 0, 0, 14, '2007-08-19 14:32:52');
INSERT INTO `comment` VALUES (296, 1, 'Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. The Synchronize to Database function will give you a full picture of all database differences.', 0, 0, 21, '2021-12-16 14:28:06');
INSERT INTO `comment` VALUES (297, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 4, '2003-06-02 15:05:45');
INSERT INTO `comment` VALUES (298, 1, 'Navicat Monitor requires a repository to store alerts and metrics for historical analysis. Actually it is just in an idea when feel oneself can achieve and cannot achieve.', 0, 0, 31, '2010-11-09 15:52:49');
INSERT INTO `comment` VALUES (299, 1, 'You must be the change you wish to see in the world. I may not have gone where I intended to go, but I think I have ended up where I needed to be. A query is used to extract data from the database in a readable format according to the user\'s request.', 0, 0, 22, '2002-01-19 17:04:32');
INSERT INTO `comment` VALUES (300, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. Sometimes you win, sometimes you learn.', 0, 0, 9, '2006-04-05 10:10:02');
INSERT INTO `comment` VALUES (301, 1, 'You will succeed because most people are lazy. Anyone who has ever made anything of importance was disciplined. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation ', 0, 0, 40, '2018-03-05 11:53:48');
INSERT INTO `comment` VALUES (302, 1, 'Creativity is intelligence having fun. It wasn’t raining when Noah built the ark. Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. ', 0, 0, 27, '2019-05-25 15:20:18');
INSERT INTO `comment` VALUES (303, 1, 'All journeys have secret destinations of which the traveler is unaware. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.', 0, 0, 8, '2007-03-31 16:29:50');
INSERT INTO `comment` VALUES (304, 1, 'If you wait, all that happens is you get older. To connect to a database or schema, simply double-click it in the pane. Navicat Monitor requires a repository to store alerts and metrics for historical analysis.', 0, 0, 48, '2018-11-13 10:21:46');
INSERT INTO `comment` VALUES (305, 1, 'Actually it is just in an idea when feel oneself can achieve and cannot achieve. A query is used to extract data from the database in a readable format according to the user\'s request. It wasn’t raining when Noah built the ark. ', 0, 0, 12, '2007-05-13 10:28:26');
INSERT INTO `comment` VALUES (306, 1, 'After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane.', 0, 0, 24, '2022-05-17 11:21:17');
INSERT INTO `comment` VALUES (307, 1, 'If it scares you, it might be a good thing to try. Typically, it is employed as an encrypted version of Telnet.', 0, 0, 2, '2018-06-24 13:42:43');
INSERT INTO `comment` VALUES (308, 1, 'Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path ', 0, 0, 12, '2007-09-19 14:19:40');
INSERT INTO `comment` VALUES (309, 1, 'If it scares you, it might be a good thing to try. To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. Such sessions are also ', 0, 0, 38, '2007-11-23 11:06:46');
INSERT INTO `comment` VALUES (310, 1, 'Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ', 0, 0, 5, '2006-12-02 09:10:39');
INSERT INTO `comment` VALUES (311, 1, 'How we spend our days is, of course, how we spend our lives. You will succeed because most people are lazy. The reason why a great man is great is that he resolves to be a great man. You can select any connections, objects or projects, ', 0, 0, 40, '2012-08-25 13:29:01');
INSERT INTO `comment` VALUES (312, 1, 'The Synchronize to Database function will give you a full picture of all database differences. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB ', 0, 0, 44, '2008-05-04 12:15:44');
INSERT INTO `comment` VALUES (313, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries.', 0, 0, 24, '2017-08-04 10:19:48');
INSERT INTO `comment` VALUES (314, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. Success consists of going from failure to failure without loss of enthusiasm.', 0, 0, 49, '2011-09-15 10:10:44');
INSERT INTO `comment` VALUES (315, 1, 'Creativity is intelligence having fun. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information.', 0, 0, 41, '2018-10-16 15:04:36');
INSERT INTO `comment` VALUES (316, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. A man is not old until regrets take the place of dreams. ', 0, 0, 40, '2001-09-17 12:07:31');
INSERT INTO `comment` VALUES (317, 1, 'If opportunity doesn’t knock, build a door. The Synchronize to Database function will give you a full picture of all database differences.', 0, 0, 35, '2012-09-24 09:36:57');
INSERT INTO `comment` VALUES (318, 1, 'Anyone who has never made a mistake has never tried anything new. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different ', 0, 0, 3, '2014-02-14 17:55:57');
INSERT INTO `comment` VALUES (319, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution.', 0, 0, 34, '2005-03-11 13:52:04');
INSERT INTO `comment` VALUES (320, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication.', 0, 0, 46, '2022-01-24 14:17:10');
INSERT INTO `comment` VALUES (321, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the same information. ', 0, 0, 10, '2023-08-06 12:03:59');
INSERT INTO `comment` VALUES (322, 1, 'The Synchronize to Database function will give you a full picture of all database differences. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. Sometimes you win, sometimes you learn. ', 0, 0, 39, '2004-09-04 12:43:43');
INSERT INTO `comment` VALUES (323, 1, 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 0, 0, 14, '2018-10-05 11:11:27');
INSERT INTO `comment` VALUES (324, 1, 'I will greet this day with love in my heart. A comfort zone is a beautiful place, but nothing ever grows there. Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on ', 0, 0, 3, '2014-06-13 09:48:01');
INSERT INTO `comment` VALUES (325, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does. Navicat authorizes you to make connection to remote servers running on different platforms (i.e. ', 0, 0, 4, '2018-06-23 12:18:24');
INSERT INTO `comment` VALUES (326, 1, 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target.', 0, 0, 41, '2017-04-22 16:35:07');
INSERT INTO `comment` VALUES (327, 1, 'The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview. Anyone who has never made a mistake has never tried anything new.', 0, 0, 15, '2008-11-28 10:10:06');
INSERT INTO `comment` VALUES (328, 1, 'The Synchronize to Database function will give you a full picture of all database differences. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. Navicat Cloud provides ', 0, 0, 22, '2007-10-06 15:04:46');
INSERT INTO `comment` VALUES (329, 1, 'Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. Navicat Cloud could not connect and access your databases. By which it means, it could only store your ', 0, 0, 26, '2017-05-04 13:56:30');
INSERT INTO `comment` VALUES (330, 1, 'Navicat 15 has added support for the system-wide dark mode. Genius is an infinite capacity for taking pains.', 0, 0, 4, '2019-07-11 15:18:29');
INSERT INTO `comment` VALUES (331, 1, 'The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview.', 0, 0, 17, '2015-01-10 17:28:04');
INSERT INTO `comment` VALUES (332, 1, 'A man’s best friends are his ten fingers. You cannot save people, you can just love them. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 0, 0, 16, '2022-04-07 13:25:42');
INSERT INTO `comment` VALUES (333, 1, 'The first step is as good as half over. The On Startup feature allows you to control what tabs appear when you launch Navicat. Always keep your eyes open. Keep watching. Because whatever you see can inspire you.', 0, 0, 21, '2023-03-30 11:04:26');
INSERT INTO `comment` VALUES (334, 1, 'Typically, it is employed as an encrypted version of Telnet. In a Telnet session, all communications, including username and password, are transmitted in plain-text, allowing anyone to listen-in on your session and steal passwords and other information.', 0, 0, 44, '2006-08-24 12:45:57');
INSERT INTO `comment` VALUES (335, 1, 'A man’s best friends are his ten fingers. Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process.', 0, 0, 41, '2007-08-17 15:42:50');
INSERT INTO `comment` VALUES (336, 1, 'If you wait, all that happens is you get older. Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible.', 1, 1, 39, '2017-07-20 11:28:28');
INSERT INTO `comment` VALUES (337, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 20, '2014-01-19 12:26:24');
INSERT INTO `comment` VALUES (338, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy. ', 0, 0, 49, '2007-08-24 10:21:13');
INSERT INTO `comment` VALUES (339, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more. ', 0, 0, 31, '2011-02-21 16:50:26');
INSERT INTO `comment` VALUES (340, 1, 'It wasn’t raining when Noah built the ark. What you get by achieving your goals is not as important as what you become by achieving your goals.', 0, 0, 6, '2008-12-06 17:33:05');
INSERT INTO `comment` VALUES (341, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. After logged in the Navicat Cloud feature, the Navigation pane will be divided ', 0, 0, 47, '2013-12-05 11:57:47');
INSERT INTO `comment` VALUES (342, 1, 'Sometimes you win, sometimes you learn. Remember that failure is an event, not a person. The past has no power over the present moment. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in ', 0, 0, 33, '2008-04-22 11:49:58');
INSERT INTO `comment` VALUES (343, 1, 'You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. ', 0, 0, 8, '2011-06-24 17:42:17');
INSERT INTO `comment` VALUES (344, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 34, '2014-05-27 14:31:50');
INSERT INTO `comment` VALUES (345, 1, 'SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily. ', 0, 0, 13, '2007-10-05 11:59:46');
INSERT INTO `comment` VALUES (346, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud ', 0, 0, 42, '2003-06-15 12:34:10');
INSERT INTO `comment` VALUES (347, 1, 'If the plan doesn’t work, change the plan, but never the goal. Champions keep playing until they get it right. Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, ', 0, 0, 29, '2013-01-24 09:44:32');
INSERT INTO `comment` VALUES (348, 1, 'If you wait, all that happens is you get older. The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview.', 0, 0, 47, '2011-01-20 13:44:35');
INSERT INTO `comment` VALUES (349, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. Optimism is the one quality more associated with success and happiness than any other.', 0, 0, 37, '2018-02-23 10:21:05');
INSERT INTO `comment` VALUES (350, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab. You will succeed because most people are lazy.', 0, 0, 29, '2001-04-05 17:53:16');
INSERT INTO `comment` VALUES (351, 1, 'To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. In a Telnet session, all communications, including username and password, are transmitted in plain-text, ', 0, 0, 48, '2021-01-07 16:06:02');
INSERT INTO `comment` VALUES (352, 1, 'Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. You must be the change you wish to see in the world.', 0, 0, 36, '2013-03-16 17:46:16');
INSERT INTO `comment` VALUES (353, 1, 'I will greet this day with love in my heart. I destroy my enemies when I make them my friends. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. Secure Sockets Layer(SSL) ', 0, 0, 49, '2016-08-07 11:52:54');
INSERT INTO `comment` VALUES (354, 1, 'Creativity is intelligence having fun. A man’s best friends are his ten fingers. Navicat Monitor requires a repository to store alerts and metrics for historical analysis. The Main Window consists of several toolbars and panes for you ', 0, 0, 34, '2021-08-23 12:04:52');
INSERT INTO `comment` VALUES (355, 1, 'All journeys have secret destinations of which the traveler is unaware. All journeys have secret destinations of which the traveler is unaware. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 27, '2011-07-30 15:23:02');
INSERT INTO `comment` VALUES (356, 1, 'After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. Anyone who has never made a mistake has never tried anything new. If opportunity doesn’t knock, build a door.', 0, 0, 35, '2009-06-25 15:37:57');
INSERT INTO `comment` VALUES (357, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security.', 0, 0, 25, '2007-01-10 12:36:20');
INSERT INTO `comment` VALUES (358, 1, 'I will greet this day with love in my heart. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 0, 0, 35, '2015-11-18 15:45:37');
INSERT INTO `comment` VALUES (359, 1, 'Typically, it is employed as an encrypted version of Telnet. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. Navicat Monitor requires a repository to ', 0, 0, 21, '2023-03-29 17:37:43');
INSERT INTO `comment` VALUES (360, 1, 'Actually it is just in an idea when feel oneself can achieve and cannot achieve. I destroy my enemies when I make them my friends. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, ', 0, 0, 2, '2015-12-08 10:29:35');
INSERT INTO `comment` VALUES (361, 1, 'How we spend our days is, of course, how we spend our lives. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. I will greet this day with love in my heart.', 0, 0, 5, '2004-04-04 13:25:57');
INSERT INTO `comment` VALUES (362, 1, 'The past has no power over the present moment. Anyone who has ever made anything of importance was disciplined. Champions keep playing until they get it right. Export Wizard allows you to export data from tables, collections, views, or ', 0, 0, 1, '2023-05-08 09:59:43');
INSERT INTO `comment` VALUES (363, 1, 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over ', 0, 0, 42, '2021-01-10 15:06:29');
INSERT INTO `comment` VALUES (364, 1, 'Genius is an infinite capacity for taking pains. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords ', 0, 0, 23, '2003-01-07 11:36:35');
INSERT INTO `comment` VALUES (365, 1, 'I will greet this day with love in my heart. Creativity is intelligence having fun. Anyone who has ever made anything of importance was disciplined.', 0, 0, 35, '2021-06-10 14:05:49');
INSERT INTO `comment` VALUES (366, 1, 'Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. All journeys have secret destinations of which the traveler is unaware.', 0, 0, 14, '2017-04-13 15:40:50');
INSERT INTO `comment` VALUES (367, 1, 'What you get by achieving your goals is not as important as what you become by achieving your goals. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, ', 0, 0, 25, '2004-03-08 11:10:56');
INSERT INTO `comment` VALUES (368, 1, 'Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible. The Main Window consists of several toolbars and panes for you to work on ', 0, 0, 44, '2021-09-23 17:56:46');
INSERT INTO `comment` VALUES (369, 1, 'The past has no power over the present moment. If you wait, all that happens is you get older. Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored.', 0, 0, 19, '2016-02-29 17:07:55');
INSERT INTO `comment` VALUES (370, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 30, '2023-04-22 10:43:24');
INSERT INTO `comment` VALUES (371, 1, 'It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new ', 0, 0, 21, '2023-06-21 11:21:31');
INSERT INTO `comment` VALUES (372, 1, 'The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. To open a query using an external editor, control-click it and select Open with External Editor. You can set the ', 0, 0, 19, '2019-01-27 16:25:42');
INSERT INTO `comment` VALUES (373, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 0, 0, 18, '2005-06-25 14:17:50');
INSERT INTO `comment` VALUES (374, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 33, '2008-04-10 13:48:34');
INSERT INTO `comment` VALUES (375, 1, 'Optimism is the one quality more associated with success and happiness than any other. To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab.', 0, 0, 22, '2001-09-03 14:24:32');
INSERT INTO `comment` VALUES (376, 1, 'The first step is as good as half over. The past has no power over the present moment. You will succeed because most people are lazy. It provides strong authentication and secure encrypted communications between two hosts, known as SSH ', 0, 0, 29, '2020-10-14 13:30:34');
INSERT INTO `comment` VALUES (377, 1, 'Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be ', 0, 0, 12, '2013-09-29 17:31:25');
INSERT INTO `comment` VALUES (378, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences.', 0, 0, 11, '2010-01-10 12:43:48');
INSERT INTO `comment` VALUES (379, 1, 'How we spend our days is, of course, how we spend our lives. To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences.', 0, 0, 28, '2005-06-26 16:57:39');
INSERT INTO `comment` VALUES (380, 1, 'If it scares you, it might be a good thing to try. Remember that failure is an event, not a person. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to ', 0, 0, 49, '2015-12-09 16:27:27');
INSERT INTO `comment` VALUES (381, 1, 'I will greet this day with love in my heart. Actually it is just in an idea when feel oneself can achieve and cannot achieve. Anyone who has ever made anything of importance was disciplined.', 0, 0, 24, '2018-10-26 09:31:30');
INSERT INTO `comment` VALUES (382, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. In the middle of winter I at last discovered that there was in me an invincible summer.', 0, 0, 1, '2012-06-22 16:11:24');
INSERT INTO `comment` VALUES (383, 1, 'The first step is as good as half over. Navicat 15 has added support for the system-wide dark mode. HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does.', 0, 0, 2, '2018-12-08 11:14:23');
INSERT INTO `comment` VALUES (384, 1, 'Genius is an infinite capacity for taking pains. Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication.', 0, 0, 13, '2010-08-29 10:58:34');
INSERT INTO `comment` VALUES (385, 1, 'Flexible settings enable you to set up a custom key for comparison and synchronization. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution.', 0, 0, 47, '2002-08-14 12:47:28');
INSERT INTO `comment` VALUES (386, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. If the plan doesn’t work, change the plan, but never the goal.', 0, 0, 43, '2015-08-23 12:26:19');
INSERT INTO `comment` VALUES (387, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. I will greet this day with love in my heart.', 0, 0, 42, '2021-07-05 10:47:24');
INSERT INTO `comment` VALUES (388, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. Navicat is a multi-connections Database Administration ', 0, 0, 22, '2014-09-29 09:21:03');
INSERT INTO `comment` VALUES (389, 1, 'Always keep your eyes open. Keep watching. Because whatever you see can inspire you. What you get by achieving your goals is not as important as what you become by achieving your goals.', 0, 0, 48, '2012-11-14 10:13:52');
INSERT INTO `comment` VALUES (390, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window.', 0, 0, 32, '2016-12-24 12:15:26');
INSERT INTO `comment` VALUES (391, 1, 'Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different machines and different platforms.', 0, 0, 4, '2013-08-21 11:41:58');
INSERT INTO `comment` VALUES (392, 1, 'The Synchronize to Database function will give you a full picture of all database differences. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other ', 0, 0, 21, '2001-09-21 15:11:58');
INSERT INTO `comment` VALUES (393, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration. Typically, it is employed as an encrypted version of Telnet. Sometimes you win, sometimes you learn. ', 0, 0, 41, '2000-06-10 10:36:40');
INSERT INTO `comment` VALUES (394, 1, 'A man is not old until regrets take the place of dreams. A man’s best friends are his ten fingers. How we spend our days is, of course, how we spend our lives.', 0, 0, 20, '2009-03-24 16:16:04');
INSERT INTO `comment` VALUES (395, 1, 'Sometimes you win, sometimes you learn. It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network.', 0, 0, 14, '2009-01-02 11:48:52');
INSERT INTO `comment` VALUES (396, 1, 'A man’s best friends are his ten fingers. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another.', 0, 0, 21, '2000-04-08 15:10:41');
INSERT INTO `comment` VALUES (397, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. You cannot save people, you can just love them.', 0, 0, 4, '2000-02-10 11:34:10');
INSERT INTO `comment` VALUES (398, 1, 'The first step is as good as half over. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 31, '2023-07-29 09:15:41');
INSERT INTO `comment` VALUES (399, 1, 'Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. Remember that failure is an event, not a person.', 0, 0, 22, '2002-08-25 17:06:49');
INSERT INTO `comment` VALUES (400, 1, 'If the plan doesn’t work, change the plan, but never the goal. A comfort zone is a beautiful place, but nothing ever grows there.', 0, 0, 9, '2005-04-30 14:44:40');
INSERT INTO `comment` VALUES (401, 1, 'The past has no power over the present moment. Navicat Monitor requires a repository to store alerts and metrics for historical analysis. After comparing data, the window shows the number of records that will be inserted, updated or deleted ', 0, 0, 40, '2017-08-22 16:26:03');
INSERT INTO `comment` VALUES (402, 1, 'Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more. I will greet this day with love in my heart. A man’s best friends are his ten fingers.', 0, 0, 27, '2021-01-18 11:46:42');
INSERT INTO `comment` VALUES (403, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure. Navicat Monitor is a safe, simple and agentless remote server ', 0, 0, 8, '2002-06-21 13:52:31');
INSERT INTO `comment` VALUES (404, 1, 'I will greet this day with love in my heart. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 48, '2007-11-07 12:41:35');
INSERT INTO `comment` VALUES (405, 1, 'Creativity is intelligence having fun. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance.', 0, 0, 12, '2008-01-09 17:40:14');
INSERT INTO `comment` VALUES (406, 1, 'SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security. The past has no power over the present moment. The Information Pane shows the detailed object information, project ', 0, 0, 24, '2018-11-16 17:03:40');
INSERT INTO `comment` VALUES (407, 1, 'Creativity is intelligence having fun. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 2, '2019-10-10 16:06:11');
INSERT INTO `comment` VALUES (408, 1, 'Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. The Navigation pane employs tree structure which allows you to take action upon the database and their ', 0, 0, 12, '2022-09-22 15:17:37');
INSERT INTO `comment` VALUES (409, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. Sometimes you win, sometimes you learn. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 38, '2000-09-21 15:24:45');
INSERT INTO `comment` VALUES (410, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences.', 0, 0, 5, '2009-02-07 10:41:51');
INSERT INTO `comment` VALUES (411, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab.', 0, 0, 40, '2022-09-25 17:56:23');
INSERT INTO `comment` VALUES (412, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 44, '2009-09-11 14:15:12');
INSERT INTO `comment` VALUES (413, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 0, 0, 24, '2011-05-14 16:09:14');
INSERT INTO `comment` VALUES (414, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. To connect to a database or schema, simply double-click it in the pane. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features ', 0, 0, 49, '2005-05-22 15:09:34');
INSERT INTO `comment` VALUES (415, 1, 'To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. You must be the change you wish to see in the world.', 0, 0, 41, '2002-08-23 16:08:48');
INSERT INTO `comment` VALUES (416, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries.', 0, 0, 40, '2005-01-20 09:13:51');
INSERT INTO `comment` VALUES (417, 1, 'In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the same information. If it scares you, it might be a good thing to try.', 0, 0, 35, '2012-12-11 13:02:12');
INSERT INTO `comment` VALUES (418, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. Difficult circumstances serve as a textbook of life for people. Flexible settings enable you to set up a custom key for comparison and synchronization.', 0, 0, 3, '2006-12-24 13:32:54');
INSERT INTO `comment` VALUES (419, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 34, '2007-06-09 09:09:24');
INSERT INTO `comment` VALUES (420, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), ', 0, 0, 46, '2010-02-11 12:02:54');
INSERT INTO `comment` VALUES (421, 1, 'Export Wizard allows you to export data from tables, collections, views, or query results to any available formats.', 0, 0, 10, '2005-09-12 09:49:00');
INSERT INTO `comment` VALUES (422, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. Navicat Cloud could not connect and access your databases. By which it means, it could ', 0, 0, 39, '2007-07-08 17:22:30');
INSERT INTO `comment` VALUES (423, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 14, '2005-11-08 10:19:26');
INSERT INTO `comment` VALUES (424, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does.', 0, 0, 3, '2009-10-12 11:57:33');
INSERT INTO `comment` VALUES (425, 1, 'Flexible settings enable you to set up a custom key for comparison and synchronization. I destroy my enemies when I make them my friends. Remember that failure is an event, not a person.', 0, 0, 4, '2015-07-20 10:13:03');
INSERT INTO `comment` VALUES (426, 1, 'In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the same information. The On Startup feature allows you to control what tabs appear when ', 0, 0, 41, '2019-06-16 10:01:39');
INSERT INTO `comment` VALUES (427, 1, 'You must be the change you wish to see in the world. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. A man is not old until regrets take the place of dreams.', 0, 0, 15, '2015-07-27 11:26:50');
INSERT INTO `comment` VALUES (428, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure. HTTP Tunneling is a method for connecting to a server that uses ', 0, 0, 22, '2001-10-05 16:11:26');
INSERT INTO `comment` VALUES (429, 1, 'The past has no power over the present moment. The past has no power over the present moment. All journeys have secret destinations of which the traveler is unaware.', 0, 0, 26, '2009-08-02 14:06:36');
INSERT INTO `comment` VALUES (430, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.', 0, 0, 4, '2020-11-18 10:42:42');
INSERT INTO `comment` VALUES (431, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. Success consists of going from failure to failure without loss of enthusiasm. Creativity is intelligence having fun. ', 0, 0, 17, '2019-07-21 14:18:53');
INSERT INTO `comment` VALUES (432, 1, 'It wasn’t raining when Noah built the ark. I destroy my enemies when I make them my friends. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one ', 0, 0, 16, '2015-01-10 13:37:07');
INSERT INTO `comment` VALUES (433, 1, 'Navicat Monitor requires a repository to store alerts and metrics for historical analysis. The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of ', 0, 0, 21, '2015-11-16 15:55:32');
INSERT INTO `comment` VALUES (434, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 44, '2015-01-20 09:32:43');
INSERT INTO `comment` VALUES (435, 1, 'The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily. The Information Pane shows the detailed object information, project activities, ', 0, 0, 41, '2021-12-04 11:28:08');
INSERT INTO `comment` VALUES (436, 1, 'The first step is as good as half over. Optimism is the one quality more associated with success and happiness than any other. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database ', 1, 1, 39, '2017-01-02 12:39:14');
INSERT INTO `comment` VALUES (437, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. Flexible settings enable you to set up a custom key for comparison and synchronization.', 0, 0, 20, '2022-07-11 12:51:44');
INSERT INTO `comment` VALUES (438, 1, 'Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be ', 0, 0, 49, '2003-01-23 15:23:49');
INSERT INTO `comment` VALUES (439, 1, 'I will greet this day with love in my heart. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and ', 0, 0, 31, '2012-11-16 17:35:31');
INSERT INTO `comment` VALUES (440, 1, 'I destroy my enemies when I make them my friends. In the middle of winter I at last discovered that there was in me an invincible summer.', 0, 0, 6, '2015-06-02 11:13:35');
INSERT INTO `comment` VALUES (441, 1, 'SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from one machine to another.', 0, 0, 47, '2022-10-06 14:11:57');
INSERT INTO `comment` VALUES (442, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is ', 0, 0, 33, '2023-01-31 17:51:30');
INSERT INTO `comment` VALUES (443, 1, 'Navicat 15 has added support for the system-wide dark mode. The On Startup feature allows you to control what tabs appear when you launch Navicat. Navicat Cloud could not connect and access your databases. By which it means, it could only ', 0, 0, 8, '2005-02-20 16:00:25');
INSERT INTO `comment` VALUES (444, 1, 'All journeys have secret destinations of which the traveler is unaware. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 0, 0, 34, '2011-09-16 09:26:10');
INSERT INTO `comment` VALUES (445, 1, 'A man is not old until regrets take the place of dreams. Sometimes you win, sometimes you learn. Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports ', 0, 0, 13, '2018-07-26 14:50:43');
INSERT INTO `comment` VALUES (446, 1, 'If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane.', 0, 0, 42, '2011-12-27 17:26:38');
INSERT INTO `comment` VALUES (447, 1, 'Genius is an infinite capacity for taking pains. After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. You will succeed because most people are lazy.', 0, 0, 29, '2016-07-15 11:47:30');
INSERT INTO `comment` VALUES (448, 1, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more. Navicat Monitor can be installed on any local computer or virtual machine and does not require ', 0, 0, 47, '2003-06-09 13:31:00');
INSERT INTO `comment` VALUES (449, 1, 'It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network. If your Internet Service Provider (ISP) does not provide direct access to its ', 0, 0, 37, '2005-09-06 12:38:41');
INSERT INTO `comment` VALUES (450, 1, 'Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 0, 0, 29, '2007-10-24 16:32:45');
INSERT INTO `comment` VALUES (451, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 48, '2017-08-01 11:44:22');
INSERT INTO `comment` VALUES (452, 1, 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, ', 0, 0, 36, '2004-12-03 12:49:04');
INSERT INTO `comment` VALUES (453, 1, 'Anyone who has ever made anything of importance was disciplined. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections.', 0, 0, 49, '2004-11-06 16:53:38');
INSERT INTO `comment` VALUES (454, 1, 'Anyone who has ever made anything of importance was disciplined. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. ', 0, 0, 34, '2006-03-04 12:02:43');
INSERT INTO `comment` VALUES (455, 1, 'Creativity is intelligence having fun. To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab. Navicat Data Modeler enables you to build ', 0, 0, 27, '2009-12-22 12:40:06');
INSERT INTO `comment` VALUES (456, 1, 'Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. Navicat 15 has added support for the system-wide dark mode. With its well-designed Graphical User Interface(GUI), Navicat ', 0, 0, 35, '2000-02-10 12:57:09');
INSERT INTO `comment` VALUES (457, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab.', 0, 0, 25, '2010-12-22 13:27:11');
INSERT INTO `comment` VALUES (458, 1, 'Navicat Monitor requires a repository to store alerts and metrics for historical analysis. Export Wizard allows you to export data from tables, collections, views, or query results to any available formats. To start working with your server ', 0, 0, 35, '2019-03-17 12:07:12');
INSERT INTO `comment` VALUES (459, 1, 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. If it scares you, it might be a good thing to try.', 0, 0, 21, '2011-07-04 16:49:21');
INSERT INTO `comment` VALUES (460, 1, 'All journeys have secret destinations of which the traveler is unaware. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; ', 0, 0, 2, '2014-12-13 15:19:25');
INSERT INTO `comment` VALUES (461, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does. Champions keep playing until they get it right. To connect to a database or schema, simply double-click ', 0, 0, 5, '2006-02-03 10:43:42');
INSERT INTO `comment` VALUES (462, 1, 'It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. If the plan doesn’t work, change the plan, but never the goal. The repository database can be an existing MySQL, MariaDB, PostgreSQL, ', 0, 0, 1, '2009-05-30 12:27:50');
INSERT INTO `comment` VALUES (463, 1, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure. Navicat 15 has added support for the system-wide dark mode. ', 0, 0, 42, '2013-10-10 10:15:34');
INSERT INTO `comment` VALUES (464, 1, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. All journeys have secret destinations of which the traveler is unaware. I may not have gone where I intended to go, but I think I have ended up where I needed to be.', 0, 0, 23, '2013-07-14 16:43:17');
INSERT INTO `comment` VALUES (465, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, ', 0, 0, 35, '2018-03-08 13:02:11');
INSERT INTO `comment` VALUES (466, 1, 'Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated.', 0, 0, 14, '2017-05-21 13:45:35');
INSERT INTO `comment` VALUES (467, 1, 'Success consists of going from failure to failure without loss of enthusiasm. Anyone who has ever made anything of importance was disciplined.', 0, 0, 40, '2004-01-13 12:26:44');
INSERT INTO `comment` VALUES (468, 1, 'Typically, it is employed as an encrypted version of Telnet. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other Navicat family members, different ', 0, 0, 27, '2005-03-04 16:57:16');
INSERT INTO `comment` VALUES (469, 1, 'The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. There is no way to happiness. Happiness is the way. Anyone who has ever made anything of importance was disciplined.', 0, 0, 8, '2007-06-06 11:43:49');
INSERT INTO `comment` VALUES (470, 1, 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. Typically, it is employed as an encrypted version of Telnet.', 0, 0, 48, '2006-09-18 10:31:21');
INSERT INTO `comment` VALUES (471, 1, 'A man is not old until regrets take the place of dreams. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 12, '2002-06-09 17:46:48');
INSERT INTO `comment` VALUES (472, 1, 'Anyone who has never made a mistake has never tried anything new. Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored.', 0, 0, 24, '2010-05-10 14:03:33');
INSERT INTO `comment` VALUES (473, 1, 'You will succeed because most people are lazy. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution.', 0, 0, 2, '2006-03-14 12:32:17');
INSERT INTO `comment` VALUES (474, 1, 'Sometimes you win, sometimes you learn. Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 0, 0, 12, '2021-10-19 12:17:55');
INSERT INTO `comment` VALUES (475, 1, 'Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be ', 0, 0, 38, '2016-04-18 09:56:50');
INSERT INTO `comment` VALUES (476, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. Anyone who has ever made anything of importance was disciplined.', 0, 0, 5, '2003-06-17 13:35:07');
INSERT INTO `comment` VALUES (477, 1, 'Optimism is the one quality more associated with success and happiness than any other. To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab.', 0, 0, 40, '2006-12-10 12:14:34');
INSERT INTO `comment` VALUES (478, 1, 'The first step is as good as half over. Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. Navicat allows you to transfer data from one database and/or schema to another with ', 0, 0, 44, '2022-01-20 15:07:57');
INSERT INTO `comment` VALUES (479, 1, 'I destroy my enemies when I make them my friends. If the plan doesn’t work, change the plan, but never the goal. Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL ', 0, 0, 24, '2003-05-23 10:17:22');
INSERT INTO `comment` VALUES (480, 1, 'Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. Remember that failure is an event, not a person. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly ', 0, 0, 49, '2009-06-27 14:18:46');
INSERT INTO `comment` VALUES (481, 1, 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. Always keep your eyes open. Keep watching. Because whatever you see can inspire you. Monitored servers include MySQL, MariaDB and SQL ', 0, 0, 41, '2000-08-02 13:52:28');
INSERT INTO `comment` VALUES (482, 1, 'Export Wizard allows you to export data from tables, collections, views, or query results to any available formats. If the plan doesn’t work, change the plan, but never the goal. Navicat provides a wide range advanced features, such ', 0, 0, 40, '2019-09-11 14:18:28');
INSERT INTO `comment` VALUES (483, 1, 'The first step is as good as half over. To connect to a database or schema, simply double-click it in the pane. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane.', 0, 0, 35, '2017-03-24 14:40:20');
INSERT INTO `comment` VALUES (484, 1, 'Typically, it is employed as an encrypted version of Telnet. You cannot save people, you can just love them. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more. With its well-designed Graphical ', 0, 0, 3, '2019-01-24 13:43:13');
INSERT INTO `comment` VALUES (485, 1, 'What you get by achieving your goals is not as important as what you become by achieving your goals. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, and move files from ', 0, 0, 34, '2002-07-30 11:30:35');
INSERT INTO `comment` VALUES (486, 1, 'Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually. Navicat allows you to transfer data from one ', 0, 0, 46, '2008-05-07 12:28:45');
INSERT INTO `comment` VALUES (487, 1, 'Optimism is the one quality more associated with success and happiness than any other. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. I may not have gone where I intended to go, ', 0, 0, 10, '2004-01-09 14:38:06');
INSERT INTO `comment` VALUES (488, 1, 'If opportunity doesn’t knock, build a door. If opportunity doesn’t knock, build a door. Champions keep playing until they get it right.', 0, 0, 39, '2005-07-12 15:12:19');
INSERT INTO `comment` VALUES (489, 1, 'You must be the change you wish to see in the world. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window.', 0, 0, 14, '2020-07-18 09:04:06');
INSERT INTO `comment` VALUES (490, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 3, '2021-05-04 10:12:58');
INSERT INTO `comment` VALUES (491, 1, 'Difficult circumstances serve as a textbook of life for people. I will greet this day with love in my heart. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information ', 0, 0, 4, '2001-01-02 11:17:17');
INSERT INTO `comment` VALUES (492, 1, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences. You must be the change you wish to see in the world. Genius is an infinite ', 0, 0, 41, '2010-06-12 17:28:41');
INSERT INTO `comment` VALUES (493, 1, 'Creativity is intelligence having fun. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder for building queries visually.', 0, 0, 15, '2021-02-16 11:35:08');
INSERT INTO `comment` VALUES (494, 1, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. Champions keep playing until they get it right.', 0, 0, 22, '2015-01-20 09:36:34');
INSERT INTO `comment` VALUES (495, 1, 'A man’s best friends are his ten fingers. A man is not old until regrets take the place of dreams. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information ', 1, 1, 26, '2021-11-01 15:07:01');
INSERT INTO `comment` VALUES (496, 1, 'How we spend our days is, of course, how we spend our lives. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way.', 0, 0, 4, '2012-02-04 10:07:27');
INSERT INTO `comment` VALUES (497, 1, 'Navicat Monitor can be installed on any local computer or virtual machine and does not require any software installation on the servers being monitored. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 17, '2020-12-07 15:48:11');
INSERT INTO `comment` VALUES (498, 1, 'How we spend our days is, of course, how we spend our lives. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more.', 0, 0, 16, '2012-08-20 17:06:54');
INSERT INTO `comment` VALUES (499, 1, 'You will succeed because most people are lazy. Genius is an infinite capacity for taking pains. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information from Navicat, other ', 0, 0, 21, '2011-01-26 10:58:09');
INSERT INTO `comment` VALUES (500, 1, 'Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. Navicat 15 has added support for the system-wide dark mode.', 0, 0, 44, '2013-08-19 15:13:51');
INSERT INTO `comment` VALUES (501, 1, 'The past has no power over the present moment. Creativity is intelligence having fun. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections.', 0, 0, 41, '2013-05-24 14:26:12');
INSERT INTO `comment` VALUES (502, 1, 'It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus ', 0, 0, 39, '2002-03-04 17:21:52');
INSERT INTO `comment` VALUES (503, 1, 'Typically, it is employed as an encrypted version of Telnet. A query is used to extract data from the database in a readable format according to the user\'s request.', 0, 0, 20, '2016-06-14 15:08:54');
INSERT INTO `comment` VALUES (504, 1, 'Navicat 15 has added support for the system-wide dark mode. Anyone who has ever made anything of importance was disciplined. After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections.', 0, 0, 49, '2002-12-29 16:21:00');
INSERT INTO `comment` VALUES (505, 1, 'Champions keep playing until they get it right. Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. SQL Editor allows you to create and edit SQL text, prepare ', 0, 0, 31, '2022-11-05 11:39:33');
INSERT INTO `comment` VALUES (506, 1, 'To connect to a database or schema, simply double-click it in the pane. To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab.', 0, 0, 6, '2015-07-17 15:54:11');
INSERT INTO `comment` VALUES (507, 1, 'The Synchronize to Database function will give you a full picture of all database differences. If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution.', 0, 0, 47, '2007-05-07 14:00:53');
INSERT INTO `comment` VALUES (508, 1, 'With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way. Difficult circumstances serve as a textbook of life for people.', 0, 0, 33, '2008-10-13 09:18:47');
INSERT INTO `comment` VALUES (509, 1, 'In other words, Navicat provides the ability for data in different databases and/or schemas to be kept up-to-date so that each repository contains the same information. In the middle of winter I at last discovered that there was in me ', 0, 0, 8, '2006-07-05 12:24:57');
INSERT INTO `comment` VALUES (510, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab. You cannot save people, you can just love them.', 0, 0, 34, '2020-09-07 09:53:24');
INSERT INTO `comment` VALUES (511, 1, 'You will succeed because most people are lazy. To connect to a database or schema, simply double-click it in the pane. If it scares you, it might be a good thing to try. Navicat allows you to transfer data from one database and/or schema ', 0, 0, 13, '2001-09-24 11:39:25');
INSERT INTO `comment` VALUES (512, 1, 'I will greet this day with love in my heart. You must be the change you wish to see in the world. To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window. ', 0, 0, 42, '2013-03-18 14:35:09');
INSERT INTO `comment` VALUES (513, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 29, '2021-12-24 16:42:24');
INSERT INTO `comment` VALUES (514, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. Actually it is just in an idea when feel oneself can achieve and cannot achieve.', 0, 0, 47, '2013-02-09 16:33:44');
INSERT INTO `comment` VALUES (515, 1, 'The Synchronize to Database function will give you a full picture of all database differences. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, ', 0, 0, 37, '2023-09-08 09:53:05');
INSERT INTO `comment` VALUES (516, 1, 'You must be the change you wish to see in the world. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections.', 0, 0, 29, '2011-12-15 10:08:01');
INSERT INTO `comment` VALUES (517, 1, 'Creativity is intelligence having fun. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance.', 0, 0, 48, '2010-04-25 11:08:51');
INSERT INTO `comment` VALUES (518, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle ', 0, 0, 36, '2015-10-16 12:24:05');
INSERT INTO `comment` VALUES (519, 1, 'To start working with your server in Navicat, you should first establish a connection or several connections using the Connection window.', 0, 0, 49, '2014-06-05 12:39:32');
INSERT INTO `comment` VALUES (520, 1, 'Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet. All journeys have secret destinations of which the traveler is unaware. Navicat Cloud could not connect and access your databases. By which it ', 0, 0, 34, '2007-01-27 17:48:05');
INSERT INTO `comment` VALUES (521, 1, 'Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible. A query is used to extract data from the database in a readable format according ', 0, 0, 27, '2013-09-12 17:41:22');
INSERT INTO `comment` VALUES (522, 1, 'A query is used to extract data from the database in a readable format according to the user\'s request. A man’s best friends are his ten fingers. Actually it is just in an idea when feel oneself can achieve and cannot achieve.', 0, 0, 35, '2000-09-18 09:23:14');
INSERT INTO `comment` VALUES (523, 1, 'The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 0, 0, 25, '2013-02-19 12:00:18');
INSERT INTO `comment` VALUES (524, 1, 'Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible. The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL ', 0, 0, 35, '2023-07-31 11:57:47');
INSERT INTO `comment` VALUES (525, 1, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 0, 0, 21, '2019-05-22 15:51:10');
INSERT INTO `comment` VALUES (526, 1, 'In the middle of winter I at last discovered that there was in me an invincible summer. Navicat Monitor is a safe, simple and agentless remote server monitoring tool that is packed with powerful features to make your monitoring effective as possible.', 0, 0, 2, '2016-11-05 11:28:04');
INSERT INTO `comment` VALUES (527, 1, 'The Synchronize to Database function will give you a full picture of all database differences. Difficult circumstances serve as a textbook of life for people. To connect to a database or schema, simply double-click it in the pane.', 0, 0, 5, '2021-03-20 14:57:07');
INSERT INTO `comment` VALUES (528, 1, 'Navicat 15 has added support for the system-wide dark mode. The reason why a great man is great is that he resolves to be a great man. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP.', 0, 0, 1, '2014-07-07 12:10:34');
INSERT INTO `comment` VALUES (529, 1, 'You must be the change you wish to see in the world. After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. The past has no power over the present moment.', 0, 0, 42, '2009-05-20 17:07:27');
INSERT INTO `comment` VALUES (530, 1, 'You will succeed because most people are lazy. The On Startup feature allows you to control what tabs appear when you launch Navicat.', 0, 0, 23, '2021-02-05 15:14:12');
INSERT INTO `comment` VALUES (531, 1, 'You will succeed because most people are lazy. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections.', 0, 0, 35, '2023-05-12 12:18:07');
INSERT INTO `comment` VALUES (532, 1, 'I may not have gone where I intended to go, but I think I have ended up where I needed to be. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane.', 0, 0, 14, '2017-02-17 11:46:58');
INSERT INTO `comment` VALUES (533, 1, 'Navicat Monitor requires a repository to store alerts and metrics for historical analysis. A man is not old until regrets take the place of dreams. Secure Sockets Layer(SSL) is a protocol for transmitting private documents via the Internet.', 0, 0, 25, '2021-07-02 10:41:03');
INSERT INTO `comment` VALUES (534, 1, 'The Information Pane shows the detailed object information, project activities, the DDL of database objects, object dependencies, membership of users/roles and preview. Secure Sockets Layer(SSL) is a protocol for transmitting private documents ', 0, 0, 44, '2013-08-07 15:00:58');
INSERT INTO `comment` VALUES (535, 1, 'Flexible settings enable you to set up a custom key for comparison and synchronization. If the plan doesn’t work, change the plan, but never the goal. In a Telnet session, all communications, including username and password, are transmitted ', 0, 0, 19, '2012-08-24 14:24:13');
INSERT INTO `comment` VALUES (536, 1, 'You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. Secure SHell (SSH) is a program to log in into another computer over a network, execute commands on a remote server, ', 0, 0, 30, '2014-02-19 11:44:39');
INSERT INTO `comment` VALUES (537, 1, 'Success consists of going from failure to failure without loss of enthusiasm. After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. What you get by achieving your ', 0, 0, 21, '2002-10-26 14:00:31');
INSERT INTO `comment` VALUES (538, 1, 'If opportunity doesn’t knock, build a door. You can select any connections, objects or projects, and then select the corresponding buttons on the Information Pane. Sometimes you win, sometimes you learn. What you get by achieving your ', 0, 0, 19, '2000-11-02 12:37:11');
INSERT INTO `comment` VALUES (539, 1, 'How we spend our days is, of course, how we spend our lives. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools. To successfully establish a new connection to local/remote ', 0, 0, 18, '2016-09-08 10:11:21');
INSERT INTO `comment` VALUES (540, 1, 'Sometimes you win, sometimes you learn. Navicat 15 has added support for the system-wide dark mode. It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over ', 0, 0, 33, '2004-12-16 10:53:58');
INSERT INTO `comment` VALUES (541, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. Anyone who has ever made anything of importance was disciplined. Such sessions are also susceptible to session hijacking, ', 0, 0, 22, '2007-07-12 14:31:03');
INSERT INTO `comment` VALUES (542, 1, 'A comfort zone is a beautiful place, but nothing ever grows there. Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models. If it scares ', 0, 0, 29, '2018-11-19 17:41:46');
INSERT INTO `comment` VALUES (543, 1, 'To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login information in the General tab.', 0, 0, 12, '2013-07-10 10:24:29');
INSERT INTO `comment` VALUES (544, 1, 'Anyone who has ever made anything of importance was disciplined. Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models.', 0, 0, 11, '2021-09-06 10:31:29');
INSERT INTO `comment` VALUES (545, 1, 'I will greet this day with love in my heart. You cannot save people, you can just love them. If it scares you, it might be a good thing to try. The Main Window consists of several toolbars and panes for you to work on connections, database ', 0, 0, 28, '2017-05-25 09:10:52');
INSERT INTO `comment` VALUES (546, 1, 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences.', 0, 0, 49, '2021-09-28 12:42:36');
INSERT INTO `comment` VALUES (547, 1, 'If it scares you, it might be a good thing to try. How we spend our days is, of course, how we spend our lives. In the middle of winter I at last discovered that there was in me an invincible summer.', 0, 0, 24, '2019-06-07 16:08:33');
INSERT INTO `comment` VALUES (548, 1, 'Export Wizard allows you to export data from tables, collections, views, or query results to any available formats. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, ', 0, 0, 1, '2006-01-19 09:45:48');
INSERT INTO `comment` VALUES (549, 1, 'Success consists of going from failure to failure without loss of enthusiasm. The Navigation pane employs tree structure which allows you to take action upon the database and their objects through their pop-up menus quickly and easily.', 0, 0, 2, '2000-09-06 09:07:23');
INSERT INTO `comment` VALUES (550, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication. You can select any connections, objects or projects, and then ', 0, 0, 13, '2016-08-14 12:21:57');
INSERT INTO `comment` VALUES (551, 1, 'If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane. I destroy my enemies when I make them my friends. What you get by achieving your goals ', 0, 0, 47, '2015-11-17 16:54:58');
INSERT INTO `comment` VALUES (552, 1, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. Navicat Data Modeler is a powerful and cost-effective database design tool which helps you build high-quality conceptual, ', 0, 0, 43, '2001-10-23 15:25:29');
INSERT INTO `comment` VALUES (553, 1, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature.', 0, 0, 42, '2021-04-01 13:53:04');
INSERT INTO `comment` VALUES (554, 1, 'In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view. There is no way to happiness. Happiness is the way. You cannot save people, you can just love them. Difficult circumstances ', 0, 0, 22, '2002-01-19 16:41:08');
INSERT INTO `comment` VALUES (555, 1, 'The reason why a great man is great is that he resolves to be a great man. A man’s best friends are his ten fingers. Navicat Cloud provides a cloud service for synchronizing connections, queries, model files and virtual group information ', 0, 0, 48, '2006-03-18 16:47:31');
INSERT INTO `comment` VALUES (556, 1, 'Navicat authorizes you to make connection to remote servers running on different platforms (i.e. Windows, macOS, Linux and UNIX), and supports PAM and GSSAPI authentication.', 0, 0, 32, '2001-12-10 14:14:19');
INSERT INTO `comment` VALUES (557, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does. You will succeed because most people are lazy.', 0, 0, 4, '2016-11-28 17:09:47');
INSERT INTO `comment` VALUES (558, 1, 'All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 0, 0, 21, '2012-05-15 14:08:40');
INSERT INTO `comment` VALUES (559, 1, 'Instead of wondering when your next vacation is, maybe you should set up a life you don’t need to escape from. With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share ', 0, 0, 41, '2006-03-31 17:53:46');
INSERT INTO `comment` VALUES (560, 1, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process.', 0, 0, 20, '2001-02-15 09:20:36');
INSERT INTO `comment` VALUES (561, 1, 'All journeys have secret destinations of which the traveler is unaware. Export Wizard allows you to export data from tables, collections, views, or query results to any available formats.', 0, 0, 14, '2013-01-22 09:27:26');
INSERT INTO `comment` VALUES (562, 1, 'Anyone who has never made a mistake has never tried anything new. Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your ', 0, 0, 21, '2014-02-28 16:23:46');
INSERT INTO `comment` VALUES (563, 1, 'HTTP Tunneling is a method for connecting to a server that uses the same protocol (http://) and the same port (port 80) as a web server does. Flexible settings enable you to set up a custom key for comparison and synchronization.', 0, 0, 4, '2004-07-13 13:06:28');
INSERT INTO `comment` VALUES (564, 1, 'To get a secure connection, the first thing you need to do is to install OpenSSL Library and download Database Source.', 0, 0, 31, '2020-07-03 10:01:07');
INSERT INTO `comment` VALUES (565, 1, 'You must be the change you wish to see in the world. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific ', 0, 0, 22, '2011-11-19 13:10:09');
INSERT INTO `comment` VALUES (566, 1, 'Anyone who has ever made anything of importance was disciplined. The Synchronize to Database function will give you a full picture of all database differences. It wasn’t raining when Noah built the ark.', 0, 0, 9, '2014-01-06 14:28:55');
INSERT INTO `comment` VALUES (567, 1, '当天一道题一道题一道题费用', 0, 0, 39, '2023-09-21 18:13:54');
INSERT INTO `comment` VALUES (568, 1, '3而故意给的不i和v老奴故意', 5, 1, 39, '2023-09-21 18:14:57');
INSERT INTO `comment` VALUES (569, 1, '二点五v黑网吧发货v和', 0, 0, 39, '2023-09-21 18:17:09');
INSERT INTO `comment` VALUES (570, 1, '的方法我的哥哥', 0, 0, 39, '2023-09-21 21:51:16');
INSERT INTO `comment` VALUES (571, 1, 'add发帖', 0, 0, 39, '2023-09-22 19:20:18');
INSERT INTO `comment` VALUES (572, 1, '的噶苏孤独与', 0, 0, 39, '2023-09-22 20:10:11');
INSERT INTO `comment` VALUES (573, 1, '安德森供应供应', 0, 0, 39, '2023-09-22 20:21:37');
-- ----------------------------
-- Table structure for events
-- ----------------------------
DROP TABLE IF EXISTS `events`;
CREATE TABLE `events` (
`id` int(11) NOT NULL,
`events_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '活动名称',
`bgimg` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '背景图片',
`datetime` datetime NULL DEFAULT NULL COMMENT '时间',
`tprice` double NULL DEFAULT NULL COMMENT '票价',
`repertory` int(11) NULL DEFAULT NULL COMMENT '库存',
`sale` int(11) NULL DEFAULT NULL COMMENT '售出',
`introduction` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '简介',
`address` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '地址',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of events
-- ----------------------------
INSERT INTO `events` VALUES (1, 'Liao Rui', 'static/img/events/event2.jpg', '2018-09-27 18:06:29', 219.06, 938, 0, 'Optimism is the one quality more associated with success and happiness than any other. I destroy my enemies when I make them my friends. The first step is as good as half over. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP.', '23 North Michigan Ave 3rd Floor, Chicago, IL 60611, United States');
INSERT INTO `events` VALUES (2, 'Yuen Ming Sze', 'static/img/events/event3.jpg', '2009-04-11 16:43:17', 651.54, 568, 35, 'SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security. Import Wizard allows you to import data to tables/collections from CSV, TXT, XML, DBF and more.', '25-kai, 2-1-13 Tenjinnomori, Nishinari Ward, Osaka, Japan');
INSERT INTO `events` VALUES (3, 'Lori Jackson', 'static/img/events/event5.jpg', '2006-06-17 21:42:02', 585.45, 0, 25, 'In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram buttons to change the object view.', 'Room 20, 406 Yueliu Rd, Fangshan District, Beijing, China');
INSERT INTO `events` VALUES (4, 'Siu Ka Fai', 'static/img/events/event1.jpg', '2022-08-06 22:02:37', 548.94, 55, 36, 'Anyone who has ever made anything of importance was disciplined. If it scares you, it might be a good thing to try. Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, ', 'Room 8, 312 Hongqiao Rd., Xu Hui District, Shanghai, China');
INSERT INTO `events` VALUES (5, 'Shen Yunxi', 'static/img/events/event5.jpg', '2004-10-17 22:01:48', 730.43, 0, 5, 'To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and select Flush and choose the flush option. You must have the reload privilege to use this feature. If opportunity doesn’t knock, build a door.', 'No.42 Main building, 283 Stephenson Street, Birmingham, B2 4BL, United Kingdom');
INSERT INTO `events` VALUES (6, 'Takeuchi Rin', 'static/img/events/event5.jpg', '2016-06-14 16:21:19', 63.52, 72, 47, 'Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. It wasn’t raining when Noah built the ark. Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process.', 'Flat 47, 937 Abingdon Rd, Cumnor, Oxford, OX2 9QN, United Kingdom');
INSERT INTO `events` VALUES (7, 'Beverly Jordan', 'static/img/events/event2.jpg', '2003-06-02 20:38:35', 896.11, 120, 20, 'Remember that failure is an event, not a person. I will greet this day with love in my heart. If you wait, all that happens is you get older.', '808 Fifth Avenue Apartment 11, New York, NY 10017, United States');
INSERT INTO `events` VALUES (8, 'He Zitao', 'static/img/events/event2.jpg', '2016-10-13 15:21:15', 601.59, 698, 30, 'To connect to a database or schema, simply double-click it in the pane. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. Typically, it is employed as an encrypted version of Telnet. Navicat provides a wide range advanced features, ', 'No.40 building, 75 NO.6, YuShuang Road, ChengHua Distric, Chengdu, China');
INSERT INTO `events` VALUES (9, 'Mori Mitsuki', 'static/img/events/event6.jpg', '2021-10-09 16:27:34', 82.64, 0, 13, 'A comfort zone is a beautiful place, but nothing ever grows there. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane ', 'No.34 building, 807 68 Qinghe Middle St, Haidian District, Beijing, China');
INSERT INTO `events` VALUES (10, 'Ku Chun Yu', 'static/img/events/event1.jpg', '2021-01-16 18:46:42', 0, 261, 36, 'If the plan doesn’t work, change the plan, but never the goal. It collects process metrics such as CPU load, RAM usage, and a variety of other resources over SSH/SNMP. Difficult circumstances serve as a textbook of life for people. It can also manage cloud databases such as Amazon ', '34-kai, 1-7-4 Saidaiji Akodacho, Nara, Japan');
INSERT INTO `events` VALUES (11, 'Peng Xiaoming', 'static/img/events/event2.jpg', '2013-08-18 17:16:49', 721.17, 0, 24, 'It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba Cloud. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new to database server.', '2F, 13-3-6 Toyohira 3 Jo, Toyohira Ward, Sapporo, Japan');
INSERT INTO `events` VALUES (12, 'Yam Chung Yin', 'static/img/events/event3.jpg', '2010-09-26 17:21:49', 0, 974, 3, 'Anyone who has ever made anything of importance was disciplined. Creativity is intelligence having fun. Navicat 15 has added support for the system-wide dark mode. You must be the change you wish to see in the world. The past has no power over the present moment. It can also manage ', '中国广州市白云区小坪东路35号31号楼');
INSERT INTO `events` VALUES (13, 'Choi Ka Fai', 'static/img/events/event1.jpg', '2005-07-10 17:10:43', 70.12, 0, 26, 'SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security. It is used while your ISPs do not allow direct connections, but allows establishing HTTP connections. Navicat Data Modeler is a powerful and cost-effective database ', 'Rm. 4, 20 1-1 Honjocho, Yamatokoriyama, Nara, Japan');
INSERT INTO `events` VALUES (14, 'He Rui', 'static/img/events/event1.jpg', '2022-08-24 17:56:01', 204.56, 645, 22, 'Such sessions are also susceptible to session hijacking, where a malicious user takes over your session once you have authenticated. A comfort zone is a beautiful place, but nothing ever grows there. I will greet this day with love in my heart. Actually it is just in an idea when ', 'Room 3, CR Building, No.325, Dongsan Road, Erxianqiao, Chenghua District, Chengdu, China');
INSERT INTO `events` VALUES (15, 'Yuen Ka Ming', 'static/img/events/event3.jpg', '2002-07-29 17:25:20', 420.94, 949, 38, 'The On Startup feature allows you to control what tabs appear when you launch Navicat. The Main Window consists of several toolbars and panes for you to work on connections, database objects and advanced tools.', '457 Grape Street Apartment 43, Los Angeles, CA 90002, United States');
INSERT INTO `events` VALUES (16, 'Tan Zitao', 'static/img/events/event4.jpg', '2027-08-08 13:06:41', 184.16, 871, 922, 'To successfully establish a new connection to local/remote server - no matter via SSL or SSH, set the database login information in the General tab. A man is not old until regrets take the place of dreams. Flexible settings enable you ', '337 East Alley');
INSERT INTO `events` VALUES (17, 'To Wai Han', 'static/img/events/event2.jpg', '2027-11-07 10:50:23', 887.92, 777, 194, 'The repository database can be an existing MySQL, MariaDB, PostgreSQL, SQL Server, or Amazon RDS instance. All journeys have secret destinations of which the traveler is unaware.', '3-9-4 Gakuenminami');
INSERT INTO `events` VALUES (18, 'Cheng Yuning', 'static/img/events/event1.jpg', '2025-01-20 17:58:06', 143.39, 81, 126, 'A comfort zone is a beautiful place, but nothing ever grows there. Remember that failure is an event, not a person. To successfully establish a new connection to local/remote server - no matter via SSL, SSH or HTTP, set the database login ', '817 Cannon Street');
INSERT INTO `events` VALUES (19, 'Pan Rui', 'static/img/events/event2.jpg', '2027-12-01 14:11:44', 150.28, 299, 276, 'Difficult circumstances serve as a textbook of life for people. You must be the change you wish to see in the world.', '19 3-803 Kusunokiajima, Kita Ward');
INSERT INTO `events` VALUES (20, 'Hou Xiaoming', 'static/img/events/event4.jpg', '2027-09-02 16:45:04', 799.24, 394, 100, 'Navicat 15 has added support for the system-wide dark mode. I will greet this day with love in my heart. Remember that failure is an event, not a person. Navicat authorizes you to make connection to remote servers running on different ', '延庆区028县道747号');
INSERT INTO `events` VALUES (21, 'Leung Wing Fat', 'static/img/events/event3.jpg', '2024-02-04 09:23:52', 962.21, 208, 258, 'It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network. The Main Window consists of several toolbars and panes for you to work on connections, ', '746 Hinckley Rd');
INSERT INTO `events` VALUES (22, 'Yamashita Minato', 'static/img/events/event2.jpg', '2024-10-21 16:02:26', 415.5, 604, 800, 'I will greet this day with love in my heart. Navicat Data Modeler enables you to build high-quality conceptual, logical and physical data models for a wide variety of audiences. Remember that failure is an event, not a person.', '13-3-13 Toyohira 3 Jo, Toyohira Ward');
INSERT INTO `events` VALUES (23, 'Yu Yunxi', 'static/img/events/event4.jpg', '2027-04-30 09:21:16', 527.57, 662, 193, 'Navicat Cloud could not connect and access your databases. By which it means, it could only store your connection settings, queries, model files, and virtual group; your database passwords and data (e.g. tables, views, etc) will not be ', '765 Huaxia St, Jinghua Shangquan');
INSERT INTO `events` VALUES (24, 'Yan Anqi', 'static/img/events/event2.jpg', '2026-06-05 14:15:45', 804.22, 477, 67, 'Export Wizard allows you to export data from tables, collections, views, or query results to any available formats.', '3-15-8 Ginza, Chuo-ku');
INSERT INTO `events` VALUES (25, 'Hsuan Wai Han', 'static/img/events/event3.jpg', '2023-12-09 10:11:56', 512.52, 321, 206, 'What you get by achieving your goals is not as important as what you become by achieving your goals. Anyone who has ever made anything of importance was disciplined. Navicat Data Modeler is a powerful and cost-effective database design ', '113 Tianbei 1st Rd, Luohu District');
-- ----------------------------
-- Table structure for genre
-- ----------------------------
DROP TABLE IF EXISTS `genre`;
CREATE TABLE `genre` (
`id` int(11) NOT NULL,
`genre` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '类型流派',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of genre
-- ----------------------------
INSERT INTO `genre` VALUES (1, '另类');
INSERT INTO `genre` VALUES (2, '蓝调');
INSERT INTO `genre` VALUES (3, '古典');
INSERT INTO `genre` VALUES (4, '国家');
INSERT INTO `genre` VALUES (5, '电子的');
INSERT INTO `genre` VALUES (6, '嘻哈/说唱');
INSERT INTO `genre` VALUES (7, '独立');
INSERT INTO `genre` VALUES (8, '爵士乐');
INSERT INTO `genre` VALUES (9, '拉丁美洲');
INSERT INTO `genre` VALUES (10, '节奏蓝调/灵魂乐');
INSERT INTO `genre` VALUES (11, '岩石');
INSERT INTO `genre` VALUES (12, '往期');
INSERT INTO `genre` VALUES (13, '流行');
INSERT INTO `genre` VALUES (14, '最新');
INSERT INTO `genre` VALUES (15, '传统艺术家');
INSERT INTO `genre` VALUES (16, '活跃的艺术家');
-- ----------------------------
-- Table structure for imga
-- ----------------------------
DROP TABLE IF EXISTS `imga`;
CREATE TABLE `imga` (
`id` int(11) NOT NULL,
`image` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL,
`produce_id` int(11) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of imga
-- ----------------------------
INSERT INTO `imga` VALUES (16, 'static/img/store/item3.jpg', 8);
INSERT INTO `imga` VALUES (15, 'static/img/store/item6.jpg', 8);
INSERT INTO `imga` VALUES (14, 'static/img/store/item7.jpg', 7);
INSERT INTO `imga` VALUES (13, 'static/img/store/item6.jpg', 7);
INSERT INTO `imga` VALUES (12, 'static/img/store/item1.jpg', 6);
INSERT INTO `imga` VALUES (11, 'static/img/store/item7.jpg', 6);
INSERT INTO `imga` VALUES (10, 'static/img/store/item2.jpg', 5);
INSERT INTO `imga` VALUES (9, 'static/img/store/item2.jpg', 5);
INSERT INTO `imga` VALUES (8, 'static/img/store/item3.jpg', 4);
INSERT INTO `imga` VALUES (7, 'static/img/store/item1.jpg', 4);
INSERT INTO `imga` VALUES (6, 'static/img/store/item6.jpg', 3);
INSERT INTO `imga` VALUES (5, 'static/img/store/item2.jpg', 3);
INSERT INTO `imga` VALUES (4, 'static/img/store/item8.jpg', 2);
INSERT INTO `imga` VALUES (3, 'static/img/store/item5.jpg', 2);
INSERT INTO `imga` VALUES (2, 'static/img/store/item4.jpg', 1);
INSERT INTO `imga` VALUES (1, 'static/img/store/item7.jpg', 1);
-- ----------------------------
-- Table structure for live
-- ----------------------------
DROP TABLE IF EXISTS `live`;
CREATE TABLE `live` (
`id` int(11) NOT NULL,
`live_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '视频名字',
`live_faceimg` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '图片',
`live_srcpath` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '路径',
`live_phate` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '观看人数',
`art_id` int(11) NOT NULL COMMENT '艺术家',
`genre_id` int(11) NULL DEFAULT NULL COMMENT '类别',
PRIMARY KEY (`id`) USING BTREE,
INDEX `art_id`(`art_id`) USING BTREE,
INDEX `genre_id`(`genre_id`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of live
-- ----------------------------
INSERT INTO `live` VALUES (2, 'Melvin Cox', 'static/img/live/8.jpg', 'static/live/1.mp4', '6.3k', 10, 13);
INSERT INTO `live` VALUES (3, 'Matthew Baker', 'static/img/live/4.jpg', 'static/live/1.mp4', '6.1k', 1, 13);
INSERT INTO `live` VALUES (4, '向睿', 'static/img/live/3.jpg', 'static/live/1.mp4', '9.4k', 6, 13);
INSERT INTO `live` VALUES (5, 'Rebecca Morales', 'static/img/live/7.jpg', 'static/live/1.mp4', '6.7k', 5, 13);
INSERT INTO `live` VALUES (6, '龙震南', 'static/img/live/1.jpg', 'static/live/1.mp4', '5.8k', 9, 13);
INSERT INTO `live` VALUES (7, '黄秀英', 'static/img/live/7.jpg', 'static/live/1.mp4', '5.5k', 7, 14);
INSERT INTO `live` VALUES (8, 'Scott Daniels', 'static/img/live/1.jpg', 'static/live/1.mp4', '6.2k', 3, 14);
INSERT INTO `live` VALUES (9, '曹震南', 'static/img/live/8.jpg', 'static/live/1.mp4', '1.6k', 3, 14);
INSERT INTO `live` VALUES (10, '任宇宁', 'static/img/live/5.jpg', 'static/live/1.mp4', '1.8k', 5, 13);
INSERT INTO `live` VALUES (11, 'Clara Kennedy', 'static/img/live/9.jpg', 'static/live/1.mp4', '5.9k', 10, 13);
INSERT INTO `live` VALUES (12, 'Joseph Weaver', 'static/img/live/5.jpg', 'static/live/1.mp4', '3.8k', 1, 13);
INSERT INTO `live` VALUES (13, '郭云熙', 'static/img/live/5.jpg', 'static/live/1.mp4', '7.7k', 3, 13);
INSERT INTO `live` VALUES (14, 'Esther Simmons', 'static/img/live/1.jpg', 'static/live/1.mp4', '8.9k', 1, 13);
INSERT INTO `live` VALUES (15, 'Ricky Carter', 'static/img/live/1.jpg', 'static/live/1.mp4', '9.6k', 6, 13);
INSERT INTO `live` VALUES (16, '叶秀英', 'static/img/live/8.jpg', 'static/live/1.mp4', '3.3k', 7, 13);
INSERT INTO `live` VALUES (17, '丁晓明', 'static/img/live/6.jpg', 'static/live/1.mp4', '7.5k', 8, 12);
INSERT INTO `live` VALUES (18, 'Kathleen Harrison', 'static/img/live/2.jpg', 'static/live/1.mp4', '6.0k', 7, 12);
INSERT INTO `live` VALUES (19, '丁嘉伦', 'static/img/live/7.jpg', 'static/live/1.mp4', '5.6k', 7, 13);
INSERT INTO `live` VALUES (20, 'Michelle Anderson', 'static/img/live/5.jpg', 'static/live/1.mp4', '6.3k', 3, 13);
INSERT INTO `live` VALUES (21, 'Troy Smith', 'static/img/live/3.jpg', 'static/live/1.mp4', '6.7k', 3, 12);
INSERT INTO `live` VALUES (22, 'Ethel Jimenez', 'static/img/live/1.jpg', 'static/live/1.mp4', '5.9k', 3, 13);
INSERT INTO `live` VALUES (23, '邱秀英', 'static/img/live/5.jpg', 'static/live/1.mp4', '5.9k', 8, 14);
INSERT INTO `live` VALUES (24, '王子韬', 'static/img/live/1.jpg', 'static/live/1.mp4', '6.8k', 1, 12);
INSERT INTO `live` VALUES (25, 'Rosa Morales', 'static/img/live/1.jpg', 'static/live/1.mp4', '7.9k', 1, 13);
INSERT INTO `live` VALUES (26, 'Bobby Smith', 'static/img/live/1.jpg', 'static/live/1.mp4', '8.8k', 6, 12);
INSERT INTO `live` VALUES (27, '余致远', 'static/img/live/7.jpg', 'static/live/1.mp4', '3.7k', 7, 14);
INSERT INTO `live` VALUES (28, '潘秀英', 'static/img/live/8.jpg', 'static/live/1.mp4', '1.9k', 7, 14);
INSERT INTO `live` VALUES (29, '邵安琪', 'static/img/live/4.jpg', 'static/live/1.mp4', '5.1k', 5, 12);
INSERT INTO `live` VALUES (30, 'Andrew Barnes', 'static/img/live/2.jpg', 'static/live/1.mp4', '3.7k', 3, 13);
INSERT INTO `live` VALUES (31, '周詩涵', 'static/img/live/3.jpg', 'static/live/1.mp4', '5.4k', 3, 14);
INSERT INTO `live` VALUES (32, '林子异', 'static/img/live/7.jpg', 'static/live/1.mp4', '8.0k', 6, 13);
INSERT INTO `live` VALUES (33, 'Eric Mitchell', 'static/img/live/6.jpg', 'static/live/1.mp4', '6.7k', 9, 14);
INSERT INTO `live` VALUES (34, 'Debbie Richardson', 'static/img/live/9.jpg', 'static/live/1.mp4', '2.1k', 4, 14);
INSERT INTO `live` VALUES (35, 'Jean Fernandez', 'static/img/live/8.jpg', 'static/live/1.mp4', '2.9k', 9, 14);
INSERT INTO `live` VALUES (36, 'Joseph Gordon', 'static/img/live/1.jpg', 'static/live/1.mp4', '3.5k', 2, 13);
INSERT INTO `live` VALUES (37, '邵嘉伦', 'static/img/live/4.jpg', 'static/live/1.mp4', '6.8k', 4, 14);
INSERT INTO `live` VALUES (38, '郑嘉伦', 'static/img/live/4.jpg', 'static/live/1.mp4', '8.4k', 3, 13);
INSERT INTO `live` VALUES (39, 'Steve Porter', 'static/img/live/5.jpg', 'static/live/2.mp4', '9.3k', 3, 12);
INSERT INTO `live` VALUES (40, 'Travis Dixon', 'static/img/live/9.jpg', 'static/live/2.mp4', '1.4k', 7, 14);
INSERT INTO `live` VALUES (41, '雷岚', 'static/img/live/1.jpg', 'static/live/2.mp4', '4.5k', 9, 13);
INSERT INTO `live` VALUES (42, '黎秀英', 'static/img/live/7.jpg', 'static/live/2.mp4', '5.7k', 4, 13);
INSERT INTO `live` VALUES (43, '郝秀英', 'static/img/live/3.jpg', 'static/live/2.mp4', '6.7k', 4, 14);
INSERT INTO `live` VALUES (44, '邓安琪', 'static/img/live/6.jpg', 'static/live/1.mp4', '9.7k', 4, 14);
INSERT INTO `live` VALUES (45, '杨宇宁', 'static/img/live/2.jpg', 'static/live/2.mp4', '4.1k', 4, 13);
INSERT INTO `live` VALUES (46, '杨云熙', 'static/img/live/8.jpg', 'static/live/1.mp4', '3.8k', 1, 14);
INSERT INTO `live` VALUES (47, 'Marjorie Gibson', 'static/img/live/1.jpg', 'static/live/2.mp4', '5.8k', 3, 14);
INSERT INTO `live` VALUES (48, 'Bruce Hall', 'static/img/live/7.jpg', 'static/live/1.mp4', '2.7k', 9, 14);
INSERT INTO `live` VALUES (49, '汪晓明', 'static/img/live/1.jpg', 'static/live/2.mp4', '1.3k', 5, 14);
INSERT INTO `live` VALUES (50, 'Emily Ryan', 'static/img/live/3.jpg', 'static/live/1.mp4', '1.0k', 3, 13);
INSERT INTO `live` VALUES (51, '姜璐', 'static/img/live/9.jpg', 'static/live/2.mp4', '4.5k', 9, 12);
-- ----------------------------
-- Table structure for music
-- ----------------------------
DROP TABLE IF EXISTS `music`;
CREATE TABLE `music` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`song_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '歌名',
`duration` int(11) NULL DEFAULT NULL COMMENT '时长',
`facepath` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '封面',
`srcpath` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '路径',
`hot` int(11) NULL DEFAULT NULL COMMENT '热度',
`barthtime` datetime NULL DEFAULT NULL COMMENT '创做日期',
`author_id` int(11) NULL DEFAULT NULL COMMENT '作者id',
`album_id` int(11) NULL DEFAULT NULL COMMENT '专辑id',
`ganer_id` int(11) NULL DEFAULT NULL COMMENT '流派id',
PRIMARY KEY (`id`) USING BTREE,
INDEX `adlum_id`(`album_id`) USING BTREE,
INDEX `author_id`(`author_id`) USING BTREE,
INDEX `ganer_id`(`ganer_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1202 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of music
-- ----------------------------
INSERT INTO `music` VALUES (2, 'Apple', 238, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6570, '2005-02-10 12:41:27', 7, 14, 6);
INSERT INTO `music` VALUES (3, 'Raspberry', 143, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1305366556.mp3', 8459, '2021-04-16 10:37:34', 12, 15, 4);
INSERT INTO `music` VALUES (4, 'Strawberry mini', 284, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1305365793.mp3', 5524, '2002-09-26 17:36:22', 28, 10, 9);
INSERT INTO `music` VALUES (5, 'Pluots mini', 130, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1936399142.mp3', 2194, '2022-08-08 15:00:40', 37, 26, 2);
INSERT INTO `music` VALUES (6, 'xMpngo', 147, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=2052782758.mp3', 776, '2020-06-23 13:05:31', 25, 23, 2);
INSERT INTO `music` VALUES (7, 'Cherry pro', 23, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4763, '2014-08-18 09:55:50', 3, 6, 6);
INSERT INTO `music` VALUES (8, 'Raspberry', 297, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6735, '2003-06-20 16:38:17', 27, 16, 2);
INSERT INTO `music` VALUES (9, 'Appze', 134, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5508, '2009-10-08 17:55:02', 8, 6, 3);
INSERT INTO `music` VALUES (10, 'Cherry plus', 56, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1292, '2001-04-06 13:16:27', 18, 25, 9);
INSERT INTO `music` VALUES (11, 'Skrawberry', 79, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2986, '2004-12-04 13:43:35', 27, 25, 2);
INSERT INTO `music` VALUES (12, 'Rambutan', 254, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4814, '2013-04-03 09:41:00', 5, 20, 2);
INSERT INTO `music` VALUES (13, 'Kiwi', 117, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6897, '2010-05-27 09:00:45', 17, 9, 2);
INSERT INTO `music` VALUES (14, 'Rambutan', 113, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9980, '2021-02-14 11:00:25', 33, 9, 2);
INSERT INTO `music` VALUES (15, 'pluots', 184, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2444, '2014-10-03 15:23:51', 15, 33, 9);
INSERT INTO `music` VALUES (16, 'omni-Raspberry', 276, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1600, '2017-06-24 12:16:48', 20, 16, 2);
INSERT INTO `music` VALUES (17, 'Cherry plus', 1, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2534, '2000-01-04 17:50:04', 29, 35, 10);
INSERT INTO `music` VALUES (18, 'Chxrry', 85, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3245, '2014-04-05 17:23:14', 9, 7, 2);
INSERT INTO `music` VALUES (19, 'Oradge', 83, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9104, '2022-01-07 12:37:15', 31, 15, 9);
INSERT INTO `music` VALUES (20, 'ultra-Mango', 226, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4318, '2019-08-09 09:03:03', 13, 18, 1);
INSERT INTO `music` VALUES (21, 'Kiwi pi', 264, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7383, '2007-09-23 14:36:16', 24, 9, 8);
INSERT INTO `music` VALUES (22, 'Plsots', 169, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8468, '2014-06-29 13:34:07', 14, 20, 2);
INSERT INTO `music` VALUES (23, 'Mango', 213, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 536, '2011-10-14 14:52:33', 3, 10, 5);
INSERT INTO `music` VALUES (24, 'Strawberry', 159, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5591, '2008-06-13 13:59:00', 4, 7, 4);
INSERT INTO `music` VALUES (25, 'Grppe', 6, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3569, '2002-12-17 16:56:42', 18, 26, 5);
INSERT INTO `music` VALUES (26, 'xAppye', 217, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1953, '2009-12-25 10:21:11', 7, 3, 1);
INSERT INTO `music` VALUES (27, 'prange', 99, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8338, '2023-03-13 17:24:50', 23, 31, 2);
INSERT INTO `music` VALUES (28, 'Mazgo', 269, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8289, '2020-03-28 17:09:19', 22, 27, 9);
INSERT INTO `music` VALUES (29, 'Odange', 226, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3648, '2017-02-19 16:17:19', 36, 35, 5);
INSERT INTO `music` VALUES (30, 'Raspberry plus', 103, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3045, '2022-09-02 15:39:00', 16, 35, 1);
INSERT INTO `music` VALUES (31, 'Orange', 223, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9225, '2020-01-18 13:40:31', 33, 25, 9);
INSERT INTO `music` VALUES (32, 'omni-Chezry', 57, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2150, '2013-01-02 11:28:28', 27, 5, 4);
INSERT INTO `music` VALUES (33, 'Apple plus', 65, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8498, '2007-03-31 09:45:56', 28, 11, 4);
INSERT INTO `music` VALUES (34, 'etrawberry', 233, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 543, '2010-07-01 17:16:57', 34, 22, 6);
INSERT INTO `music` VALUES (35, 'Pluots pro', 6, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7762, '2001-12-18 15:09:32', 29, 7, 2);
INSERT INTO `music` VALUES (36, 'Raspbarry pro', 82, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 933, '2009-01-05 13:09:25', 4, 33, 10);
INSERT INTO `music` VALUES (37, 'Aprle', 193, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6723, '2001-07-02 12:06:18', 22, 21, 2);
INSERT INTO `music` VALUES (38, 'vtrawberry', 100, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6859, '2017-06-20 14:49:28', 5, 26, 10);
INSERT INTO `music` VALUES (39, 'Mango', 228, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1679, '2013-06-10 13:30:45', 25, 15, 9);
INSERT INTO `music` VALUES (40, 'iPlmots', 281, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8920, '2021-07-18 16:49:48', 26, 16, 8);
INSERT INTO `music` VALUES (41, 'biwi', 8, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1430, '2010-08-16 11:41:56', 25, 37, 5);
INSERT INTO `music` VALUES (42, 'Apple', 122, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4581, '2012-05-23 09:49:00', 31, 25, 9);
INSERT INTO `music` VALUES (43, 'ambi-Grape', 126, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2630, '2005-10-20 09:06:28', 4, 26, 3);
INSERT INTO `music` VALUES (44, 'aiwi se', 20, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2542, '2002-11-11 17:18:34', 16, 10, 8);
INSERT INTO `music` VALUES (45, 'Rambutan', 222, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4522, '2022-11-03 12:28:10', 37, 14, 7);
INSERT INTO `music` VALUES (46, 'xjrange', 172, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7688, '2016-04-27 16:51:02', 30, 9, 10);
INSERT INTO `music` VALUES (47, 'omni-Raspbmrry', 108, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2413, '2003-05-10 16:50:11', 33, 34, 6);
INSERT INTO `music` VALUES (48, 'Mango mini', 180, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 937, '2013-06-23 13:08:35', 8, 29, 2);
INSERT INTO `music` VALUES (49, 'Orange air', 231, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8362, '2018-06-05 10:48:02', 19, 2, 6);
INSERT INTO `music` VALUES (50, 'Cherry', 68, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7106, '2018-04-20 16:48:28', 29, 17, 3);
INSERT INTO `music` VALUES (51, 'Raspberry premium', 276, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2016, '2018-08-31 15:30:14', 26, 14, 8);
INSERT INTO `music` VALUES (52, 'Apile', 197, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8741, '2004-08-23 14:05:43', 31, 30, 3);
INSERT INTO `music` VALUES (53, 'Cherry', 157, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9950, '2011-09-13 17:14:58', 20, 15, 8);
INSERT INTO `music` VALUES (54, 'omni-Strawberry', 127, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3415, '2014-11-08 14:00:48', 5, 24, 8);
INSERT INTO `music` VALUES (55, 'Plcots', 54, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6242, '2008-05-17 14:33:10', 9, 19, 11);
INSERT INTO `music` VALUES (56, 'ultra-Ample', 124, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4868, '2011-06-20 15:20:43', 14, 25, 9);
INSERT INTO `music` VALUES (57, 'Kiwi plus', 82, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4358, '2005-10-02 17:04:42', 11, 11, 9);
INSERT INTO `music` VALUES (58, 'Orazge se', 118, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4084, '2004-11-12 17:04:57', 28, 37, 4);
INSERT INTO `music` VALUES (59, 'Grape', 154, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2273, '2020-04-04 10:16:02', 29, 40, 9);
INSERT INTO `music` VALUES (60, 'Orange', 133, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4553, '2020-12-28 10:54:33', 19, 7, 4);
INSERT INTO `music` VALUES (61, 'Strawberry elite', 108, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3803, '2015-05-04 16:56:55', 23, 8, 4);
INSERT INTO `music` VALUES (62, 'Orange', 181, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7070, '2020-10-09 14:28:41', 18, 32, 4);
INSERT INTO `music` VALUES (63, 'Apple', 137, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3042, '2000-04-04 11:38:11', 19, 32, 8);
INSERT INTO `music` VALUES (64, 'jherry', 21, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1169, '2023-07-28 11:12:32', 13, 19, 11);
INSERT INTO `music` VALUES (65, 'Apple', 64, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4231, '2009-01-22 11:36:51', 3, 28, 7);
INSERT INTO `music` VALUES (66, 'Kiwi', 175, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1167, '2004-01-18 16:46:37', 3, 36, 9);
INSERT INTO `music` VALUES (67, 'ultra-Chxrry', 229, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5071, '2003-03-24 09:22:09', 10, 32, 1);
INSERT INTO `music` VALUES (68, 'paspberry', 92, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2114, '2009-01-13 10:14:58', 6, 21, 11);
INSERT INTO `music` VALUES (69, 'urape se', 186, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2686, '2016-11-26 14:00:03', 38, 27, 9);
INSERT INTO `music` VALUES (70, 'Orajge', 198, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3355, '2023-03-02 09:05:39', 10, 4, 7);
INSERT INTO `music` VALUES (71, 'ultra-Strawbwrry', 65, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 186, '2005-06-29 09:41:11', 17, 16, 6);
INSERT INTO `music` VALUES (72, 'Grape se', 108, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1527, '2017-06-29 11:54:09', 7, 38, 9);
INSERT INTO `music` VALUES (73, 'Strawberry plus', 261, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7646, '2015-08-22 12:37:42', 32, 13, 6);
INSERT INTO `music` VALUES (74, 'Orange air', 215, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6292, '2002-09-21 12:38:57', 39, 26, 5);
INSERT INTO `music` VALUES (75, 'Rambytan pro', 74, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8020, '2019-01-18 12:11:15', 19, 18, 5);
INSERT INTO `music` VALUES (76, 'sango', 12, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 875, '2017-06-15 12:17:45', 2, 9, 3);
INSERT INTO `music` VALUES (77, 'Rambutan se', 63, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4140, '2006-07-01 14:51:48', 31, 24, 1);
INSERT INTO `music` VALUES (78, 'Kiwi premium', 7, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5938, '2015-08-05 12:44:26', 6, 22, 4);
INSERT INTO `music` VALUES (79, 'iCherry', 49, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7601, '2017-09-12 12:00:53', 30, 28, 2);
INSERT INTO `music` VALUES (80, 'Rambutnn air', 192, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8776, '2003-02-22 15:05:56', 9, 30, 7);
INSERT INTO `music` VALUES (81, 'Pluots pi', 138, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4788, '2021-05-05 15:36:44', 31, 5, 9);
INSERT INTO `music` VALUES (82, 'Orange', 121, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9316, '2003-09-08 11:28:25', 14, 1, 3);
INSERT INTO `music` VALUES (83, 'krape', 132, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4321, '2008-07-03 12:51:10', 16, 23, 6);
INSERT INTO `music` VALUES (84, 'Kibi', 98, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2700, '2018-12-25 10:01:36', 32, 10, 6);
INSERT INTO `music` VALUES (85, 'Cherry', 239, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1873, '2023-02-07 16:18:57', 16, 10, 2);
INSERT INTO `music` VALUES (86, 'Orrnge air', 115, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2445, '2016-08-02 14:30:25', 15, 14, 3);
INSERT INTO `music` VALUES (87, 'Rambuxan mini', 47, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8326, '2000-09-11 16:36:19', 3, 7, 11);
INSERT INTO `music` VALUES (88, 'Rashberry core', 59, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 979, '2022-09-09 17:56:08', 28, 29, 9);
INSERT INTO `music` VALUES (89, 'Mango air', 266, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2353, '2001-06-02 14:01:34', 12, 3, 6);
INSERT INTO `music` VALUES (90, 'omni-Orange', 43, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3770, '2008-03-13 11:28:28', 27, 16, 3);
INSERT INTO `music` VALUES (91, 'Kiwi pro', 48, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1553, '2010-06-05 11:33:07', 32, 26, 10);
INSERT INTO `music` VALUES (92, 'Raspbegry', 146, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5053, '2001-06-03 17:23:01', 11, 28, 4);
INSERT INTO `music` VALUES (93, 'Gmape', 33, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 374, '2018-04-30 11:16:14', 32, 3, 10);
INSERT INTO `music` VALUES (94, 'Awple', 131, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1931, '2010-08-01 16:25:54', 17, 32, 5);
INSERT INTO `music` VALUES (95, 'Cherry premium', 285, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 623, '2016-10-08 13:39:42', 32, 39, 1);
INSERT INTO `music` VALUES (96, 'Raspberry se', 51, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7712, '2018-04-26 17:05:23', 25, 38, 9);
INSERT INTO `music` VALUES (97, 'ultra-Pluots', 240, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5306, '2015-08-30 13:19:23', 31, 32, 3);
INSERT INTO `music` VALUES (98, 'Pluots', 72, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1336, '2002-05-30 12:56:17', 7, 28, 6);
INSERT INTO `music` VALUES (99, 'Strawberry air', 37, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1199, '2000-10-06 17:41:29', 21, 20, 5);
INSERT INTO `music` VALUES (100, 'Orwnge se', 108, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5975, '2005-02-06 12:30:24', 36, 17, 9);
INSERT INTO `music` VALUES (101, 'iRaspberry', 197, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5285, '2015-10-12 09:55:52', 28, 1, 1);
INSERT INTO `music` VALUES (102, 'Aaple mini', 79, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6570, '2005-02-10 12:41:27', 34, 21, 11);
INSERT INTO `music` VALUES (103, 'Rambbtan', 260, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8459, '2021-04-16 10:37:34', 12, 9, 7);
INSERT INTO `music` VALUES (104, 'Cherry pi', 243, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5524, '2002-09-26 17:36:22', 37, 27, 7);
INSERT INTO `music` VALUES (105, 'Gjape', 111, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2194, '2022-08-08 15:00:40', 1, 32, 5);
INSERT INTO `music` VALUES (106, 'iAdple', 266, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 776, '2020-06-23 13:05:31', 5, 5, 1);
INSERT INTO `music` VALUES (107, 'Cherry', 235, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4763, '2014-08-18 09:55:50', 23, 21, 4);
INSERT INTO `music` VALUES (108, 'Strawberry elite', 249, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6735, '2003-06-20 16:38:17', 15, 6, 8);
INSERT INTO `music` VALUES (109, 'ultra-Kiwi', 264, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5508, '2009-10-08 17:55:02', 26, 10, 9);
INSERT INTO `music` VALUES (110, 'Orange core', 120, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1292, '2001-04-06 13:16:27', 30, 6, 11);
INSERT INTO `music` VALUES (111, 'Appse mini', 300, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2986, '2004-12-04 13:43:35', 30, 29, 4);
INSERT INTO `music` VALUES (112, 'tiwi air', 190, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4814, '2013-04-03 09:41:00', 15, 35, 7);
INSERT INTO `music` VALUES (113, 'Mango', 227, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6897, '2010-05-27 09:00:45', 32, 29, 9);
INSERT INTO `music` VALUES (114, 'ultra-Cherky', 285, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9980, '2021-02-14 11:00:25', 18, 23, 1);
INSERT INTO `music` VALUES (115, 'wambutan premium', 48, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2444, '2014-10-03 15:23:51', 11, 30, 11);
INSERT INTO `music` VALUES (116, 'yrape se', 286, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1600, '2017-06-24 12:16:48', 22, 12, 2);
INSERT INTO `music` VALUES (117, 'Afple', 71, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2534, '2000-01-04 17:50:04', 10, 31, 4);
INSERT INTO `music` VALUES (118, 'Kiwi elite', 203, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3245, '2014-04-05 17:23:14', 16, 4, 5);
INSERT INTO `music` VALUES (119, 'ambi-Kimi', 161, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9104, '2022-01-07 12:37:15', 19, 16, 5);
INSERT INTO `music` VALUES (120, 'Rambutan', 250, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4318, '2019-08-09 09:03:03', 18, 32, 9);
INSERT INTO `music` VALUES (121, 'Ramgutan', 270, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7383, '2007-09-23 14:36:16', 8, 5, 9);
INSERT INTO `music` VALUES (122, 'Strawbebry premium', 238, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8468, '2014-06-29 13:34:07', 20, 8, 9);
INSERT INTO `music` VALUES (123, 'Rabpberry elite', 175, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 536, '2011-10-14 14:52:33', 3, 30, 2);
INSERT INTO `music` VALUES (124, 'Malgo', 117, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5591, '2008-06-13 13:59:00', 13, 28, 11);
INSERT INTO `music` VALUES (125, 'Strawberry mini', 266, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3569, '2002-12-17 16:56:42', 30, 25, 8);
INSERT INTO `music` VALUES (126, 'viwi', 71, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1953, '2009-12-25 10:21:11', 40, 14, 11);
INSERT INTO `music` VALUES (127, 'Axple', 141, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8338, '2023-03-13 17:24:50', 16, 38, 6);
INSERT INTO `music` VALUES (128, 'Grape', 214, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8289, '2020-03-28 17:09:19', 24, 28, 3);
INSERT INTO `music` VALUES (129, 'ultra-Grbpe', 281, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3648, '2017-02-19 16:17:19', 7, 38, 3);
INSERT INTO `music` VALUES (130, 'Mango', 133, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3045, '2022-09-02 15:39:00', 7, 1, 5);
INSERT INTO `music` VALUES (131, 'omni-Kiji', 4, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9225, '2020-01-18 13:40:31', 36, 31, 2);
INSERT INTO `music` VALUES (132, 'xRambutan', 62, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2150, '2013-01-02 11:28:28', 27, 37, 3);
INSERT INTO `music` VALUES (133, 'Rambuqan', 37, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8498, '2007-03-31 09:45:56', 18, 11, 3);
INSERT INTO `music` VALUES (134, 'Orange', 68, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 543, '2010-07-01 17:16:57', 3, 17, 10);
INSERT INTO `music` VALUES (135, 'Ozange', 68, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7762, '2001-12-18 15:09:32', 14, 9, 6);
INSERT INTO `music` VALUES (136, 'Grape mini', 95, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 933, '2009-01-05 13:09:25', 21, 17, 7);
INSERT INTO `music` VALUES (137, 'riwi core', 48, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6723, '2001-07-02 12:06:18', 8, 27, 1);
INSERT INTO `music` VALUES (138, 'gango core', 155, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6859, '2017-06-20 14:49:28', 33, 12, 9);
INSERT INTO `music` VALUES (139, 'Pluats se', 234, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1679, '2013-06-10 13:30:45', 18, 22, 8);
INSERT INTO `music` VALUES (140, 'Raspberry', 147, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8920, '2021-07-18 16:49:48', 21, 24, 4);
INSERT INTO `music` VALUES (141, 'ultra-Apple', 235, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1430, '2010-08-16 11:41:56', 38, 3, 6);
INSERT INTO `music` VALUES (142, 'Kiwi', 116, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4581, '2012-05-23 09:49:00', 37, 39, 10);
INSERT INTO `music` VALUES (143, 'Pluzts', 234, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2630, '2005-10-20 09:06:28', 20, 26, 9);
INSERT INTO `music` VALUES (144, 'ultra-Pluots', 275, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2542, '2002-11-11 17:18:34', 34, 5, 3);
INSERT INTO `music` VALUES (145, 'Strawberry premium', 88, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4522, '2022-11-03 12:28:10', 24, 33, 7);
INSERT INTO `music` VALUES (146, 'Pluots', 121, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7688, '2016-04-27 16:51:02', 39, 11, 5);
INSERT INTO `music` VALUES (147, 'Cherry', 245, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2413, '2003-05-10 16:50:11', 28, 12, 5);
INSERT INTO `music` VALUES (148, 'srange', 154, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 937, '2013-06-23 13:08:35', 20, 36, 3);
INSERT INTO `music` VALUES (149, 'kiwi', 30, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8362, '2018-06-05 10:48:02', 33, 2, 4);
INSERT INTO `music` VALUES (150, 'Cheary', 244, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7106, '2018-04-20 16:48:28', 6, 13, 7);
INSERT INTO `music` VALUES (151, 'Rambutan', 217, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2016, '2018-08-31 15:30:14', 38, 22, 3);
INSERT INTO `music` VALUES (152, 'Strawberry elite', 14, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8741, '2004-08-23 14:05:43', 21, 24, 6);
INSERT INTO `music` VALUES (153, 'xtrawberry', 255, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9950, '2011-09-13 17:14:58', 14, 31, 11);
INSERT INTO `music` VALUES (154, 'Kifi', 124, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3415, '2014-11-08 14:00:48', 7, 8, 2);
INSERT INTO `music` VALUES (155, 'Strawberry', 259, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6242, '2008-05-17 14:33:10', 12, 14, 9);
INSERT INTO `music` VALUES (156, 'Straeberry pi', 93, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4868, '2011-06-20 15:20:43', 28, 40, 7);
INSERT INTO `music` VALUES (157, 'Ccerry', 163, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4358, '2005-10-02 17:04:42', 37, 6, 7);
INSERT INTO `music` VALUES (158, 'Raspbmrry core', 76, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4084, '2004-11-12 17:04:57', 25, 13, 4);
INSERT INTO `music` VALUES (159, 'Strawbzrry', 48, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2273, '2020-04-04 10:16:02', 3, 11, 11);
INSERT INTO `music` VALUES (160, 'qherry', 296, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4553, '2020-12-28 10:54:33', 27, 25, 1);
INSERT INTO `music` VALUES (161, 'Rambutan', 22, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3803, '2015-05-04 16:56:55', 8, 30, 5);
INSERT INTO `music` VALUES (162, 'Grape se', 31, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7070, '2020-10-09 14:28:41', 18, 28, 8);
INSERT INTO `music` VALUES (163, 'Kqwi air', 36, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3042, '2000-04-04 11:38:11', 27, 7, 9);
INSERT INTO `music` VALUES (164, 'Kfwi', 254, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1169, '2023-07-28 11:12:32', 5, 11, 7);
INSERT INTO `music` VALUES (165, 'Manco', 74, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4231, '2009-01-22 11:36:51', 17, 3, 4);
INSERT INTO `music` VALUES (166, 'Kiwi', 185, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1167, '2004-01-18 16:46:37', 33, 39, 7);
INSERT INTO `music` VALUES (167, 'Chrrry', 224, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5071, '2003-03-24 09:22:09', 15, 32, 8);
INSERT INTO `music` VALUES (168, 'Grape', 77, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2114, '2009-01-13 10:14:58', 20, 18, 1);
INSERT INTO `music` VALUES (169, 'Pluots core', 250, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2686, '2016-11-26 14:00:03', 29, 24, 2);
INSERT INTO `music` VALUES (170, 'iStramberry', 248, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 3355, '2023-03-02 09:05:39', 9, 13, 7);
INSERT INTO `music` VALUES (171, 'Apple se', 69, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 186, '2005-06-29 09:41:11', 31, 11, 6);
INSERT INTO `music` VALUES (172, 'Strawblrry', 249, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1527, '2017-06-29 11:54:09', 13, 9, 3);
INSERT INTO `music` VALUES (173, 'Orapge mini', 193, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7646, '2015-08-22 12:37:42', 24, 33, 9);
INSERT INTO `music` VALUES (174, 'Appse premium', 221, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 6292, '2002-09-21 12:38:57', 14, 19, 7);
INSERT INTO `music` VALUES (175, 'omni-erape', 39, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8020, '2019-01-18 12:11:15', 3, 17, 8);
INSERT INTO `music` VALUES (176, 'Orange pi', 108, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 875, '2017-06-15 12:17:45', 4, 13, 2);
INSERT INTO `music` VALUES (177, 'Raspbrrry', 238, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4140, '2006-07-01 14:51:48', 18, 12, 11);
INSERT INTO `music` VALUES (178, 'atrawberry pro', 83, 'static/img/covers/cover6.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 5938, '2015-08-05 12:44:26', 7, 39, 9);
INSERT INTO `music` VALUES (179, 'Grape se', 266, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 7601, '2017-09-12 12:00:53', 23, 12, 6);
INSERT INTO `music` VALUES (180, 'Gaape se', 27, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8776, '2003-02-22 15:05:56', 22, 17, 5);
INSERT INTO `music` VALUES (181, 'Clerry', 186, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4788, '2021-05-05 15:36:44', 36, 16, 9);
INSERT INTO `music` VALUES (182, 'ambi-Chnrry', 171, 'static/img/covers/cover5.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 9316, '2003-09-08 11:28:25', 16, 12, 9);
INSERT INTO `music` VALUES (183, 'Grape', 6, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 4321, '2008-07-03 12:51:10', 33, 6, 2);
INSERT INTO `music` VALUES (184, 'Kiwi', 164, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2700, '2018-12-25 10:01:36', 27, 2, 6);
INSERT INTO `music` VALUES (185, 'Rambutan', 166, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 1873, '2023-02-07 16:18:57', 28, 28, 1);
INSERT INTO `music` VALUES (186, 'xaspberry', 276, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 2445, '2016-08-02 14:30:25', 34, 19, 10);
INSERT INTO `music` VALUES (187, 'Rrspberry', 219, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 8326, '2000-09-11 16:36:19', 29, 19, 5);
INSERT INTO `music` VALUES (188, 'Pluobs', 137, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=1863804757.mp3', 979, '2022-09-09 17:56:08', 4, 5, 10);
INSERT INTO `music` VALUES (189, '结尾曲-友谊地久天长(Live) - 宋祖英,郎朗,多明戈,周杰伦', 165, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=288820.mp3', 2353, '2001-06-02 14:01:34', 22, 12, 5);
INSERT INTO `music` VALUES (190, '海盗 - Error happens ╥﹏╥', 230, 'static/img/covers/cover9.jpg', 'http://music.163.com/song/media/outer/url?id=209917.mp3', 3770, '2008-03-13 11:28:28', 5, 38, 4);
INSERT INTO `music` VALUES (191, '沧海一声笑 (Live) - Error happens ╥﹏╥', 226, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=490602328.mp3', 1553, '2010-06-05 11:33:07', 25, 13, 8);
INSERT INTO `music` VALUES (192, '屋顶 (Live) - Error happens ╥﹏╥', 224, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=1317494434.mp3', 5053, '2001-06-03 17:23:01', 26, 33, 9);
INSERT INTO `music` VALUES (193, '想你就写信 (Live) - 周杰伦,李硕,张鑫', 268, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=5234479.mp3', 374, '2018-04-30 11:16:14', 25, 25, 2);
INSERT INTO `music` VALUES (194, '骑士精神 - Error happens ╥﹏╥', 266, 'static/img/covers/cover1.jpg', 'http://music.163.com/song/media/outer/url?id=5234479.mp3', 1931, '2010-08-01 16:25:54', 31, 34, 8);
INSERT INTO `music` VALUES (195, '布拉格广场 - 蔡依林,周杰伦', 65, 'static/img/covers/cover7.jpg', 'http://music.163.com/song/media/outer/url?id=5234479.mp3', 623, '2016-10-08 13:39:42', 4, 33, 3);
INSERT INTO `music` VALUES (196, '因为爱情 (Live) - Error happens ╥﹏╥', 113, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=509781655.mp3', 7712, '2018-04-26 17:05:23', 16, 5, 10);
INSERT INTO `music` VALUES (197, '刀马旦 - 李玟,周杰伦', 281, 'static/img/covers/cover8.jpg', 'http://music.163.com/song/media/outer/url?id=255020.mp3', 5306, '2015-08-30 13:19:23', 37, 2, 4);
INSERT INTO `music` VALUES (198, '魔术与歌曲:告白气球 - 周杰伦,蔡威泽', 112, 'static/img/covers/cover4.jpg', 'http://music.163.com/song/media/outer/url?id=536570450.mp3', 1336, '2002-05-30 12:56:17', 30, 33, 10);
INSERT INTO `music` VALUES (199, '默 (Live) - 李荣浩,周杰伦', 183, 'static/img/covers/cover3.jpg', 'http://music.163.com/song/media/outer/url?id=1888354230.mp3', 1199, '2000-10-06 17:41:29', 33, 4, 7);
INSERT INTO `music` VALUES (200, '屋顶 - 周杰伦,温岚', 132, 'static/img/covers/cover2.jpg', 'http://music.163.com/song/media/outer/url?id=5257138.mp3', 5975, '2005-02-06 12:30:24', 8, 22, 2);
INSERT INTO `music` VALUES (201, '布拉格广场 - 蔡依林,周杰伦', 127, 'static/img/covers/cover0.jpg', 'http://music.163.com/song/media/outer/url?id=210049.mp3', 5285, '2015-10-12 09:55:52', 19, 15, 10);
-- ----------------------------
-- Table structure for mylovemusic
-- ----------------------------
DROP TABLE IF EXISTS `mylovemusic`;
CREATE TABLE `mylovemusic` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`music_id` int(11) NULL DEFAULT NULL,
`uid` int(11) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 37 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of mylovemusic
-- ----------------------------
INSERT INTO `mylovemusic` VALUES (24, 173, 1);
INSERT INTO `mylovemusic` VALUES (22, 36, 1);
INSERT INTO `mylovemusic` VALUES (34, 95, 1);
INSERT INTO `mylovemusic` VALUES (35, 166, 1);
INSERT INTO `mylovemusic` VALUES (36, 178, 1);
INSERT INTO `mylovemusic` VALUES (33, 95, 1);
INSERT INTO `mylovemusic` VALUES (16, 142, 1);
INSERT INTO `mylovemusic` VALUES (27, 198, 1);
INSERT INTO `mylovemusic` VALUES (28, 55, 1);
INSERT INTO `mylovemusic` VALUES (29, 64, 1);
INSERT INTO `mylovemusic` VALUES (30, 174, 1);
-- ----------------------------
-- Table structure for order
-- ----------------------------
DROP TABLE IF EXISTS `order`;
CREATE TABLE `order` (
`order_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`create_time` datetime NULL DEFAULT NULL,
`total_price` double NULL DEFAULT NULL,
`status` int(255) NULL DEFAULT NULL,
`uid` int(11) NOT NULL,
PRIMARY KEY (`order_id`) USING BTREE,
INDEX `uid_order`(`uid`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of order
-- ----------------------------
INSERT INTO `order` VALUES ('16941924183816771', '2023-09-09 01:00:18', 3638.76, 0, 1);
INSERT INTO `order` VALUES ('16941928373163241', '2023-09-09 01:07:17', 1421.99, 1, 1);
INSERT INTO `order` VALUES ('16943122054202821', '2023-09-10 10:16:45', 1500.8, 0, 1);
INSERT INTO `order` VALUES ('1694312229819211', '2023-09-10 10:17:09', 3320.0199999999995, 2, 1);
INSERT INTO `order` VALUES ('16944163721453311', '2023-09-11 15:12:52', 4955, 0, 1);
INSERT INTO `order` VALUES ('16944163907405241', '2023-09-11 15:13:10', 13321.49, 0, 1);
INSERT INTO `order` VALUES ('16944164026871261', '2023-09-11 15:13:22', 7936.71, 0, 1);
INSERT INTO `order` VALUES ('16944165322131651', '2023-09-11 15:15:32', 3493.6, 0, 1);
INSERT INTO `order` VALUES ('16953848035052341', '2023-09-22 20:13:23', 3844.5499999999997, 0, 1);
INSERT INTO `order` VALUES ('16953855217508901', '2023-09-22 20:25:21', 572.64, 0, 1);
-- ----------------------------
-- Table structure for order_item
-- ----------------------------
DROP TABLE IF EXISTS `order_item`;
CREATE TABLE `order_item` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pid` int(11) NULL DEFAULT NULL,
`count` int(11) NULL DEFAULT NULL COMMENT '购物车id',
`totalprice` double NULL DEFAULT NULL COMMENT '总价',
`order_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '状态',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 25 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of order_item
-- ----------------------------
INSERT INTO `order_item` VALUES (1, 7, 6, 2898, '16941924183816771');
INSERT INTO `order_item` VALUES (2, 11, 1, 740.76, '16941924183816771');
INSERT INTO `order_item` VALUES (3, 12, 1, 938.99, '16941928373163241');
INSERT INTO `order_item` VALUES (4, 7, 1, 483, '16941928373163241');
INSERT INTO `order_item` VALUES (5, 15, 1, 144.99, '16943122054202821');
INSERT INTO `order_item` VALUES (6, 11, 1, 740.76, '16943122054202821');
INSERT INTO `order_item` VALUES (7, 9, 1, 615.05, '16943122054202821');
INSERT INTO `order_item` VALUES (8, 7, 1, 483, '1694312229819211');
INSERT INTO `order_item` VALUES (9, 5, 1, 73.89, '1694312229819211');
INSERT INTO `order_item` VALUES (10, 16, 2, 1344.62, '1694312229819211');
INSERT INTO `order_item` VALUES (11, 5, 1, 73.89, '1694312229819211');
INSERT INTO `order_item` VALUES (12, 16, 2, 1344.62, '1694312229819211');
INSERT INTO `order_item` VALUES (13, 4, 4, 1327.48, '16944163721453311');
INSERT INTO `order_item` VALUES (14, 3, 4, 3627.52, '16944163721453311');
INSERT INTO `order_item` VALUES (15, 16, 11, 7395.41, '16944163907405241');
INSERT INTO `order_item` VALUES (16, 11, 8, 5926.08, '16944163907405241');
INSERT INTO `order_item` VALUES (17, 7, 12, 5796, '16944164026871261');
INSERT INTO `order_item` VALUES (18, 5, 4, 295.56, '16944164026871261');
INSERT INTO `order_item` VALUES (19, 9, 3, 1845.1499999999999, '16944164026871261');
INSERT INTO `order_item` VALUES (20, 14, 3, 858.96, '16944165322131651');
INSERT INTO `order_item` VALUES (21, 1, 4, 2634.64, '16944165322131651');
INSERT INTO `order_item` VALUES (22, 16, 5, 3361.5499999999997, '16953848035052341');
INSERT INTO `order_item` VALUES (23, 7, 1, 483, '16953848035052341');
INSERT INTO `order_item` VALUES (24, 14, 2, 572.64, '16953855217508901');
-- ----------------------------
-- Table structure for produce
-- ----------------------------
DROP TABLE IF EXISTS `produce`;
CREATE TABLE `produce` (
`id` int(11) NOT NULL,
`pname` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '商品名',
`oldprice` double NULL DEFAULT NULL COMMENT '原始价格',
`price` double NULL DEFAULT NULL COMMENT '商品价格',
`repertory` int(11) NULL DEFAULT NULL COMMENT '库存',
`sale` int(11) NULL DEFAULT NULL COMMENT '售出',
`introduction` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '介绍',
`imga_id` int(11) NULL DEFAULT NULL COMMENT '图像',
`comment_id` int(11) NULL DEFAULT NULL COMMENT '评论',
`genre_id` int(11) NULL DEFAULT NULL COMMENT '类别',
PRIMARY KEY (`id`) USING BTREE,
INDEX `comment`(`comment_id`) USING BTREE,
INDEX `imga`(`imga_id`) USING BTREE,
INDEX `genre_id`(`genre_id`) USING BTREE
) ENGINE = MyISAM CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of produce
-- ----------------------------
INSERT INTO `produce` VALUES (1, '黑胶唱片播放器', 700.5, 658.66, 0, 38, 'If your Internet Service Provider (ISP) does not provide direct access to its server, Secure Tunneling Protocol (SSH) / HTTP is another solution. I will greet this day with love in my heart.', 2, 3, 1);
INSERT INTO `produce` VALUES (2, '麦克风', 1000, 912.3, 499, 96, 'SSH serves to prevent such vulnerabilities and allows you to access a remote server\'s shell without compromising security. You cannot save people, you can just love them. Champions keep playing until they get it right. Navicat Data Modeler ', 3, 3, 2);
INSERT INTO `produce` VALUES (3, '音乐磁带', 1023, 906.88, 0, 37, 'Monitored servers include MySQL, MariaDB and SQL Server, and compatible with cloud databases like Amazon RDS, Amazon Aurora, Oracle Cloud, Google Cloud and Microsoft Azure.', 7, 3, 2);
INSERT INTO `produce` VALUES (4, '耳机 ZR-991', 400, 331.87, 0, 72, 'Navicat provides a wide range advanced features, such as compelling code editing capabilities, smart code-completion, SQL formatting, and more.', 7, 3, 2);
INSERT INTO `produce` VALUES (5, '钢琴', NULL, 73.89, 0, 98, 'A query is used to extract data from the database in a readable format according to the user\'s request. To clear or reload various internal caches, flush tables, or acquire locks, control-click your connection in the Navigation pane and ', 2, 4, 3);
INSERT INTO `produce` VALUES (6, '黑胶唱片播放器', 243, 213.83, 283, 59, 'Actually it is just in an idea when feel oneself can achieve and cannot achieve. There is no way to happiness. Happiness is the way. To connect to a database or schema, simply double-click it in the pane. HTTP Tunneling is a method for ', 3, 4, 1);
INSERT INTO `produce` VALUES (7, '吉他', NULL, 483, 0, 96, 'After comparing data, the window shows the number of records that will be inserted, updated or deleted in the target. If you wait, all that happens is you get older.', 1, 5, 3);
INSERT INTO `produce` VALUES (8, '麦克风 R4s', 1000, 871.65, 197, 10, 'Navicat is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL, SQLite, SQL Server, MariaDB and/or MongoDB databases, making database administration to multiple kinds of database so easy.', 1, 3, 2);
INSERT INTO `produce` VALUES (9, '小提琴', NULL, 615.05, 0, 30, 'How we spend our days is, of course, how we spend our lives. All the Navicat Cloud objects are located under different projects. You can share the project to other Navicat Cloud accounts for collaboration.', 4, 5, 3);
INSERT INTO `produce` VALUES (10, '二胡', 800, 607.95, 228, 15, 'It provides strong authentication and secure encrypted communications between two hosts, known as SSH Port Forwarding (Tunneling), over an insecure network.', 5, 1, 3);
INSERT INTO `produce` VALUES (11, '萧', 890, 740.76, 0, 91, 'A man’s best friends are his ten fingers. Champions keep playing until they get it right. Anyone who has ever made anything of importance was disciplined. It can also manage cloud databases such as Amazon Redshift, Amazon RDS, Alibaba ', 2, 4, 3);
INSERT INTO `produce` VALUES (12, '隼', 1488, 938.99, 0, 54, 'With its well-designed Graphical User Interface(GUI), Navicat lets you quickly and easily create, organize, access and share information in a secure and easy way. It provides strong authentication and secure encrypted communications between ', 4, 3, 3);
INSERT INTO `produce` VALUES (13, '耳麦 PTs', 200, 119.25, 353, 37, 'Anyone who has ever made anything of importance was disciplined. Navicat allows you to transfer data from one database and/or schema to another with detailed analytical process. Navicat Data Modeler is a powerful and cost-effective database ', 8, 4, 2);
INSERT INTO `produce` VALUES (14, '小钢炮', NULL, 286.32, 0, 73, 'If the Show objects under schema in navigation pane option is checked at the Preferences window, all database objects are also displayed in the pane. In the Objects tab, you can use the List List, Detail Detail and ER Diagram ER Diagram ', 8, 1, 3);
INSERT INTO `produce` VALUES (15, '大喇叭', NULL, 144.99, 0, 27, 'It wasn’t raining when Noah built the ark. I may not have gone where I intended to go, but I think I have ended up where I needed to be. Typically, it is employed as an encrypted version of Telnet.', 5, 2, 3);
INSERT INTO `produce` VALUES (16, '大刚炮', 700, 672.31, 0, 17, 'To open a query using an external editor, control-click it and select Open with External Editor. You can set the file path of an external editor in Preferences.', 4, 4, 3);
-- ----------------------------
-- Table structure for replaycomment
-- ----------------------------
DROP TABLE IF EXISTS `replaycomment`;
CREATE TABLE `replaycomment` (
`replay_id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NULL DEFAULT NULL,
`comment_id` int(11) NULL DEFAULT NULL,
`replaycomment` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '内容',
`zanzhen` int(11) NULL DEFAULT NULL,
`zanfu` int(11) NULL DEFAULT NULL,
`regtime` datetime NULL DEFAULT NULL COMMENT '回复时间',
PRIMARY KEY (`replay_id`) USING BTREE,
INDEX `comment`(`comment_id`) USING BTREE,
INDEX `uid`(`uid`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 9 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of replaycomment
-- ----------------------------
INSERT INTO `replaycomment` VALUES (1, 1, 122, 'The past has no power over the present moment. Optimism is the one quality more associated with success and happiness than any other. SQL Editor allows you to create and edit SQL text, prepare and execute selected queries.', 8, 7, '2004-04-01 12:26:24');
INSERT INTO `replaycomment` VALUES (2, 1, 122, 'Actually it is just in an idea when feel oneself can achieve and cannot achieve. Navicat provides powerful tools for working with queries: Query Editor for editing the query text directly, and Query Builder, Find Builder or Aggregate Builder ', 10, 9, '2023-03-04 11:48:44');
INSERT INTO `replaycomment` VALUES (3, 1, 122, 'After logged in the Navicat Cloud feature, the Navigation pane will be divided into Navicat Cloud and My Connections sections. In the middle of winter I at last discovered that there was in me an invincible summer.', 6, 7, '2019-03-16 13:51:13');
INSERT INTO `replaycomment` VALUES (4, 1, 336, 'fgyegfyuyguyguyywfguyqfwgggggggggggggr', 3, 4, '2023-09-12 17:11:45');
INSERT INTO `replaycomment` VALUES (5, 1, 570, '当天一道题', 0, 0, '2023-09-21 21:59:31');
INSERT INTO `replaycomment` VALUES (8, 1, 572, '阿桑的歌', 0, 0, '2023-09-22 20:21:29');
INSERT INTO `replaycomment` VALUES (7, 1, 570, '哥哥好帅', 1, 1, '2023-09-21 22:01:17');
-- ----------------------------
-- Table structure for user
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`firstname` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '真实名',
`lastname` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '真实字',
`username` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '用户名',
`password` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '密码',
`email` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '邮箱',
`balance` double NULL DEFAULT NULL COMMENT '余额',
`faceimg` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT '头像',
`listenedtime` int(11) NULL DEFAULT NULL COMMENT '听歌时长',
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 4 CHARACTER SET = utf8 COLLATE = utf8_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES (1, '朱', '澳洲', 'Ausise', 'admin', '[email protected]', 2000, 'static/img/avatar.svg', 202309);
SET FOREIGN_KEY_CHECKS = 1;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。