Execute MySQL Stored Procedure using Command Line

后端 未结 4 1050
名媛妹妹
名媛妹妹 2021-02-07 10:56

Please help me out to execute a MySQL Stored procedure in command line, where the procedure contains conditional statements..

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-07 11:14

    Or if you don't want to create a .sql file:

    $ mysql -u your_username --password=your_password db_name <

提交回复
热议问题