PDOException could not find driver Laravel With php 7 Xampp
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem
command-line 16.04
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem
command-line 16.04
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
install thissudo apt install php7.0-mysql
and restart apache
– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
add a comment |
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem
command-line 16.04
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem
command-line 16.04
command-line 16.04
edited Dec 19 '16 at 2:43
muru
1
1
asked Dec 19 '16 at 2:31
Pranzela Reki PurnamaPranzela Reki Purnama
614
614
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
install thissudo apt install php7.0-mysql
and restart apache
– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
add a comment |
install thissudo apt install php7.0-mysql
and restart apache
– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
install this
sudo apt install php7.0-mysql
and restart apache– George Udosen
Dec 19 '16 at 3:18
install this
sudo apt install php7.0-mysql
and restart apache– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
add a comment |
1 Answer
1
active
oldest
votes
Are you using XAMPP? If so, just run php artisan --host=localhost:8000
, or with your prefered port.
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f862143%2fpdoexception-could-not-find-driver-laravel-with-php-7-xampp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Are you using XAMPP? If so, just run php artisan --host=localhost:8000
, or with your prefered port.
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment |
Are you using XAMPP? If so, just run php artisan --host=localhost:8000
, or with your prefered port.
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment |
Are you using XAMPP? If so, just run php artisan --host=localhost:8000
, or with your prefered port.
Are you using XAMPP? If so, just run php artisan --host=localhost:8000
, or with your prefered port.
edited May 16 '18 at 3:08
answered Jan 4 '18 at 4:03
Dandi DarmawanDandi Darmawan
11
11
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment |
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
1
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f862143%2fpdoexception-could-not-find-driver-laravel-with-php-7-xampp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
install this
sudo apt install php7.0-mysql
and restart apache– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34