表示 进入内容 2212301042
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: Blog (reset)
ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS

ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* ...

【linux】  【mysql】  【SQL】  【cto】  【Blog】   点击查看原文>

can't exec "mysql_config":no such file or directory at Makefile.PL line 76

can't exec "mysql_config":no such file or directory at Makefile.PL line 76   解决办法: 将/usr/local/mysql/include/mysql/*复制到/usr/include/, # cp /usr/local...

【linux】  【mysql】  【file】  【cto】  【Blog】  【makefile】   点击查看原文>

unary operator expected

unary operator expected

mysql.sh:line 4:[: ==: unary operator expected

报错脚本语句如下: if [ $Port == "3306" ]; then

解决办法:

if [[ $Port == "3306" ]]; then   究其原因,是因为如果变量Port值为空,那么就成了 [ = "3306"] ,显然 [ 和 "3306" 不相等并且缺少了 [ 符号,所以报了这样的错误。

【linux】  【mysql】  【脚本】  【cto】  【Blog】   点击查看原文>

[获取更多]
php执行mysql存储及执行脚本

php执行mysql存储及执行脚本 php页面执行mysql存储过程: # vi cunchu.php <?php $db = new mysqli("localhost","root","123456","team1"); $result=$db->query("CALL challenge_c...

【linux】  【php】  【mysql】  【LOG】  【数据库】  【DB】  【脚本】   …

[获取更多]
linux mysql服务基础操作(二)

本文转自 meteor_hy 51CTO博客,原文链接:http://blog.51cto.com/zuoshou/1575633,如需转载请自行联系原作者

【linux】  【mysql】  【cto】  【Blog】   点击查看原文>

pssh批量ssh操作

pssh批量ssh操作

# wget http://files.opstool.com/files/pssh-2.3.tar.gz

# tar zxfv pssh-2.3.tar.gz # cd pssh-2.

【linux】  【python】  【服务器】  【mysql】  【SSH】  【Server】  【Blog】  【service】   …

[获取更多]
wordpress博客站点配置及数据库迁移

1.wordpress博客站点部署配置

1.1 检查环境

1.1.1 nginx.conf配置文件

###检查nginx配置文件 [root@web02 conf]# cat nginx.conf worker_processes 1; events {    worker_connecti...

【nginx】  【php】  【服务器】  【mysql】  【WordPress】  【数据库】  【web】   …

[获取更多]
Ubuntu 12.04 安装mysql及mysql-python

1、安装python开发包:sudo apt-get install python-dev 2、安装mysql服务端、客户端及扩展包: sudo apt-get install mysql-server mysql-client libmysqlclient-dev 3、安装python第三方库管...

【python】  【mysql】  【ubuntu】  【cto】  【Blog】   点击查看原文>

多个mysql解决方法

有的时候工作需要之类的,需要多个mysql数据库,而默认开启的服务为c盘windows里的my.ini 1.设置好要用的my.ini2.关闭当前的mysql数据库服务3.将my.ini拷贝到C:WINDOWS下面上代码cd MySQL5.

【mysql】  【windows】  【数据库】  【web】  【static】  【Blog】   点击查看原文>

Gnu/Linux下忘记MySQL密码

在Gnu/Linux下忘记了MySQL的密码了,怎么找回呢?只需要经过以下简单的步骤,即可找回,

1 2 3 4 5 6 7 8

[root@localhost ~]# service mysqld stop

[root@localhost ~]# killall -TERM m...

【linux】  【mysql】  【update】  【cto】  【Blog】  【service】   点击查看原文>

表示 进入内容 2212301042
« 先前的 10 新的记录 | 下一步 10 较早的记录 »