How can I access the MySQL command line with XAMPP for Windows?

前端 未结 15 2283
甜味超标
甜味超标 2020-11-28 00:54

How can I access the MySQL command line with XAMPP for Windows?

15条回答
  •  借酒劲吻你
    2020-11-28 01:52

    For Linux:

    /opt/lampp/bin/mysql -u root -p
    

    To use just 'mysql -u root -p' command then add '/opt/lampp/bin' to the PATH of the environment variables.

提交回复
热议问题