Topic awaiting preservation: MYSql /Access (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Australia |
posted 10-27-2003 01:29
Hi all, just wondering - do MYSql databases work the same as say access databases? With my access databases i have a database file in my db directory on my webserver. I created a mysql one for some php forums, it all works fine but i cant seem to find what file the database is stored in. Is it possible stored sub server level (if u know what i mean) |
Bipolar (III) Inmate From: Australia |
posted 10-27-2003 02:49
I guess the reason i ask is, i just installed some forums. phpBB forums, one using MS Access Database, and one using MYSql database. Now if i need to move them too another server, it seems simple with the access one because i know where the database is and just simply move it. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-27-2003 02:52
H][RO: Ahhhhhhhhhhhhh - in phpMyAdmin you can find an option to dump the database. Grab the contents from there. |
Bipolar (III) Inmate From: Australia |
posted 10-27-2003 06:06
ta emp... |
Maniac (V) Mad Scientist From: :morF |
posted 10-27-2003 08:27
Nope...phpMyAdmin is a standalone PHP front end for MySQL...lists all of your databases and allows you to do any of the MySQL functions that you would normally do with the command prompt using the graphical front end. |
Bipolar (III) Inmate From: Australia |
posted 10-27-2003 08:53
oh... well wouldnt the built in "backup database" function in phpbb forums do the same thing? |
Maniac (V) Mad Scientist From: :morF |
posted 10-27-2003 09:04
Quite possibly... |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-27-2003 13:29
H][RO: Its possible but it may only back up the tables with the phpBB table names. You'd need to check the documentation. |
Bipolar (III) Inmate From: Australia |
posted 10-28-2003 01:41
I checked it out, is has the options to either do: |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 10-28-2003 09:27
well, full backup will be structure + data ;-). |
Bipolar (III) Inmate From: Australia |
posted 10-28-2003 10:21
i will do for sure sounds good! |