I've recently found that 1and1, my host, doesn't allow for remote access to MySQL databases and tables, and access is only possible via a slow and cumbersome web UI. Is there any workaround? I don't want to have to spend ten minutes browsing PHPMyAdmin every time I need to timestamp an article I add to my site.
Member #931611
Recommended Answers
Jump to Post— madCoder 17It sounds like you've answered your own question regarding remote connections. You could write a php script that does what you need and put it up on the server.
Jump to Post— madCoder 17Yes, PHP can connect to your 1and1 database as long as the PHP file is hosted on your web server. phpMyAdmin is written in php for example. How is the database being used? When you add the timestamps to the database, is there some PHP or CGI accessing that information?
All 8 Replies
madCoder 17 Junior Poster
Member #931611
madCoder 17 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Member #931611
Member #120589
Member #931611
JorgeM 958 Problem Solver Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.