adspace
Answer Posted / 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 View All Answers