摘要:
1.安装sudo apt-get install mysql-server2.配置设置mysql中root的密码:GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY "123456";创建数据库db,并建立对db有着全部权限的用户user:mysql>CREATE DATABASE db;mysql>GRANT ALL PRIVILEGES ON db.* TO user@localhost IDENTIFIED BY "654321";参考来源:http://wiki.ub 阅读全文
摘要:
有些话不介意对自己多说几次,《返老还童》中我爱的台词:For what is worth, it's never too late, or in my case, too early, to be whoever you want to be.There's no time limit, stop whenever you want.You can change or stay the same.There's no rules to this thing.We can make the best or the worst of it.I hope you see th 阅读全文