| Posted by Red Owl on 08/29/05 03:19 
"craig" <craig@stellarnet.com> ha scritto nel messaggionews:11h23803dsmof55@corp.supernews.com...
 > This is on a linux FC3 system
 > To create the first database here is what I did:
 > Under linux I created a user "mysql"
 > As a root user I executed from a command line:
 > #/usr/local/bin/mysql_installdb -user=mysql
 >
 > This created two database in my usr/local/var
 > (1) mysql  & (2) test
 >
 > To run the mysql (server) I use the following command
 > #/usr/local/bin/mysqd_safe --usr=mysql --log &
 >
 > This database is supporting a php blog.
 
 use phpmyadmin to administration mysql database (all database user etc..)
 
 backup use other software (if database >1.5 mb)
 [Back to original message] |