
mysql
alfredtofu
这个作者很懒,什么都没留下…
展开
-
我遇到的打开mysql的问题
ERROR 2003 Can’t connect to MySQL server on ‘localhost’解决办法:cmdcd c:/mysql/binmysqld-nt –removemysqld-nt –installnet start mysql錯誤訊息Either the server service or the configuration file could not be found. Startup variables and service section are therefore原创 2010-09-13 03:25:00 · 858 阅读 · 0 评论 -
MySQL数据库管理常用命令
<br /><br />安装利用RPM包安装Mysql<br /> <br /> 设置TCP 3306端口的iptables<br /> <br /> root密码管理设置root用户的密码mysqladmin -uroot password 'password'<br /> <br /> 修改root用户的密码mysqladmin -uroot -p password 'password'<br /> <br /> 数据库,表管理进入mysqlmysql -h hostname -uroot -p原创 2011-04-14 08:18:00 · 596 阅读 · 0 评论