News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

MySQL

From FrugalWiki

Jump to: navigation, search



Contents

MySQL

Installation

Root terminal 48px.png
# pacman-g2 -S mysql


Launching

Root terminal 48px.png
# service mysqld start


to have it started at every boot

Root terminal 48px.png
# service mysqld add


PhpMyAdmin

PhpMyAdmin is a web front-end to manage your MySQL database

Install it

Root terminal 48px.png
# pacman-g2 -S phpmyadmin


Theh browser to phpmyadmin directory in /var/www/html

for example: http://127.0.0.1/phpmyadmin/

  • By default there is no password; login is root and leave empty the password field.

If you are encountering some troubles , try

User terminal 48px.png
$ mysql_secure_installation

and follow instructions instructions.

Personal tools
Namespaces
Variants
Actions