Page 1 of 1

security

Posted: Sat Feb 01, 2003 7:52 am
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

Posted: Sat Feb 01, 2003 12:04 pm
by volka
which kind of security? access control, hiding script code, secure transmission?

Posted: Fri Feb 14, 2003 6:39 am
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?

Posted: Mon Feb 17, 2003 2:10 am
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

Posted: Mon Feb 17, 2003 12:12 pm
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?

Posted: Tue Feb 18, 2003 2:10 am
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