ubuntu linux 安装 mysql
发布日期:2021-06-28 22:55:05 浏览次数:2 分类:技术文章

本文共 1679 字,大约阅读时间需要 5 分钟。

sudo apt updatesudo apt-get install mysql-serversudo mysql_secure_installation
Securing the MySQL server deployment.Connecting to MySQL using a blank password.VALIDATE PASSWORD PLUGIN can be used to test passwordsand improve security. It checks the strength of passwordand allows the users to set only those passwords which aresecure enough. Would you like to setup VALIDATE PASSWORD plugin?Press y|Y for Yes, any other key for No: N(选择N,不会进行密码的强校验)Please set the password for root here.New password: Re-enter new password: By default, a MySQL installation has an anonymous user,allowing anyone to log into MySQL without having to havea user account created for them. This is intended only fortesting, and to make the installation go a bit smoother.You should remove them before moving into a productionenvironment.Remove anonymous users? (Press y|Y for Yes, any other key for No) : N(选择N,不删除匿名用户) ... skipping.Normally, root should only be allowed to connect from'localhost'. This ensures that someone cannot guess atthe root password from the network.Disallow root login remotely? (Press y|Y for Yes, any other key for No) : N(选择N,允许root远程连接) ... skipping.By default, MySQL comes with a database named 'test' thatanyone can access. This is also intended only for testing,and should be removed before moving into a productionenvironment.Remove test database and access to it? (Press y|Y for Yes, any other key for No) : N(选择N,不删除test数据库) ... skipping.Reloading the privilege tables will ensure that all changesmade so far will take effect immediately.Reload privilege tables now? (Press y|Y for Yes, any other key for No) : Y(选择Y,修改权限立即生效)Success.All done!
sudo mysql -u root -p

转载地址:https://blog.csdn.net/yilongyoung/article/details/118026355 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:UICollectionView 水平滚动导致 section 和 cell 不能纵向布局的问题处理
下一篇:Git CMD入门使用教程

发表评论

最新留言

做的很好,不错不错
[***.243.131.199]2024年04月19日 11时35分53秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章