आपको example@sqldat.com को अनुमतियां देनी होंगी। MySQL में। ग्रांट कमांड ऐसा दिखता है
grant all privileges on YOURDB.* to
'YOURUSER'@'localhost' identified by 'YOURPASSWORD';
आपको example@sqldat.com को अनुमतियां देनी होंगी। MySQL में। ग्रांट कमांड ऐसा दिखता है
grant all privileges on YOURDB.* to
'YOURUSER'@'localhost' identified by 'YOURPASSWORD';