I am developing an application with Laravel 5.2 and I must connect a remote database, to do it from the command line I type.
mysql -u root -p -h 'remote_ip' --skip-secure-auth
Doing this does not send any errors, I want to do this from L...
asked by
30.05.2017 / 00:59