Mysql start virtualmin debian

设置MYSQL

首先拷贝mysql.server到/etc/init.d目录下命名为mysql
# cp /自己的安装目录/mysql/share/mysql/mysql.server /etc/init.d/mysql
然后进入/etc/rc2.d目录,这是debian默认的启动级别。建立连接指向/etc/init.d/mysql
# cd /etc/rc2.d
# ln -s /etc/init.d/mysql S20mysql
重新启动系统后,mysql就自动启动了。
 
 
 
chown mysql:mysql /var/run/mysqld

 

Last modified onSaturday, 05 January 2013 13:17

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0005412544{main}( ).../index.php:0
20.07694262464Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07694262464Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.275711453352Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.276311477632Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.277011532960Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.277211560360require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.284811959992K2ControllerItem->execute( ).../k2.php:64
90.284811959992K2ControllerItem->display( ).../BaseController.php:710
100.294112610696K2ControllerItem->display( ).../item.php:78
110.294112610696K2ControllerItem->display( ).../controller.php:19
120.298512981736Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.300513002104K2ViewItem->display( ).../ViewController.php:102
140.391315798464K2ViewItem->display( ).../view.html.php:742
150.391315798464K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.393515971400include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in Debian
  • Read 2460 times

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0005412544{main}( ).../index.php:0
20.07694262464Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07694262464Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.275711453352Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.276311477632Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.277011532960Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.277211560360require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.284811959992K2ControllerItem->execute( ).../k2.php:64
90.284811959992K2ControllerItem->display( ).../BaseController.php:710
100.294112610696K2ControllerItem->display( ).../item.php:78
110.294112610696K2ControllerItem->display( ).../controller.php:19
120.298512981736Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.300513002104K2ViewItem->display( ).../ViewController.php:102
140.391315798464K2ViewItem->display( ).../view.html.php:742
150.391315798464K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.393515971400include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top