apolon_021
Member
سلام دوستان من کارم بهmysql خورده یه تکه کد و نمی تونم پیاده کنم .
میخوام اینو بنویسیم .
Populating the Blisting database with business_directory.sql file:
You can use the business_directory.sql to populate the database you created with some data.
Move to mysql> command prompt and type the following:
mysql -u user -p database_name < path\to\directory.sql
"user" = your mysql username
"database_name" = Name of the database, in this case use Blisting
"path\to\directory.sql" = The path to where you saved the business_directory.sql file.
میخوام اینو بنویسیم .
Populating the Blisting database with business_directory.sql file:
You can use the business_directory.sql to populate the database you created with some data.
Move to mysql> command prompt and type the following:
mysql -u user -p database_name < path\to\directory.sql
"user" = your mysql username
"database_name" = Name of the database, in this case use Blisting
"path\to\directory.sql" = The path to where you saved the business_directory.sql file.
کد:
mysql -u user -p database_name < path\to\directory.sql