Re: Config MySql DataBase

1999-09-14 Thread Mike
Go to www.webmonky.com there there is a whole artical about databases. however it is quit old. it is very simple to use MySQL, but you need to set some things up first. 1. the database moduke 2. the development module 3. the client module. (all avilble in RedHat RPM from mysql.netvision.net.il) 3

Re: Config MySql DataBase

1999-09-14 Thread Stanislav Malyshev a.k.a Frodo
AB>> is anybody how i config MySql database (OR Apache on rh6) to access AB>> user nobody and group nobody that i can work with CGI & MySql if your mysql is sufficiently new, you tell it: grant all privileges on dbname.* to nobody@localhost; flush privileges; See MySQL manual, section of privi