Is it possible to Installing mySql to a remote server using putty?
Is it possible to install MySQL standard edition to a remote server using filezilla to upload files and putty to run and execute the setup MySQL?
if yes, how to run the installation
Or, just install the 'Community Edition' via SSH. 'putty' is just the name for a client program which talks via SSH to another computer. If you have enough passwords, and access rights, and the OS is supported, you should be able to install a version of MySQL via a SSH connection.
Comment