security

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hakiki_dolphin
Forum Newbie
Posts: 9
Joined: Thu Jan 30, 2003 3:00 pm

security

Post by hakiki_dolphin »

Hi,
I want to secure my datas in my web site pages (especially php pages and databases). How I can do this?
Sincerely.
Ahmet Kara
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

which kind of security? access control, hiding script code, secure transmission?
hakiki_dolphin
Forum Newbie
Posts: 9
Joined: Thu Jan 30, 2003 3:00 pm

Post by hakiki_dolphin »

I must secure mysql database. It can't be downloaded by a program for example web copier. And can't changed the datas without me. How can I do this?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

You can set a username and password for the database, how you do this will depend on which database you are using.

Mac
hakiki_dolphin
Forum Newbie
Posts: 9
Joined: Thu Jan 30, 2003 3:00 pm

Post by hakiki_dolphin »

I'm using MySQL 3.23.47-nt and phpMyAdmin 2.2.3. The database has one table that includes 350 variables and maximum 3000 rows. How can I do this?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Using phpMyAdmin you can setup security in a number of ways. If you read the section in the documentation on 'Using authentication modes' it should help you set up the kind of authentication best suited to you.
http://www.phpmyadmin.net/documentation/

Mac
Post Reply