How to solve this database connection error? [closed] - mysql

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Deprecated:mysql_connect(): the MySQL extension is deprecated and will be removed in the future: use mysqli or PDO instead How to remove this errors???

Set this code on the top of your pages.
error_reporting(E_ALL ^ E_DEPRECATED);
ini_set('display_errors',1 );

Related

live server http://127.0.0.1:54572/ error in vs code [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 15 hours ago.
Improve this question
getting error http://127.0.0.1:54572/ in vs code while opening the live server for wed development
i want to solve my problem

In terraform how to use autoscaling_groups and launch_configurations options in Terraform aws_elastic_beanstalk_environment [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
In terraform how to use autoscaling_groups and launch_configurations options in aws_elastic_beanstalk_environment
Need a snippet of code
I tried in google but did not find out use these options.

Search for specific code string [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is there a way to scan a folder to find a string in HTML, CSS, PHP, etc?
Short answer: yes, you may easily do so if you're on Linux. You can use the commandline utility "grep". Here's a tutorial you may find helpful.

Codeigniter mysql_connect for Quercus resin [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I use Tomcat and Quercus.
Quercus want mysql_connect, How add mysql_connect argument?
mysql_connect() has been deprecated as of PHP 5.5.0 as per the below document
http://php.net/manual/en/function.mysql-connect.php
Make sure why you need mysql_connect to do it. The betterway to connect MySQL it is by using mysqli_connect.
Codeigniter provides the facility for mysqli by default. You just need to create a model as specified here

Database connectivity in NetBeans IDE 6.9.1 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
what are the exact steps to connect a database prepared in MS Access to NetBeans IDE 6.9.1?
This outta do the trick
NetBeans Info on DB