MySQL Forums
Forum List  »  Newbie

Re: MySQL remote access
Posted by: Peter Brawley
Date: July 20, 2014 11:49AM

> if I can manage MySQL data on this PC with 'mysql -u root -p', it shouldn't require many more steps to manage MySQL data on a networked PC and over the internet.

Exactly wrong. Networks and the internet bring huge security risks, which need to be managed unless you actually want to be hacked &c.

MS Access can be a useful frontend for MySQL databases, but not on the internet---for that you need a web server and a language (eg Perl, PHP, Python, Java &c) that has a network-robust MySQL API.

Options: ReplyQuote


Subject
Written By
Posted
July 19, 2014 03:20AM
July 20, 2014 05:16AM
July 20, 2014 09:09AM
July 22, 2014 02:13AM
July 22, 2014 11:15AM
July 22, 2014 09:23AM
July 23, 2014 04:05AM
Re: MySQL remote access
July 20, 2014 11:49AM
July 20, 2014 10:42PM
July 20, 2014 11:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.