Mysql Intro - General Commands
摘要:mysql> create user test identified by 'test123'; mysql> create database testdb; mysql>use testdb; mysql>mysql> CREATE TABLE Tutorials ( tutorial_id IN
阅读全文
posted @ 2017-09-26 19:10
浙公网安备 33010602011771号