2012年10月25日

mysql创建远程用户

摘要: grantallprivilegeson*.*to myuser@"%" identifiedby'password';用root用户登陆,然后: grant all privileges on *.* to 创建的用户名 @"%" identified by "密码"; flush privileges; * 刷新刚才的内容* 阅读全文

posted @ 2012-10-25 19:34 haven24 阅读(1459) 评论(0) 推荐(0)

解决kloxo添加域名后ftp无法登陆的问题

摘要: kloxo的burst linux vps建个新站,域名添加后发现ftp无法登陆。解决方案如下:首先:添加域名后到 域名-ftp用户 中修改相应网站的ftp密码第二:执行 /etc/init.d/xinetd restart 命令,或者到Security-运行中的服务-ftp-update。再次连接ftp,Done.即可 阅读全文

posted @ 2012-10-25 11:22 haven24 阅读(689) 评论(0) 推荐(0)

145 Table '.whos_online' is marked as crashed

摘要: 重新导入-- phpMyAdmin SQL Dump-- version 3.4.11.1-- http://www.phpmyadmin.net---- Host: localhost-- Generation Time: Oct 24, 2012 at 08:13 AM-- Server version: 5.1.65-- PHP Version: 5.2.6SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";SET time_zone = "+00:00";/*!40101 SET @OLD_CHARACTER_SET_CLI 阅读全文

posted @ 2012-10-25 08:03 haven24 阅读(357) 评论(0) 推荐(0)

导航