首页 相关文章 mysql+httpd+gd+php+zend

mysql+httpd+gd+php+zend


mysql+httpd+gd+php+zend的安装
安装mysql
shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /PATH/TO/MYSQL-VERSION-OS.tar.gz | tar xvf - shell> ln -s FULL-PATH-TO-MYSQL-VERSION-OS mysql shell> cd mysql shell> scripts/mysql_install_db --user=mysql shell> chown -R root . shell> chown -R mysql data shell> chgrp -R mysql . shell> bin/mysqld_safe --user=mysql &
修改MYSQL口令mysql>set password for root@localhost=password('mabin');
修改mysql 连接权限GRANT ALL PRIVILEGES ON *.* TO root@192.168.1.4 IDENTIFIED BY '...[ 查看全文 ]

mysql+httpd+gd+php+zend的相关文章

手机页面
收藏网站 回到头部