Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2015-02-23 Thread vigen abrahamyan
Try to delete file php.ini in c:\windows (or something like that), after that your cake will load the php.ini from your local servers php folder. Type php --ini in command line to ensure that loaded php.ini is from your local servers php folder. Works for me... пятница, 5 декабря 2014 г., 21:34

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2014-12-05 Thread NickABusey
The fix is to change localhost to 127.0.0.1. On Sunday, April 6, 2014 1:20:58 PM UTC-6, Akitah Blessed wrote: > > I am getting this same error with a fresh install of mysql. My database > settings are correct but for some reason, when i try and bake a model, > CakePHP brings me back > > Databa

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2014-04-07 Thread Akitah Blessed
I am getting this same error with a fresh install of mysql. My database settings are correct but for some reason, when i try and bake a model, CakePHP brings me back Database connection "Mysql" is missing, or could not be created. I've connected the database using other methods but for some r

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-09-04 Thread Arvind kumar
pls check user name ,database name and passoword correctly... On Friday, 17 May 2013 00:28:37 UTC+5:30, Gabriel Saulescu wrote: > > I am trying to install cakephp on my laptop. > I received this error. > My SO is a WindowsVista in 32 b. > I changed this: > extension=php_mssql.dll. > > I need your

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-08-19 Thread Ismail Buhary
hi i have the same problem On Thursday, May 16, 2013 11:58:37 AM UTC-7, Gabriel Saulescu wrote: > > I am trying to install cakephp on my laptop. > I received this error. > My SO is a WindowsVista in 32 b. > I changed this: > extension=php_mssql.dll. > > I need your help, please. What I have to do?

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-06-19 Thread deveshchauhan27
Hello, Gabriel I have same problem. Can you tell me how you fixed it. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this gr

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-19 Thread Gabriel Saulescu
I fixed it. Chenan Patel helped me. Thank you, Chenan :) On Thursday, May 16, 2013 9:58:37 PM UTC+3, Gabriel Saulescu wrote: > > I am trying to install cakephp on my laptop. > I received this error. > My SO is a WindowsVista in 32 b. > I changed this: > extension=php_mssql.dll. > > I need your hel

Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-17 Thread Gabriel Saulescu
being used for core caching. To change the config edit APP/Config/core.php Your database configuration file is present. Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created. DebugKit plugin is present" Database.p

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-17 Thread Gabriel Saulescu
being used for core caching. To change the config edit APP/Config/core.php Your database configuration file is present. Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created. DebugKit plugin is present" Database.p

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-17 Thread Gabriel Saulescu
On Thursday, May 16, 2013 9:58:37 PM UTC+3, Gabriel Saulescu wrote: > > I am trying to install cakephp on my laptop. > I received this error. > My SO is a WindowsVista in 32 b. > I changed this: > extension=php_mssql.dll. > > I need your help, please. What I have to do? > > Thank you in advance.

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-17 Thread El Tello
Test is a schema not a database. Check your mysql server is running and if the config is correct and the schema is created. El 17/05/2013 12:19, "raj kumar Pustela" escribió: > WHEN U BAKE THE PROJECT U HAVE TO GIVEN DATABASE NAME CORRECTY.THEYN IT'S > AUTOMATICALLY CONNECTED TO THE DATABASE. > >

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-17 Thread raj kumar Pustela
WHEN U BAKE THE PROJECT U HAVE TO GIVEN DATABASE NAME CORRECTY.THEYN IT'S AUTOMATICALLY CONNECTED TO THE DATABASE. IF U HAVE PREFIX IN DATABASE THEN U CAN GIVE U LIKE ZP_ PREFIXES ALSO. 'Database/Mysql', 'persistent' => false, 'host' => 'localhost', 'login' => 'root', 'password' => '', *'databa

Re: Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-17 Thread Victor Daniel Ojeda
You must create database and configure the file app/config/database.php class DATABASE_CONFIG { public $default = array( 'datasource' => 'Database/Mysql', 'persistent' => false, 'host' => 'localhost', 'login' => 'user', 'password' => 'password', 'database' => 'database_name', 'prefix' => '',

Cake is NOT able to connect to the database. Database connection "Mysql" is missing, or could not be created.

2013-05-17 Thread gabi . saulescu
I am trying to install cakephp on my laptop. I received this error. My SO is a WindowsVista in 32 b. I changed this: extension=php_mssql.dll. I need your help, please. What I have to do? Thank you in advance. Gabriel -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter htt