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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.