文章分类 -  Database

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 fanbird2008 阅读(95) 评论(0) 推荐(0)

Mysql Intro - Change Root Password
摘要:1. clean previous mysql sudo apt-get purge mysql*sudo apt-get autoremovesudo apt-get autoclean 2. for mysql 5.7 or above The following command is ok m 阅读全文

posted @ 2017-09-26 17:15 fanbird2008 阅读(248) 评论(0) 推荐(0)

导航