database.sql
来自「php 开发的内容管理系统」· SQL 代码 · 共 8 行
SQL
8 行
-- SQL script to create database for wiki. This is run from-- the installation script which replaces the variables with-- their values from local settings.--DROP DATABASE IF EXISTS `{$wgDBname}`;CREATE DATABASE `{$wgDBname}`;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?