I noticed there are quite a few PostgreSQL administration tools out there and I am trying to decide what is best to use for my PostgreSQL and so I would like to ask what do you Postgre users use?
2 2005-01-02 19:22
Topic: PostgreSQL? (6 replies, posted in Programming)
I have seen it supported by forum software alot. I have never heard anyone actually use it. Have any of you tryed it?
3 2005-01-02 19:17
Re: Backing up a mySQL database? (20 replies, posted in PunBB 1.2 troubleshooting)
I've tried installing phpMyAdmin... it's hard as hell, to me...
It's like learning to drive in a country that has traffic signs in a different language with different icon schemes.
Care to teach me?
-Tim
i know...i had some else install for me!
4 2005-01-02 19:00
Re: Backing up a mySQL database? (20 replies, posted in PunBB 1.2 troubleshooting)
It gives me an error.
This is what I'm typing at the mysql> prompt:
mysql> mysqldump -u root -p my_password mysql > mysqlbackup.sql
The default mySQL database is called, in fact, mysql, right?
-Tim
yes, but you can create new databases with phpmyadim It's soo easy..
5 2005-01-02 18:21
Re: I'm completely new at this (4 replies, posted in PunBB 1.2 troubleshooting)
I just installed PHP and MySQL. Do I have to restart the computer or something? Also, if it is on my Apache server that is hosted on my computer, will it still work, or do I need to upload it somewhere first?
If you do have PHP and MySQL you will need to restart your Apache server (I learned that from installing Perl on my Apache server) A simple kill then start will do it. And yes, if the Apache server is on your computer, it will work. I do the exact same thing on mine. Good luck!
Also, do you have the latest PHP and MYSQL? sometimes really old PHP versions don't work.
6 2005-01-02 18:18
Re: The new website (137 replies, posted in News)
i just hope its out before tuesday (thats when i got back to college )
it might be released today for it is sunday!
7 2004-09-07 00:23
Re: Server Backup (SQL) (7 replies, posted in PunBB 1.2 troubleshooting)
Okay, whoops. I don't have much experience with servers and such. MySQL.
Oh and think the answer to what OS is Apache 1.3...If that's what you mean.
8 2004-09-06 19:39
Re: Server Backup (SQL) (7 replies, posted in PunBB 1.2 troubleshooting)
SQlite on MySQL? yes. I figured out how to tranfer all the data. By moving the config.php. All I need to know now is how to find out how much space the forum is taking up.
9 2004-09-06 19:11
Re: Server Backup (SQL) (7 replies, posted in PunBB 1.2 troubleshooting)
I have that and SQlite. But where can I find out how much space the forum's data (members, topics etc) is using on my server?
10 2004-09-06 17:23
Topic: Server Backup (SQL) (7 replies, posted in PunBB 1.2 troubleshooting)
Okay,
Am I able to backup my files (members, posts etc)so I can move my forum to another server. If so, where are these files located?
-Thanks