MySQL與MariaDB安裝(四)

第一部分 MariaDB 安裝(Mac)

*設置密碼 測試數據相關的內容mysql

 

#啓動數據庫sql

BWF-huanghaowei:10.1.19 51Code$ mysql.server start數據庫

 

SUCCESS!測試

 

#配置相關內容spa

BWF-huanghaowei:10.1.19 51Code$ mysql_secure_installationcode

 

Remove anonymous users? [Y/n] ... Success! Normally, root should only be allowed to connect from 'localhost'. This ensures that someone cannot guess at the root password from the network. Disallow root login remotely? [Y/n] ... Success! By default, MariaDB comes with a database named 'test' that anyone can access. This is also intended only for testing, and should be removed before moving into a production environment. Remove test database and access to it? [Y/n] - Dropping test database... ... Success! - Removing privileges on test database... ... Success! Reloading the privilege tables will ensure that all changes made so far will take effect immediately. Reload privilege tables now? [Y/n] ... Success! Cleaning up... All done! If you've completed all of the above steps, your MariaDB installation should now be secure. Thanks for using MariaDB! - See more at: https://mariadb.com/resources/blog/installing-mariadb-10116-mac-os-x-homebrew#sthash.5A9pcAbq.dpuform

*啓動數據庫, 默認數據庫密碼爲空.server

第二部分 MariaDB 連接數據庫blog

#默認沒有密碼homebrew

$ mysql -uroot

Welcome to the MariaDB monitor.  Commands end with ; or \g.

Your MariaDB connection id is 7

Server version: 10.1.19-MariaDB Homebrew

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

相關文章
相關標籤/搜索