MySQL Setup Permissions

xiaoxiao2021-03-06  19

C: / mysql / bin> mysql -u root -p1111 for your password

You can log in to mysql using the root user. Refer to the following command

Quote: Grant All on dbname. * To 'user' @ '%' Identified by 'Passwd'

All represents all permissions, such as SELECT, INSERT, DELETE, and more. DBNAME represents the database name. User user name% represents this user from any IP address. Passwd represents the password.

转载请注明原文地址:https://www.9cbs.com/read-44504.html

New Post(0)