From: Shaun M. <sma...@gm...> - 2005-01-20 15:53:01
|
Hello! I inhereted the task of maintaining a website and I noticed that they use PhpMyEdit which is working good except for one small problem with their setup. I cannot find where the database file is, or what it is called. I made a backup/copy of the website and did a search for elements in the database (e.g. a person's name) but could not find the database file. Could you tell me A) the default filename of the MySQL database that contains the table information and B) where it is stored? I also noticed that there are 2 directories I do not have access to (CONF, PD) in the root directory, perhaps they are in there? Thanks! Shaun |
From: <al...@ow...> - 2005-01-20 16:35:05
|
Hello Shaun, I am afraid you need to pick up a book about MySQL or visit one of the many sites with the MySQL documentation. MySQL is a proper relational database and you seem to think it is something like Access which is little more than a file format. I doubt that learning about MySQL is the job of this list. You need to learn about sql, how to use the command line program, how to do a backup, how to do a restore, and so on. phpMyEdit will help you with some of this but you ought to know how to do it without phpMyEdit too. Goodluck Alex Shaun MacPherson said: > Hello! > > I inhereted the task of maintaining a website and I noticed that they > use PhpMyEdit which is working good except for one small problem with > their setup. I cannot find where the database file is, or what it is > called. > > I made a backup/copy of the website and did a search for elements in > the database (e.g. a person's name) but could not find the database > file. Could you tell me A) the default filename of the MySQL database > that contains the table information and B) where it is stored? I also > noticed that there are 2 directories I do not have access to (CONF, > PD) in the root directory, perhaps they are in there? > > Thanks! > > Shaun > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Phpmyedit-discuss mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpmyedit-discuss > > -- Alex McLintock Openweb Analysts Ltd Software for Complex Websites |
From: Shaun M. <sma...@gm...> - 2005-01-20 16:52:27
|
Thanks for your reply :D. I was probably was unclear in what I was requesting - Clearly database data are stored in a number of files on the webserver's hard drive. I want to know what the default directory is, if any, and what the default extension is for MySQL files, if any. Our 'online' website has a database of phone #'s etc (http://chamber.parrysound.com/search.php if anyone is interested in our site :P ), but as I said the mirror I made via FTP on my hard drive lacks the database. Thanks for your help, Shaun On Thu, 20 Jan 2005 16:48:38 -0000 (GMT), al...@ow... <al...@ow...> wrote: > Hello Shaun, > > I am afraid you need to pick up a book about MySQL or visit one of the > many sites with the MySQL documentation. MySQL is a proper relational > database and you seem to think it is something like Access which is little > more than a file format. > > I doubt that learning about MySQL is the job of this list. > > You need to learn about sql, how to use the command line program, how to > do a backup, how to do a restore, and so on. phpMyEdit will help you with > some of this but you ought to know how to do it without phpMyEdit too. > > Goodluck > > Alex > > Shaun MacPherson said: > > Hello! > > > > I inhereted the task of maintaining a website and I noticed that they > > use PhpMyEdit which is working good except for one small problem with > > their setup. I cannot find where the database file is, or what it is > > called. > > > > I made a backup/copy of the website and did a search for elements in > > the database (e.g. a person's name) but could not find the database > > file. Could you tell me A) the default filename of the MySQL database > > that contains the table information and B) where it is stored? I also > > noticed that there are 2 directories I do not have access to (CONF, > > PD) in the root directory, perhaps they are in there? > > > > Thanks! > > > > Shaun > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > > Tool for open source databases. Create drag-&-drop reports. Save time > > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > Phpmyedit-discuss mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpmyedit-discuss > > > > > > -- > > Alex McLintock > Openweb Analysts Ltd > Software for Complex Websites > |