码迷,mamicode.com
首页 >  
搜索关键字:mysql中的.frm .myd .my    ( 14552个结果
[i.mx6solo Dev] Part 1. Checklist of hardware
This is the first part of all my words on the development on freescale's imx6 family SOC.As one knows, whatever embedded products you are designing or...
分类:其他好文   时间:2014-08-21 00:03:23    阅读次数:384
git merge的一些介绍
如果把远程的分支merge到本地: 点击merge后,然后选择远程的branch进行merge 如果把远程版本my_new_branchmerge到mater 如果把远程版本my_new_branch2 merge到远程版本my_new_branch a)默认...
分类:其他好文   时间:2014-08-20 19:40:02    阅读次数:321
复制虚拟机,链接网络问题:没有找到合适的设备:没有找到可用于链接System eth0 的
http://my.oschina.net/coolfire368/blog/2927421./etc/udev/rules.d/70-persistent-net.rules修改也成,修改时留下最后一个网卡地址,那是系统找到的,用它!!把其他改成它的数字,把ifcfg-eth0或1 名字改下全清空...
分类:其他好文   时间:2014-08-20 19:27:52    阅读次数:322
MySQL密码相关操作
MySQL密码忘记了,操作步骤:1、servicemysqldstop2、vim/etc/my.cnf#编辑MySQL配置文件,找到[mysqld],在下面添加一行skip-grant-tables3、mysql-uroot-p直接进入MySQL控制台4、updatemysql.usersetpassword=password(‘MySQL新密码‘)whereUser="root"andHost="localhost";flu..
分类:数据库   时间:2014-08-20 16:37:14    阅读次数:191
Perl语言学习笔记 13 目标操作
1、改变目录 chdir "/etc" or die "can't chdir to '/etc'!\n"; 省略参数会回到用户主目录,与cd效果一样; 2、文件名通配 my @all_files = glob "*"; #不包括以点号开头的文件 my @pm_files = glob "*.pm"; 一次匹配多种模式,用空格隔开:my @files = ".* *"; #可以匹配...
分类:其他好文   时间:2014-08-20 16:23:22    阅读次数:211
R连接Mysql时,中文显示为问号的解决方案
1.打开Mysql安装目录下的my.ini文件,将其中的default-character-set= 均设置为GBK2.在管理工具——数据源(ODBC)中将创建好的数据源作如下设置:
分类:数据库   时间:2014-08-20 15:43:32    阅读次数:237
My Resume
Dongqian LiuPersonal InformationDate of Birth: 1990.01.24 Gender: FemaleUniversity: East China Normal UniversityMajor: Software Engineering Grade: 2.....
分类:其他好文   时间:2014-08-20 15:39:42    阅读次数:134
mysql问题系列
1.源代码mysql启动和关闭命令启动/data/app/mysql/bin/mysqld_safe&关闭/data/app/mysql/bin/mysqladmin-uroot-pshutdown2.修改mysql最大连接数进入MySQL安装目录打开MySQL配置文件my.ini或my.cnf查找max_connections=100修改为max_connections=1000服务里重起MySQL即可3...
分类:数据库   时间:2014-08-20 14:18:23    阅读次数:219
HDU4968:Improving the GPA(DP)
Problem Description Xueba: Using the 4-Point Scale, my GPA is 4.0. In fact, the AVERAGE SCORE of Xueba is calculated by the following formula: AVERAGE SCORE = ∑(Wi * SCOREi) / ∑(Wi) 1 where ...
分类:其他好文   时间:2014-08-20 14:08:06    阅读次数:173
F - Cookies Piles
DescriptionThe kids in my son's kindergarten made Christmas cookies with their teacher, and piled them up in columns. They then arranged the columns s...
分类:其他好文   时间:2014-08-20 12:15:22    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!