is a .sql file transactional

2015-02-19 Thread thufir
when you run a .sql file, which modifies a schema, is it transactional? Specifically, is it an all-or-nothing proposition? Or, can some commands get executed, some fail? thanks, Thufir -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: forum vs email

2015-02-19 Thread thufir
On Fri, 12 Dec 2014 10:31:53 +0100, Lucio Chiappetti wrote: I use nntp newsgroups, in a very simple threaded mode, I subscribe interesting groups and look at them once a day or sometimes more frequently. I skim through thread titles, expand the interesting ones, read the messages, then

Re: is a .sql file transactional

2015-02-19 Thread Johan De Meersman
- Original Message - From: thufir hawat.thu...@gmail.com Subject: is a .sql file transactional when you run a .sql file, which modifies a schema, is it transactional? Specifically, is it an all-or-nothing proposition? Or, can some commands get executed, some fail? A file is nothing

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-19 Thread Bob Eby
Cameron, Did you run the recommended configuration script manually? mysql_install_db This is run once after install to put the stuff in your datadir= location which I pointed out may be missing (and was empty upon your inspection). Thanks, Robert