insert command denied in mysql

后端 未结 7 989
天涯浪人
天涯浪人 2021-01-17 07:41

I have a database table from which, when I select data with username and password, it works but when I insert some data in that table with same username and password it show

相关标签:
7条回答
  • 2021-01-17 08:26

    Make sure that you have an open connection to the database.

    If you have separate functions for database connection and for insert values check the database connection is open or not.

    0 讨论(0)
提交回复
热议问题