开发者

import mysql database to wamp server

开发者 https://www.devze.com 2023-03-03 08:35 出处:网络
I a开发者_JAVA百科m newbie using php and wamp. I am trying to use a mysql db with the wamp server. I am really confused on what the right steps are. Should I put the sql file in the/www folder or what

I a开发者_JAVA百科m newbie using php and wamp. I am trying to use a mysql db with the wamp server. I am really confused on what the right steps are. Should I put the sql file in the/www folder or what is the way to go? Thanks a lot


  1. left click wamp -> phpmyadmin
  2. select database then click import (top right)
  3. locate the database and click go.


Via command line: http://www.ibsteam.net/blog/web-development/how-import-sql-file-within-wamp-environment-using-command-line


If you just started I would recommend using phpmyadmin, which comes with wamp. Just run your main localhost www page, select phpmyadmin from there and use import. It's like uploading a file though www, you don't have to place it in any specific directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消