Skip to Content.
Sympa Menu

perfsonar-dev - MySQL rpm installation

Subject: perfsonar development work

List archive

MySQL rpm installation


Chronological Thread 
  • From: Szymon Trocha <>
  • To: perfSONAR developers list <>
  • Cc: Domenico Vicinanza <>, Gina Kramer <>
  • Subject: MySQL rpm installation
  • Date: Fri, 20 Feb 2009 15:02:42 +0100
  • Organization: PCSS

Hi all,

Does any of you have experience with MySQL installation using RPMs under Linux?
We would like to add this information to the latest version of WebAdmin Guide and need you help here.


Example which we have for debs:

1. If you don't have relational database installed, execute the following command to install MySQL:
apt-get install mysql-server
Make sure your database is configured and running (for more details, see the MySQL manual at http://dev.mysql.com/doc/refman/5.0/en/index.html).
2. Execute the following command to download the SQL database script for creating the database structure:
wget
http://anonsvn.internet2.edu/svn/perfsonar/tags/GEANT2-JAVA-SQL-MA-2.1/conf/mysql-sqlma-dbsetup.sql
3. Execute the following command to run the script:
mysql -u root -p < mysql-sqlma-dbsetup.sql


Thank you in advance and regards,
--
Szymon Trocha

Poznan Supercomputing & Netw. Center ::: NETWORK OPERATION CENTER
Tel. +48 618582022 ::: http://noc.man.poznan.pl



Archive powered by MHonArc 2.6.16.

Top of Page