Jump to content

[SOLVED] mysql help


sasori

Recommended Posts

Have you tried just using a PHP connection? Instead of triyng to open it in your wamp service.

 

im just started reading about mysql a few hours ago sir.. i want to learn how to connect manually using that wamp console for mysql. i will plunge in connecting to it using php scripts ???

Link to comment
https://forums.phpfreaks.com/topic/119942-solved-mysql-help/#findComment-617897
Share on other sites

i have it working now..what i did was, i went to the directory of msyql of wamp

 

c:\wamp\bin\mysql\mysql5.0.45\

 

then i typed

 

mysql.exe -h my.domain.com -umyusername -pmypassword

 

note: yeah , i removed the spaces between the -u and my username

and also the space between -p and mypassword

and it realy worked.

 

lesson learned: never use wamp mysql console when trying to connect to a live webhosting mysql account

and don't forget to add your own ip in the cpanel

Link to comment
https://forums.phpfreaks.com/topic/119942-solved-mysql-help/#findComment-617904
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.