S seachen Verified User Joined Feb 3, 2007 Messages 495 Apr 29, 2010 #1 let said my database is abc_xyz how to copy the file abc_xyz.sql ? where it located?
scsi Verified User Joined Aug 19, 2008 Messages 4,569 Apr 29, 2010 #2 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.
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.
floyd Verified User Joined Mar 29, 2005 Messages 6,334 Apr 29, 2010 #3 seachen said: how to copy the file abc_xyz.sql ? where it located? Click to expand... 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.
seachen said: how to copy the file abc_xyz.sql ? where it located? Click to expand... 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.
M markhard New member Joined Feb 26, 2007 Messages 4 Apr 30, 2010 #4 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
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
scsi Verified User Joined Aug 19, 2008 Messages 4,569 Apr 30, 2010 #5 No need to repeat the same thing over and over..thanks.
floyd Verified User Joined Mar 29, 2005 Messages 6,334 Apr 30, 2010 #6 scsi said: No need to repeat the same thing over and over..thanks. Click to expand... Sometimes it is helpful if the same thing is phrased slightly differently.
scsi said: No need to repeat the same thing over and over..thanks. Click to expand... Sometimes it is helpful if the same thing is phrased slightly differently.
S sde Verified User Joined Sep 11, 2004 Messages 214 Location Temecula, CA May 3, 2010 #7 Sometimes it is helpful if the same thing is phrased a bit differently.