Difference between revisions of "Mysql"

From Linuxintro
imported>ThorstenStaerk
(New page: [http://www.mysql.com MySQL] is a free database. This article describes how to install it, start it and how to connect to it. It has been tested with SUSE Linux 11.1 but should work with a...)
 
imported>ThorstenStaerk
Line 2: Line 2:
  
 
= How to install mysql =
 
= How to install mysql =
  [[sudo]] [[yast]] -i [[mysql]]
+
  [[sudo]] /sbin/[[yast]] -i [[mysql]]
  
 
= How to start the database =
 
= How to start the database =

Revision as of 08:25, 1 May 2009

MySQL is a free database. This article describes how to install it, start it and how to connect to it. It has been tested with SUSE Linux 11.1 but should work with any Linux.

How to install mysql

sudo /sbin/yast -i mysql

How to start the database

sudo /etc/init.d/mysql start

How to connect to mysql

mysql