DEV Community

Cover image for How to restore a Mysql backup with XAMP
Automata
Automata

Posted on

How to restore a Mysql backup with XAMP

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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay