Solaris 结合mysql LinkBase配置

来源:互联网 发布:怎么用云解析解析域名 编辑:程序博客网 时间:2024/06/05 01:47

以下是LinkBase配置:
1。create a database for link base sample

# mysqladmin -uroot -p create db_linkbase

add a new line :
 use db_linkbase
to linkbase.sql file

mysql -uroot -p<linkbase.sql

file linkbase.sql  is under the linkbase installation dir db_dump/

mysql> GRANT SELECT,INSERT,UPDATE,DELETE ON db_linkbase.* TO admin@localhost IDENTIFIED BY 'ai2007mysql'
mysql>select host,user from user; 

2。cd into the inc/ dir in the linkbase install dir, and you'll see file config.inc.php;

and then edit this file, change $owner to any one you like, set any string to $secret_string,and you alse can change the logo if you like!

And at last, please enjoy it.

原创粉丝点击