coogie Posted February 29, 2008 Share Posted February 29, 2008 Hi there, I think i've set up my mysql server locally on my mac now! how can i create my database from a backup file (.sql) on my local machine? i want it to be exactly as the one i have online and access it from dreamweaver Link to comment https://forums.phpfreaks.com/topic/93761-create-mysql-database-from-sql-file-on-mac-os-x/ Share on other sites More sharing options...
beebum Posted March 1, 2008 Share Posted March 1, 2008 mysql -u user_name -p db_name < db_backup.sql Link to comment https://forums.phpfreaks.com/topic/93761-create-mysql-database-from-sql-file-on-mac-os-x/#findComment-480884 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.