NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
SWhetsel
Jan 24, 2011Aspirant
How to install Joomla on ReadyNAS - Walkthrough
To install Joomla 1.5 on the ReadyNAS, you’ll need to do the following. (detailed steps below) 1. Create a share on the ReadyNAS where you will run Joomla 1.5 and enable Internet access to the sha...
pugilares
Jun 08, 2012Aspirant
Okay Gentleman, somehow I managed to get to this point:
nas-xx-xx-xx:~# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 5.0.24a-Debian_3.infrant1
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE DATABASE page;
Query OK, 1 row affected (0.04 sec)
mysql> GRANT ALL PRIVILEGES ON page.* TO "admin"@"localhost"
-> IDENTIFIED BY "password";
Query OK, 0 rows affected (0.00 sec)
mysql>
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.01 sec)
mysql> EXIT
Bye
nas-xx-xx-xx:~#
The trick was to do this
nas-xx-xx-xx:/# mysqld
120608 23:31:34 InnoDB: Started; log sequence number 0 43655
120608 23:31:34 [Note] mysqld: ready for connections.
Version: '5.0.24a-Debian_3.infrant1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Infrant ReadyNAS distribution
on one terminal, and then login with new ssh session and do
mysql -u root -p
I hope now I can go to installing actual joomla :-)
I think 1.7 should be fine for me, or can I try with 2.5?
nas-xx-xx-xx:~# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 5.0.24a-Debian_3.infrant1
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE DATABASE page;
Query OK, 1 row affected (0.04 sec)
mysql> GRANT ALL PRIVILEGES ON page.* TO "admin"@"localhost"
-> IDENTIFIED BY "password";
Query OK, 0 rows affected (0.00 sec)
mysql>
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.01 sec)
mysql> EXIT
Bye
nas-xx-xx-xx:~#
The trick was to do this
nas-xx-xx-xx:/# mysqld
120608 23:31:34 InnoDB: Started; log sequence number 0 43655
120608 23:31:34 [Note] mysqld: ready for connections.
Version: '5.0.24a-Debian_3.infrant1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Infrant ReadyNAS distribution
on one terminal, and then login with new ssh session and do
mysql -u root -p
I hope now I can go to installing actual joomla :-)
I think 1.7 should be fine for me, or can I try with 2.5?
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!