Connecting to MySql from a remote machine
I would like to connect to the Turnkey Joomla MySql Server from a remote machine.
How would I go about setting MySql to receive a tcpip connection from a remote machine on port 3306.
I would like to connect to the Turnkey Joomla MySql Server from a remote machine.
How would I go about setting MySql to receive a tcpip connection from a remote machine on port 3306.
Take a look at the database-remote-access doc
Password question
This has been my biggest frustration with Turnkey Django so I'm happy to see the instructions. I usually flail around until it works with each server I set up.
To get these commands to work I changed the "$MYSQL_PASS" to my actual password. When I was done MySql seemed configured to accept connections from "root" with no password. Is that right? Or did I do something wrong again?
Problems running command
RE : http://www.turnkeylinux.org/docs/database-remote-access
When I run step 2 from the comand line shell in webmin I get this:
"bash: --execute: command not found" ?
It seems the simplest way to
It seems the simplest way to do this is to login into Mysql server using phpMyadmin and go to the user permissions set up and set the user permission to All privileges and Host = AnyHost .
I should have done that in the first place rather than labor over the suggested procedure
Anyway I am still confused why I was getting the "command not found" referred to in my previous post.
Post new comment