-
Recent Posts
Archives
- September 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- August 2007
- June 2007
- May 2007
- April 2007
Categories
Meta
Category Archives: Mysql
Using the Mysql monitor
start the server,then$mysql –user=****(your root account)or $mysql –user=**** –password=**** interactive mode:mysql>help or mysql>help contents or mysql>help data manipulation or mysql>help show databases if you used a nonstandard socket file when starting your server,you will need to provide the details to … Continue reading
Posted in Mysql
Leave a comment
Configuring a server
mysql program files : /usr/bindatafiles: /var/lib/mysqlserver log files: /var/log/mysql or /var/log/mysql.log /etc/init.d/mysql startup script sudo /etc/init.d/mysql start sudo /etc/init.d/mysql stop
Posted in Mysql
Leave a comment