⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ndb_database.result

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 RESULT
字号:
drop table if exists t1;drop database if exists mysqltest;drop table if exists t1;drop database if exists mysqltest;create database mysqltest;create database mysqltest;create table mysqltest.t1 (a int primary key, b int) engine=ndb;use mysqltest;show tables;Tables_in_mysqltestt1drop database mysqltest;use mysqltest;show tables;Tables_in_mysqltestcreate database mysqltest;create table mysqltest.t1 (c int, d int primary key) engine=ndb;use mysqltest;show tables;Tables_in_mysqltestt1drop database mysqltest;use mysqltest;show tables;Tables_in_mysqltestdrop table if exists t1;drop database if exists mysqltest;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -