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)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More