How to stop mysql on valet?



How to stop mysql on valet?..

Answer / Arun Tomar

Valet does not manage MySQL directly. To start or stop MySQL, you need to use the MySQL command line or a graphical user interface like phpMyAdmin. On macOS, you can start and stop MySQL using the following commands:
- Start MySQL: `mysql.server start`
- Stop MySQL: `mysql.server stop`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How to registering middleware in laravel?

1 Answers  


How to get current environment in laravel?

1 Answers  


What are the differences between laravel and codeigniter?

1 Answers  


What can I do with laravel?

1 Answers  


Tell me how can you display html with blade in laravel?

1 Answers  


What is laravel horizon?

1 Answers  


What is meant by Controller Middleware ?

2 Answers  


Explain validation concept in laravel.

1 Answers  


Explain what is mvc architecture?

1 Answers  


How do I seed my database for column that is a foreign key referencing to other table?

1 Answers  


What do you mean by boot & register method used in laravel 5?

1 Answers  


What is homestead.yaml?

1 Answers  


Categories