#2 How to Access Remote MySQL Databases Using Local phpMyAdmin | phpMyAdmin Tips and Troubleshooting

Опубликовано: 29 Сентябрь 2024
на канале: Video Storehouse
31,820
199

In this tutorial I’ll show you how to connect remote MySQL database using local phpMyAdmin as you know MySQL was one of the first open-source database and remains so to this day. MySQL is typically used in conjunction with PHP and Apache Web Server. So people are using MySQL in different server for different application & to manage all remote database no need to connect individual server, you can manage all remote MySQL DB using phpmyAdmin software.

Error covered:
mysqli_real_connect(): (HY000/1045): Access denied for user @'localhost' (using password: YES)
Error Code: 200
SET lc_messages = ‘en_US’;
#1193 - Unknown system variable 'lc_messages'


Our Social Links-
Facebook-   / videostorehouse  

#connectMySQLdatabase #connectRemoteDatabase #phpMyAdmin