作者:田逸(sery@163.com) 2006年10期 多年前,sun
微系统公司提出“网络就是计算机”这一著名的口号,从而使得网络的概念逐渐为世人所理解并加速了信息网络化的步伐。
【linux】 【服务器】 【mysql】 【Apache】 【源码】 【数据库】 【配置】 …
Community journal
Follow the feed
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
Showing entries 1 to 10 of 10
« Previous |
Next »
Nov
16
2017
Sep
07
2017
Aug
09
2017
Aug
01
2017
Jul
18
2017
Jul
13
2017
Jul
10
2017
Jun
02
2017
Jun
30
2013
Original post: http://anothermysqldba.blogspot.com/2013/06/mysql-56-on-solaris-using-solaris-pkg.html
在在MySQL.com網站上安裝MySQL在Solaris上的文檔做得很好。 超鏈接可以在下面找到。
我創建作為參考,例如它是如何做的,以及這個職位。
(我喜歡在bash shell,但是這僅僅是我...)
bash-3.2# groupadd mysql
bash-3.2# useradd -g mysql mysql
bash-3.2# pkgadd -d mysql-5.6.12-solaris*.pkg
The following packages are available:
1 mysql MySQL Community Server (GPL)
5.6.12
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: all
現在你可以休息一下。 的Solaris …