where is mysql database store?

seachen

Verified User
Joined
Feb 3, 2007
Messages
495
let said my database is abc_xyz

how to copy the file abc_xyz.sql ?

where it located?
 
Its located no where. Use phpmyadmin to get a backup of your database. Go to export tab and select the database you wish to backup.
 
how to copy the file abc_xyz.sql ?

where it located?

That is not the database. That is a database dump which contains all the data and all the commands to restore the database. You won't find it unless you create it.
 
mysql databases is usually stored in /var/lib/mysql

if you want to make a backup it's better to use phpmyadmin to dump the sql file
 
No need to repeat the same thing over and over..thanks.
 
Back
Top