Jump to content
  • 0

How to backup mysql database using phpmyadmin


dmonrey002

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/31/14
  • Last Seen:  

anyone can help me please on how to backup mysql database using phpmyadmin to prevent items lost of the characters

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  79
  • Reputation:   6
  • Joined:  12/10/13
  • Last Seen:  

Go to your DB without selecting any table, and click on export in the navigation bar, then select quick export and SQL and you will get a file with the whole database

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   2
  • Joined:  09/19/13
  • Last Seen:  

mostly i`m use command line

 

mysqldump --opt -u [uname] -p[pass] [dbname] > [backupfile.sql]

 

if you want use phpmyadmin

use this step

 

Click your database name > Export >

Export mode Quick

Then GO, save your database as sql file

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/31/14
  • Last Seen:  

thnx guys i appreciate it

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...