How to connect to remote mysql server. Grant privileges November 14, 2014 admin MYSQL 0 Comments GRANT ALL PRIVILEGES ON *.* TO 'root'@'web.webhost.net' IDENTIFIED BY 'root-password-here'; Share This Tweet Share Share Email Related Posts 10 MySQL settings to tune after installation https://www.percona.com/blog/2014/01/28/10-mysql-settings-to-tune-after-installation/ phpMyadmin installation and configuration https://docs.phpmyadmin.net/en/latest/setup.html#setup_script How to Backup MySQL Information using automysqlbackup There is a utility program called "automysqlbackup" that is available in the Ubuntu repositories. This… This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
10 MySQL settings to tune after installation https://www.percona.com/blog/2014/01/28/10-mysql-settings-to-tune-after-installation/
phpMyadmin installation and configuration https://docs.phpmyadmin.net/en/latest/setup.html#setup_script
How to Backup MySQL Information using automysqlbackup There is a utility program called "automysqlbackup" that is available in the Ubuntu repositories. This…