By ahashim on
Hi,
i moved my Drupal site from local host to the web hosting server
the Web admin give me the URL of the database as follow
DRIVER={MySQL ODBC 3.51 Driver};SERVER=mysql.xxx.com;UID=user;PWD=pass;database=drupal
when i add this url to the settings.php and run the page i recieve the following message
"Unsupported database type "
i understand from the URL that this server is working with mysql through the ODBC driver.
how can i solve the problem?
please i am looking for fast support.
Thank you All.
Comments
Not an URL
The database must be specified in proper URL form. What you pasted is not an URL. Look at the existing examples of $db_url in settings.php.
--
If you have a problem, please search before posting a question.