Hello!
Thanks for your reply.
Ok, I will summarize what I did, because apparently the fact that my MySql database
has been successfully installed didn't make it. So, quick summary:
In all the following, I will use the following symbolic names:
Username = murayama
domain of the site I want to install = murayama_domain
password = murayama_pswd
1. With these 2, I can ssh like this:
sudo ssh murayama_domain.com -l murayama
I'm asked for my password, and I key in murayama_pswd
This works.
2. Creation of the database. Not with phpmyadmin, but something similar, probably.
I'm asked for the following parameters, and I have completed the form as follows.
Database Name: MurayamaDB
Use Hostname: mysql.murayama.com
New Hostname: // Ignored this one
New Username: murayama_sql
New Password: murayama_sql_pswd
New Password again: murayama_sql_pswd
The database seems to be correctly created, it is listed in my databases,
as shown by this image: The new database is empty, that's why it says 1k.
3. Download Joomla 5.0.3, load it onto the domain of the website I want to create,
unzip the package.
4. When I connect to murayama_domain, I get the joomla setup interface. This means:
- That the connection to the site is correct because I can get the installer
in my browser.
- That Joomla's installer is installed at the right place because I can at least
to do the first steps in the installer, see pictures above.
Back to my question. The database exists as said above. I don't understand the
meaning of the above message.
Does this mean that my database file is not found? Is it a matter of some path?
Thanks
Thanks for your reply.
Ok, I will summarize what I did, because apparently the fact that my MySql database
has been successfully installed didn't make it. So, quick summary:
In all the following, I will use the following symbolic names:
Username = murayama
domain of the site I want to install = murayama_domain
password = murayama_pswd
1. With these 2, I can ssh like this:
sudo ssh murayama_domain.com -l murayama
I'm asked for my password, and I key in murayama_pswd
This works.
2. Creation of the database. Not with phpmyadmin, but something similar, probably.
I'm asked for the following parameters, and I have completed the form as follows.
Database Name: MurayamaDB
Use Hostname: mysql.murayama.com
New Hostname: // Ignored this one
New Username: murayama_sql
New Password: murayama_sql_pswd
New Password again: murayama_sql_pswd
The database seems to be correctly created, it is listed in my databases,
as shown by this image: The new database is empty, that's why it says 1k.
3. Download Joomla 5.0.3, load it onto the domain of the website I want to create,
unzip the package.
4. When I connect to murayama_domain, I get the joomla setup interface. This means:
- That the connection to the site is correct because I can get the installer
in my browser.
- That Joomla's installer is installed at the right place because I can at least
to do the first steps in the installer, see pictures above.
Back to my question. The database exists as said above. I don't understand the
meaning of the above message.
Does this mean that my database file is not found? Is it a matter of some path?
Thanks
Statistics: Posted by Murayama — Sat Mar 02, 2024 7:51 am