Home >Database >Mysql Tutorial >How to restore a Mysql backup with XAMP

How to restore a Mysql backup with XAMP

王林
王林Original
2024-07-18 05:03:20947browse

Update Environment Var:

Update Env vars

Execution

Execute follow code in Open CMD ✅ (No PowerShell ✖️, No GitBash ✖️):

mysql -u root -p temabok --force < C:/Users/dbtuser/Documents/temabok_maindb/temabok_maindb.sql

The above is the detailed content of How to restore a Mysql backup with XAMP. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn