Using % for host when creating a MySQL user

前端 未结 6 1578
醉酒成梦
醉酒成梦 2020-11-29 18:06

My MySQL database needs two users: appuser and support.
One of the application developers insists that I create four accounts for these users:

appuser@\'         


        
6条回答
  •  独厮守ぢ
    2020-11-29 18:46

    If you want connect to user@'%' from localhost use mysql -h192.168.0.1 -uuser -p.

提交回复
热议问题